Skip to content

Replace std::sync::mpsc with flume

Marc Konig requested to merge refactor into master

change from the standard libraries implementation of a mpsc to flume's implementation. A bit faster.

Also tested replacing crossbeam with flume, but it was significantly slower (~20%).

Merge request reports