mirror of
https://github.com/osmarks/meme-search-engine.git
synced 2026-05-11 09:52:05 +00:00
e57931d47f
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.