Skip to content

Commit

Permalink
enable roaring again
Browse files Browse the repository at this point in the history
  • Loading branch information
danking committed Sep 19, 2024
1 parent 66447c2 commit 74b1590
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vortex-sampling-compressor/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ lazy_static! {
&DictCompressor,
&FoRCompressor,
&FSSTCompressor,
// &RoaringBoolCompressor,
// &RoaringIntCompressor,
&RoaringBoolCompressor,
&RoaringIntCompressor,
&SparseCompressor,
&ZigZagCompressor,
];
Expand Down

0 comments on commit 74b1590

Please sign in to comment.