mirror of
https://github.com/osmarks/meme-search-engine.git
synced 2025-05-04 00:04:06 +00:00

While profiling suggests that most operations are cheap and IO-bound rather than CPU-bound, the GEMM for deduplication is pretty slow. As such, use multiple threads for higher throughput.