Tags: obviyus/pong
Tags
chore(release): 1.6.0 [skip ci] # [1.6.0](v1.5.0...v1.6.0) (2026-02-12) ### Features * **core:** migrate pong from zig to rust ([226102f](226102f)) * enhance column width handling and dynamic offsets in render function ([78c232a](78c232a)) ### Performance Improvements * lock-free double-buffering for SharedStat ([4490d75](4490d75)) * **runtime:** remove busy wakeups and reduce render churn ([3f7132d](3f7132d)) * **stats:** use selection for percentile updates ([ed239a7](ed239a7)) * use Welford's algorithm for incremental stats computation ([be04f88](be04f88))
chore(release): 1.5.0 [skip ci] # [1.5.0](v1.4.0...v1.5.0) (2025-10-27) ### Bug Fixes * iterate over the slice shared_stats, not the fixed array ([0e7177a](0e7177a)) ### Features * fold region stats initialization together with thread spawning ([728f133](728f133))
chore(release): 1.2.0 [skip ci] # [1.2.0](v1.1.0...v1.2.0) (2025-10-27) ### Bug Fixes * remove -zig suffix ([ef58833](ef58833)) ### Features * eliminate render-frama arena ([3668aca](3668aca)) * right align headers in table ([3f51f78](3f51f78)) * store and show sample count for a run ([f7cb224](f7cb224)) * use a sorted index vuffer instead of a per frame snapshot ([5aaac32](5aaac32))
PreviousNext