]> git.lizzy.rs Git - rust.git/commit
deduplicate RangeMap elements in iter_mut
authorRalf Jung <post@ralfj.de>
Sat, 5 Jan 2019 14:26:16 +0000 (15:26 +0100)
committerRalf Jung <post@ralfj.de>
Mon, 7 Jan 2019 14:10:22 +0000 (15:10 +0100)
commit4f9c14c256b08458c873290a5e34eb493156532e
treeb9ec1ccd1469ecbe61f20691a79becaf20fef76a
parentf24d0354f95615731d49a993adf2ea2983b661c1
deduplicate RangeMap elements in iter_mut

This cuts down execution time of the benchmark in the OP of https://github.com/solson/miri/issues/593 by another 25%, and it cuts max-RSS by 90% (!)
src/lib.rs
src/range_map.rs
src/stacked_borrows.rs