Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 517 Bytes

File metadata and controls

13 lines (8 loc) · 517 Bytes

SwiftViewModelClient

A Swift client for IknowViewModels.

This framework is in use in production, but many aspects of the interface are undecided and may change suddenly between versions.

Benchmarks

The benchmarks package requires jemalloc. SwiftPM does not appear to use the regular pkg-config interface. Instead manually set the PKG_CONFIG_PATH

❯ export PKG_CONFIG_PATH=$(nix-shell -p 'pkg-config' -p 'jemalloc' --run 'echo $PKG_CONFIG_PATH_FOR_TARGET')