IntersectMBO / lsm-tree

A Haskell library for on-disk tables based on LSM-trees
Apache License 2.0
24 stars 7 forks source link

Use `blockio-uring` with support for oversized batches #255

Closed jorisdral closed 2 months ago

jorisdral commented 2 months ago

The lookup macro-benchmark speeds up by about 0.6 seconds

Before: macro-before.log After: macro-after.log

dcoutts commented 2 months ago

That's about a 6% improvement. Not bad.