UWHustle / hustle-in-Rust-now-defunct

Hustle
GNU General Public License v3.0
7 stars 1 forks source link

Integration of new-ish storage manager #63

Closed mattdutson closed 5 years ago

mattdutson commented 5 years ago

This updates the execution engine to use @gaffneyk's new concurrency-optimized storage manager. This probably isn't the final storage manager iteration; @gaffneyk plans to change the implementation from mmap-backed to a buffer pool with fixed-size blocks.