-
v0.0.9 Stable
released this
2024-07-23 00:24:39 +00:00 | 365 commits to main since this releaseBug fixes
- Using more than one conflict set interleaved in the same thread could cause wrong results (
fb9f5ce6f4
). See https://blog.weaselab.dev/a-bug-finds-its-way-into-a-release/ for the postmortem
Performance fixes
- GC was not outpacing writes (
4182d904c5
)
Features
- Add an experimental interface for getting internal metrics from a conflict set. The specific names and meanings of the metrics are considered implementation details, but may be interesting to curious users
Caveats
- Users may notice a small performance regression from maintaining metrics (even if they never inspect the metrics)
Downloads
- Using more than one conflict set interleaved in the same thread could cause wrong results (