Zyphy is (or will be) a fast web browser engine written in Swift.
Important
This package is under development.
- ✅ Ready to Use
- (Nothing)
- 🚧 Work in Progress
- 🥚 To Do
Zyphy
- The main module
- Swift 6.0 development snapshot (because Zyphy is using experimental code item macros)
On Linux, you can easily install the toolchain using swiftly.
curl -L https://swiftlang.github.io/swiftly/swiftly-install.sh | bash
swiftly install 6.0-snapshot
swift build
git submodule update --init --recursive
swift test --disable-xctest
BENCHMARK_DISABLE_JEMALLOC=true swift package --package-path Benchmarks benchmark
For more details, please see https://github.com/ordo-one/package-benchmark.
The benchmark data are from html5ever, which is dual-licensed under the MIT license and the Apache 2.0 license.