droundy / equilia

A fun database
1 stars 0 forks source link

add a buffered version of the File storage backend #17

Open droundy opened 1 year ago

droundy commented 1 year ago

The idea is that we don't want one system call per individual read. Instead we should read 4k or more at a time. Might be able to use a built in thing like BufReader

droundy commented 1 year ago

Would you like to work on this, @guerinoni ?