|
|
415aa30f75
|
use arena in parse method - no perf change
|
2026-01-23 15:57:28 -08:00 |
|
|
|
b37fb7fb1a
|
switch to f64 for numbers (matches json)
That change improves performance. Before:
Benchmark 1: /home/lobo/shared/srf/zig-out/bin/srf srf <.zig-cache/o/51f43613e6e43ed5/test-srf-compact.srf
Time (mean ± σ): 113.8 ms ± 3.8 ms [User: 61.2 ms, System: 52.5 ms]
Range (min … max): 109.4 ms … 128.5 ms 26 runs
Benchmark 2: /home/lobo/shared/srf/zig-out/bin/srf srf <.zig-cache/o/c105a3d3b0472f2e/test-srf-long.srf
Time (mean ± σ): 115.5 ms ± 4.0 ms [User: 59.1 ms, System: 56.3 ms]
Range (min … max): 110.8 ms … 127.1 ms 26 runs
Benchmark 3: /home/lobo/shared/srf/zig-out/bin/srf json <.zig-cache/o/cb2a4e8b89e72422/test-json.json
Time (mean ± σ): 131.5 ms ± 3.1 ms [User: 83.2 ms, System: 48.3 ms]
Range (min … max): 127.7 ms … 138.0 ms 23 runs
Summary
/home/lobo/shared/srf/zig-out/bin/srf srf <.zig-cache/o/51f43613e6e43ed5/test-srf-compact.srf ran
1.01 ± 0.05 times faster than /home/lobo/shared/srf/zig-out/bin/srf srf <.zig-cache/o/c105a3d3b0472f2e/test-srf-long.srf
1.16 ± 0.05 times faster than /home/lobo/shared/srf/zig-out/bin/srf json <.zig-cache/o/cb2a4e8b89e72422/test-json.json
After:
Benchmark 1: /home/lobo/shared/srf/zig-out/bin/srf srf <.zig-cache/o/51f43613e6e43ed5/test-srf-compact.srf
Time (mean ± σ): 98.9 ms ± 2.8 ms [User: 51.3 ms, System: 47.7 ms]
Range (min … max): 95.4 ms … 106.6 ms 29 runs
Benchmark 2: /home/lobo/shared/srf/zig-out/bin/srf srf <.zig-cache/o/c105a3d3b0472f2e/test-srf-long.srf
Time (mean ± σ): 103.1 ms ± 3.4 ms [User: 53.8 ms, System: 49.4 ms]
Range (min … max): 99.0 ms … 112.8 ms 28 runs
Benchmark 3: /home/lobo/shared/srf/zig-out/bin/srf json <.zig-cache/o/cb2a4e8b89e72422/test-json.json
Time (mean ± σ): 122.6 ms ± 4.4 ms [User: 75.1 ms, System: 47.6 ms]
Range (min … max): 117.7 ms … 130.7 ms 22 runs
Summary
/home/lobo/shared/srf/zig-out/bin/srf srf <.zig-cache/o/51f43613e6e43ed5/test-srf-compact.srf ran
1.04 ± 0.04 times faster than /home/lobo/shared/srf/zig-out/bin/srf srf <.zig-cache/o/c105a3d3b0472f2e/test-srf-long.srf
1.24 ± 0.06 times faster than /home/lobo/shared/srf/zig-out/bin/srf json <.zig-cache/o/cb2a4e8b89e72422/test-json.json
|
2026-01-23 15:27:24 -08:00 |
|
|
|
0aacc8b37b
|
add benchmarking (we are faster than json if using FBA)
|
2026-01-23 14:54:39 -08:00 |
|
|
|
6acf4f4fb1
|
remove a bunch of debug logs
|
2026-01-13 16:37:49 -08:00 |
|
|
|
4f7d1b930c
|
passing tests
|
2026-01-13 14:21:24 -08:00 |
|
|
|
040f84cdef
|
initial implementation with long format tests passing
|
2026-01-13 12:12:51 -08:00 |
|
|
|
1262322d18
|
zig init + config
|
2026-01-12 13:16:27 -08:00 |
|
|
|
64da60621e
|
add README with initial thoughts
|
2026-01-12 13:13:25 -08:00 |
|
|
|
34bd62d4be
|
add MIT license
|
2026-01-12 13:13:09 -08:00 |
|
|
|
cdb00e212f
|
initial commit
|
2026-01-12 13:10:25 -08:00 |
|