Skip to content

Tags: obviyus/pong

Tags

v1.6.1

Toggle v1.6.1's commit message
chore(release): 1.6.1 [skip ci]

## [1.6.1](v1.6.0...v1.6.1) (2026-05-29)

### Bug Fixes

* **runtime:** preserve terminal cleanup on worker panic ([49101b1](49101b1))

v1.6.0

Toggle v1.6.0's commit message
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))

v1.5.0

Toggle v1.5.0's commit message
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))

v1.4.0

Toggle v1.4.0's commit message
chore(release): 1.4.0 [skip ci]

# [1.4.0](v1.3.0...v1.4.0) (2025-10-27)

### Bug Fixes

* do not include warmup samples in display ([46fb1d4](46fb1d4))

### Features

* add --help flag ([f5e2c59](f5e2c59))
* warmup loading spinner ([d723650](d723650))

v1.3.0

Toggle v1.3.0's commit message
chore(release): 1.3.0 [skip ci]

# [1.3.0](v1.2.0...v1.3.0) (2025-10-27)

### Features

* warmup time arg ([c9eb6da](c9eb6da))

v1.2.0

Toggle v1.2.0's commit message
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))

v1.1.0

Toggle v1.1.0's commit message
chore(release): 1.1.0 [skip ci]

# [1.1.0](v1.0.9...v1.1.0) (2025-01-28)

### Features

* refactor and move PingStats to a new module with improved statistics caching ([2b8dc12](2b8dc12))

v1.0.9

Toggle v1.0.9's commit message
chore(release): 1.0.9 [skip ci]

## [1.0.9](v1.0.8...v1.0.9) (2024-10-21)

### Bug Fixes

* rename binaries for release ([e2e1fac](e2e1fac))

v1.0.8

Toggle v1.0.8's commit message
chore(release): 1.0.8 [skip ci]

## [1.0.8](v1.0.7...v1.0.8) (2024-10-21)

### Bug Fixes

* clean up binary names in release ([17360c0](17360c0))

v1.0.7

Toggle v1.0.7's commit message
chore(release): 1.0.7 [skip ci]

## [1.0.7](v1.0.6...v1.0.7) (2024-10-21)

### Bug Fixes

* rename binaries to avoid conflicts ([5442e00](5442e00))