Block a user
[Performance] Optimize GetLatestVersion to O(1)
Code Review: Changes Requested
Thanks for the performance optimization work! The core idea of using DeliverLast() to achieve O(1) performance is excellent and the benchmarks demonstrate good…
fix(store): Implement version cache invalidation strategy for JetStreamEventStore
Code Review: Changes Requested
Thanks for the PR! I found critical issues in the cache invalidation logic.
CRITICAL BUG: Cache not repopulated after invalidation (lines 327-337)
In…
[Performance] Optimize GetLatestVersion to O(1)
fix(store): Implement version cache invalidation strategy for JetStreamEventStore