diff options
| author | Asko Nõmm <asko@nmm.ee> | 2026-02-18 00:22:03 +0200 |
|---|---|---|
| committer | Asko Nõmm <asko@nmm.ee> | 2026-02-18 00:22:03 +0200 |
| commit | db4ceb1fb3b6e6ebf89c174c4283f1c46683290e (patch) | |
| tree | 257c92acc869fd3eb0d120772d58b1c8f05a005d /BENCHMARKS.md | |
| parent | 8939d97d25d930489b795f8496f549ee2dbb7ac0 (diff) | |
Update docs
Diffstat (limited to 'BENCHMARKS.md')
| -rw-r--r-- | BENCHMARKS.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/BENCHMARKS.md b/BENCHMARKS.md index a05cb23..c6e7053 100644 --- a/BENCHMARKS.md +++ b/BENCHMARKS.md @@ -8,7 +8,7 @@ Each benchmark: 2s warmup, 5s measurement window. - **JVM**: Java 25.0.2, Clojure 1.12.4 - **ClojureScript**: 1.12.134, Node.js v24.11.1 - **Babashka**: 1.12.212 -- **Jank**: built from source (latest main, ~Feb 2026) +- **Jank**: 0.1 (Feb 2026) ## JVM (Clojure) @@ -187,7 +187,7 @@ Each benchmark: 2s warmup, 5s measurement window. | Large (202) — match last | 4,157 | 290,664 | 70x | | Large (202) — miss (404) | 4,206 | 767,125 | 182x | -## Jank (built from source, latest main) +## Jank ### v2.1.0 @@ -228,7 +228,7 @@ Each benchmark: 2s warmup, 5s measurement window. - **Large route sets**: 32–182x faster - Peak throughput: ~1.1M ops/sec (miss/404 — fast trie rejection) -### Jank (built from source, latest main) +### Jank - Peak throughput: ~95K ops/sec (literal match / miss) - Performance is roughly 8–10x slower than Babashka, expected for an alpha interpreted runtime |
