mirror of
https://github.com/osmarks/meme-search-engine.git
synced 2025-08-11 00:03:44 +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.