mar-file-system / erasureUtils

Erasure coding utilities intended for the marfs multicomponent DAL. These service the creation, retrieval, and maintenance of erasure coded data stripes spread accross multiple files.
Other
4 stars 5 forks source link

Threaded Reads for Libne #18

Closed gransom closed 5 years ago

gransom commented 5 years ago

Includes a significant rewrite of the library and accompanying utilities to utilize a threaded model for all I/O operations.

gransom commented 5 years ago

Added Commit 83b811c800cb5fd7c60b73c433294c5a6a3d31c3 after running into a race-condition on cleanup during a failed write.