v0.0.4 release
This release switches from spawning threads every time map_batch
is called to having a long running thread pool on the Aligner class, which is created if enable_threading
is called. This is a naive implementation, but it does work.
This release lead to some work catching memory leaks in mappy-rs
and in minimap2-rs
, a crate we are dependent on. There should now be no leaked memory.