formateu / MHAP

MinHash Alignment Process (MHAP, pronounced MAP): locality-sensitive hashing to detect long-read overlaps and utilities
Apache License 2.0
2 stars 0 forks source link

Introduce more functional approach to the code. #8

Open formateu opened 5 years ago

formateu commented 5 years ago

More functional approach probably will help in achieving concurrent and more readable code. In the best case, all mutex usages will be eliminated.