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.

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