Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 858 Bytes

CHANGELOG.md

File metadata and controls

18 lines (14 loc) · 858 Bytes

0.5.0 (2024-10-10)

API Changes:

Enhancements:

  • Reduced Set allocations, making Theine zero allocation (amortized).
  • Improved read performance slightly by utilizing a cached now value.
  • Fixed race conditions in cost (weight) updates that could cause inaccurate policy cost.
  • Added benchmarks for different GOMAXPROC values in the README.

0.4.1 (2024-08-22)

Enhancements:

  • Use x/sys/cpu cacheline size by @Yiling-J in #43
  • Add Size method on cache by @nlachfr in #41
  • Accurate hits/misses counter by @Yiling-J in #44
  • Add stats API by @Yiling-J in #45