Skip to content

Commit

Permalink
chore: remove old interval map implementation
Browse files Browse the repository at this point in the history
Signed-off-by: bsbds <[email protected]>
  • Loading branch information
bsbds committed Feb 26, 2024
1 parent 0ff4521 commit a252faf
Show file tree
Hide file tree
Showing 6 changed files with 672 additions and 1,877 deletions.
3 changes: 2 additions & 1 deletion crates/utils/benches/interval_map.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#![cfg(bench)]
#![feature(test)]

extern crate test;
Expand All @@ -7,7 +8,7 @@ use std::hint::black_box;

use test::Bencher;

use utils::array_interval_map::{Interval, IntervalMap};
use utils::interval_map::{Interval, IntervalMap};

struct Rng {
state: u32,
Expand Down
Loading

0 comments on commit a252faf

Please sign in to comment.