reverbrain / eblob

Eblob is an append-only low-level IO library, which saves data in blob files. Created as low-level backend for elliptics
GNU Lesser General Public License v3.0
104 stars 29 forks source link

Removed multithreading at blobs iterations. #87

Closed shaitan closed 10 years ago

shaitan commented 10 years ago

There is no need to iterate blobs in multiple threads. Multiple threads were added for cases when iteration callback performs so slow operations, that is comparable with disk read. There are no such operations in our practice.