]> git.lizzy.rs Git - rust.git/commit
rewrite RangeMap to use a sorted Vec instead of a RangeMap
authorRalf Jung <post@ralfj.de>
Sat, 5 Jan 2019 11:59:33 +0000 (12:59 +0100)
committerRalf Jung <post@ralfj.de>
Mon, 7 Jan 2019 14:10:22 +0000 (15:10 +0100)
commitf24d0354f95615731d49a993adf2ea2983b661c1
tree46c90896fc98051f9379cc7b0ba641670eaae93d
parent6c9e702d9bdcef31a73949617cf5cb53c94c5dcb
rewrite RangeMap to use a sorted Vec instead of a RangeMap

This gives us a 20% perf improve for the benchmark from https://github.com/solson/miri/issues/593
src/range_map.rs