Skip to content

Commit

Permalink
Sparse dense index (#1716)
Browse files Browse the repository at this point in the history
* add dense codec

* benchmark fix and important optimisation

* move code to DenseIndexBlock

improve benchmark

* Apply suggestions from code review

Co-authored-by: Paul Masurel <paul@quickwit.io>

* Apply suggestions from code review

Co-authored-by: Paul Masurel <paul@quickwit.io>

* extend benchmarks

* Apply suggestions from code review

Co-authored-by: Paul Masurel <paul@quickwit.io>

Co-authored-by: Paul Masurel <paul@quickwit.io>
  • Loading branch information
PSeitz and fulmicoton authored Dec 13, 2022
1 parent f6e87a5 commit a2cf6a7
Show file tree
Hide file tree
Showing 3 changed files with 468 additions and 0 deletions.
2 changes: 2 additions & 0 deletions fastfield_codecs/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ mod line;
mod linear;
mod monotonic_mapping;
mod monotonic_mapping_u128;
#[allow(dead_code)]
mod null_index;
mod null_index_footer;

mod column;
Expand Down
Loading

0 comments on commit a2cf6a7

Please sign in to comment.