hdfs
hdfs copied to clipboard
Added a bounded Async writer that prevents oom errors
Solves the issue reported in #172 Another solution was to bound the queue, however that would be very unbalanced if the size writes were not equal. The downside of this that the write needs to have a len(). However that
@mtth can you have a look?