enhancementgood first issuehelp wanted
Métricas do repositório
- Stars
- (675 stars)
- Métricas de merge de PR
- (Métricas PR pendentes)
Description
A lot of the code in the library is still single-threaded, despite being "embarrassingly parallelizable" using rayons par_iter and other iterators. There are a lot of easy speedup wins to be had. this issue is also good for beginners as it won't have massive changes to the code and helps them learn a useful rust crate