-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #69 from jermp/bits
update external/bits
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule bits
updated
10 files
+102 −160 | include/bit_vector.hpp | |
+15 −10 | include/compact_vector.hpp | |
+141 −63 | include/elias_fano.hpp | |
+6 −6 | include/integer_codes.hpp | |
+27 −25 | include/util.hpp | |
+2 −0 | test/common.hpp | |
+111 −0 | test/test_bit_vector.cpp | |
+22 −6 | test/test_compact_vector.cpp | |
+275 −44 | test/test_elias_fano.cpp | |
+29 −16 | test/test_integer_codes.cpp |