Skip to content

v0.0.4 release

Compare
Choose a tag to compare
@Adoni5 Adoni5 released this 03 Jul 14:46

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.