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