this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

docs: fill in actual benchmark numbers, remove empty table

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

zzstoatzz dc2b7867 e6d818c2

+7 -7
+7 -7
README.md
··· 17 17 18 18 ## results 19 19 20 - _corpus of ~N firehose frames, 5 measured passes, macOS arm64_ 20 + _3,298 firehose frames (16.2 MB), 5 measured passes, macOS arm64 (M3 Max)_ 21 21 22 22 | SDK | frames/sec (median) | MB/s | blocks/frame | errors | 23 23 |-----|--------:|-----:|-----:|-----:| 24 - | zig ([zat](https://tangled.sh/@zzstoatzz.io/zat), arena reuse) | — | — | — | — | 25 - | zig (zat, alloc per frame) | — | — | — | — | 26 - | rust (jacquard) | — | — | — | — | 27 - | python ([atproto](https://github.com/MarshalX/atproto)) | — | — | — | — | 28 - | go ([indigo](https://github.com/bluesky-social/indigo)) | — | — | — | — | 24 + | zig ([zat](https://tangled.sh/@zzstoatzz.io/zat), arena reuse) | 461,827 | 2,268.9 | 9.98 | 0 | 25 + | zig (zat, alloc per frame) | 395,485 | 1,890.0 | 9.98 | 0 | 26 + | rust ([jacquard](https://github.com/rsform/jacquard)) | 42,023 | 203.5 | 9.98 | 0 | 27 + | python ([atproto](https://github.com/MarshalX/atproto)) | 24,026 | 118.0 | 9.98 | 0 | 28 + | go ([indigo](https://github.com/bluesky-social/indigo)) | 10,896 | 53.3 | 9.98 | 0 | 29 29 30 - > run `just capture && just bench` to fill in these numbers on your machine. 30 + run-to-run variance is ~30-40%. compare ratios within a single `just bench` run, not across runs. 31 31 32 32 ## what each SDK does 33 33