Skip to content

Commit

Permalink
move index to storage
Browse files Browse the repository at this point in the history
  • Loading branch information
jiangzhe committed Nov 24, 2024
1 parent 25b02f3 commit e02ae4a
Show file tree
Hide file tree
Showing 29 changed files with 833 additions and 3,193 deletions.
10 changes: 5 additions & 5 deletions doradb-bench/benches/memcmp_sort.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ fn bench_sort(c: &mut Criterion) {
}))
});

let mut buf = vec![0u8; 4];
for (d1, d2) in data1.iter().zip(data2) {
u32::write_mcf(d1, &mut buf);
assert_eq!(buf, d2);
}
// let mut buf = vec![0u8; 4];
// for (d1, d2) in data1.iter().zip(data2) {
// u32::write_mcf(d1, &mut buf);
// assert_eq!(buf, d2);
// }
}
group.finish()
}
Expand Down
20 changes: 0 additions & 20 deletions doradb-index/Cargo.toml

This file was deleted.

83 changes: 0 additions & 83 deletions doradb-index/src/epoch/atomic/inline.rs

This file was deleted.

254 changes: 0 additions & 254 deletions doradb-index/src/epoch/atomic/mod.rs

This file was deleted.

Loading

0 comments on commit e02ae4a

Please sign in to comment.