Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
For #280: the biggest, by far, problem in
mikado serialise
for the …
…ORFs was that the reading process waas **blocking**, due to using a simple queue with a bare put instead of put_nowait. This single change makes the code finally parallel and provides therefore a massive speed-up.
- Loading branch information