Skip to content

feat: perf improvements from sol - #1

Open
jrmd wants to merge 1 commit into
mainfrom
feature/sol-optimisation-recommendations
Open

feat: perf improvements from sol#1
jrmd wants to merge 1 commit into
mainfrom
feature/sol-optimisation-recommendations

Conversation

@jrmd

@jrmd jrmd commented Jul 15, 2026

Copy link
Copy Markdown
Owner

Improvements:

  • get: 146.6 → 105.0 µs, 28.4% faster
  • get miss: 28.5% faster
  • hget: 26.4% faster
  • getMany(100): 11.6% faster
  • 64 KB hset: 14–36% faster
  • Purging 10,000 expired rows: 13.5% faster
  • Bundle: 11.10 → 8.42 kB, 24% smaller

Implemented a full performance pass while preserving the public API and behavior.

  - get: 146.6 → 105.0 µs, 28.4% faster
  - get miss: 28.5% faster
  - hget: 26.4% faster
  - getMany(100): 11.6% faster
  - 64 KB hset: 14–36% faster
  - Purging 10,000 expired rows: 13.5% faster
  - Bundle: 11.10 → 8.42 kB, 24% smaller
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.

1 participant