Skip to content

v0.3.8

Choose a tag to compare

@sasha-s sasha-s released this 17 Mar 22:08
· 1 commit to main since this release
dcbba57

What's Changed

  • Reduce allocations per lock request (#52) — replaces goroutine-per-lock deadlock detection with time.AfterFunc + sync.Pool, cutting allocations from 4 to 2 per lock/unlock cycle (~40% throughput improvement).

Full Changelog: v0.3.7...v0.3.8