v1.2.0-beta
Pre-release
Pre-release
Heavily refactored the whole project:
- Remove GPU support
- Use cmake
- Use sparsepp to replace IDBA's hash map for better performance in both speed and memory efficiency
- Use pdep instruction to speed up rank and select
- Rewrite unitig graph
- Rewrite the iterate-edge component
- Rewrite the SDBG library, except for the builder
- Fixed a bug which may involve too many reads into local assembly
The changes result in a faster and more memory-efficient tool, but have little effect on assembly quality.