Ensure curly-braces around control-flow
[folly.git] / folly / experimental / EliasFanoCoding.h
2017-10-19 Christopher DykesEnsure curly-braces around control-flow
2017-08-17 Rushy PanchalAdd prepareSkipTo() method to EliasFanoReader
2017-07-31 Yedidya FeldblumConsistency in namespace-closing comments v2017.07.31.00
2017-07-31 Yedidya FeldblumFormatting for template parameters
2017-05-23 Christopher DykesMake a few implicit truncations either explicit, or...
2017-05-03 Giuseppe OttavianoStore pointers in EliasFanoReader and BitVectorReader...
2017-05-03 Giuseppe OttavianoTemplate EliasFanoReader on size type
2017-05-03 Giuseppe OttavianoDo not store inner_ in EliasFanoReader and BitVectorReader
2017-05-03 Giuseppe OttavianoDo not store the lower bits mask in EliasFanoReader
2017-02-24 Giuseppe OttavianoFix a corner case in EliasFanoReader::previousValue
2017-02-15 Philip Proninoptimize EliasFanoEncoder::defaultNumLowerBits
2017-02-01 Christopher DykesSwap a few APIs to reduce sign and implicit truncations...
2017-01-27 Christopher DykesMake most implicit integer truncations and sign convers...
2017-01-04 Yedidya Feldblum2017
2016-10-19 Jim Meyeringfolly/experimental: avoid shadowing warnings
2016-07-22 Christopher DykesDon't use ?:
2016-06-24 Christopher DykesDear Elias Fano Bit Vector: You do not require GCC
2016-05-14 Yedidya FeldblumPrefer constexpr to preprocessor conditionals when...
2016-05-14 Lucian Grijincufolly: ubsan: elias-fano avoid memset(nullptr)
2016-04-01 Sven Overfolly: replace old-style header guards with "pragma...
2016-02-12 Mark Isaacsonfolly copyright 2015 -> copyright 2016
2015-09-10 Giuseppe OttavianoMake EliasFanoReader and BitVectorReader API more consi...
2015-07-07 Philip Pronincleanup CompressedList / MutableCompressedList interfaces
2015-07-01 Vignesh GowdaImplement a BitVector-based list
2015-06-19 Vignesh GowdaMove folly::compression::Instructions to a separate...
2015-06-16 Giuseppe OttavianoImplement previousValue on EliasFanoReader
2015-06-05 Giuseppe OttavianoReduce footprint of EliasFanoReader
2015-06-03 Giuseppe OttavianoMore flexible constructors for Elias-Fano lists
2015-06-03 Philip Pronindrop V0 of EliasFanoEncoder
2015-03-03 Nicholas OrmrodCopyright 2014->2015
2015-03-03 Giuseppe OttavianoFix EliasFanoReader position() when past-the-end
2015-03-03 Giuseppe OttavianoElias-Fano micro-optimizations
2014-11-08 Philip ProninBMI1 support in EliasFanoCoding
2014-08-14 Philip ProninEliasFanoReader::{jump,jumpTo}
2014-08-14 Philip Proninstreaming support for EF compression
2014-08-14 Philip ProninEliasFanoReader::goTo()
2014-07-01 Tudor BosmanCodemod: use #include angle brackets in folly and thrift
2014-04-18 Elizabeth Smithmacro for cross platform x64 detection
2014-02-06 Philip Proninfix missing change from D1156950
2014-02-06 Philip Pronintune EF coding
2014-02-06 Philip ProninCHECK EliasFanoCompressedList::encode input is sorted
2013-09-22 Philip Proninfix heap-buffer-overflow (asan) in EliasFanoCoding
2013-05-20 Owen YamauchiBreak dependency on endian.h
2013-01-19 Philip Proninopen source Elias-Fano coding implementation