rschmitt / heatseeker

A high-performance Selecta clone, written in Rust.
MIT License
214 stars 10 forks source link

Parallelize scoring across all available CPU cores #4

Closed rschmitt closed 9 years ago

rschmitt commented 9 years ago

This will obviously result in huge performance gains. Note that this will depend on upcoming language and library features (cf. Improve the Send trait). Alternately, the parallelization could be implemented in unsafe code.

rschmitt commented 9 years ago

This may now be unblocked: https://github.com/rust-lang/rust/issues/22251