Skip to content

Commit

Permalink
Optimize by introducing stages
Browse files Browse the repository at this point in the history
This optimization is big! 🎉
Benchmark running time decreased by 74%
  • Loading branch information
torkleyy committed Jun 4, 2017
1 parent a68d1aa commit 2f04b69
Show file tree
Hide file tree
Showing 9 changed files with 668 additions and 927 deletions.
2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,10 @@ travis-ci = { repository = "torkleyy/shred" }
fnv = "1"
mopa = "0.2"
pulse = "0.5"
rayon = "0.7"
rayon-core = { version = "1.0", features = ["unstable"] }
shred-derive = { path = "shred-derive", version = "0.2" }
smallvec = "0.4"

[dev-dependencies]
cgmath = "0.14"
81 changes: 0 additions & 81 deletions src/bitset.rs

This file was deleted.

Loading

0 comments on commit 2f04b69

Please sign in to comment.