Skip to content

Conversation

@malmeloo
Copy link
Owner

@malmeloo malmeloo commented Jan 5, 2026

Refactors key cache into two separate tiers: one high-density for recent keys that's constrained in size and another low-density without size constraints for historical data. Also increases cache performance by using bisect on a sorted array instead of doing linear search.

Should increase performance quite a bit.

@malmeloo malmeloo merged commit b3d4a71 into main Jan 8, 2026
8 checks passed
@malmeloo malmeloo deleted the feat/better-key-cache branch January 8, 2026 21:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants