Implement a BitVector-based list
authorVignesh Gowda <vigneshgowda@fb.com>
Wed, 1 Jul 2015 21:07:37 +0000 (14:07 -0700)
committerSara Golemon <sgolemon@fb.com>
Wed, 1 Jul 2015 23:24:53 +0000 (16:24 -0700)
commit308f7da1922d0168c46d748a4f707ac86ae0766d
tree26d6b118c4d48e9061078f03b36a613484aff8fd
parentcd927a9e490c4bef6b9d113e35b4337fb500a542
Implement a BitVector-based list

Summary: Implemented a BitVector Encoder and BitVector Reader with the same interface as EliasFanoCoding.h

Reviewed By: @ot, @philippv

Differential Revision: D2198935
folly/Makefile.am
folly/experimental/BitVectorCoding.h [new file with mode: 0644]
folly/experimental/EliasFanoCoding.h
folly/experimental/Instructions.h
folly/experimental/test/BitVectorCodingTest.cpp [new file with mode: 0644]
folly/experimental/test/EliasFanoCodingTest.cpp