Shadowfacts
e264e8842c
A significant fraction of the time was spent waiting for the background context to be available, before the count could even be started. Since the counts don't need to use the shared background context, let them each use their own context to avoid contention. |
||
---|---|---|
Fervor | ||
Persistence | ||
Reader | ||
Reader.xcodeproj | ||
ReaderMac | ||
ReaderTests | ||
ReaderUITests | ||
Widgets | ||
lol-html@f32bd14b22 | ||
.gitignore | ||
.gitmodules | ||
README.md | ||
WidgetsExtension.entitlements |
README.md
Reader
In order to build reader you need the appropriate targets added to your Rust toolchain.
$ rustup target add aarch64-apple-ios aarch64-apple-ios-sim x86_64-apple-ios
x86_64-apple-ios is only necessary if you're on an Intel Mac, and aarch-64-apple-ios-sim if you're on Apple Silicon.
The Xcode build script will take care of actually building the Rust code.