]> git.sesse.net Git - plocate/history - turbopfor.h
Release plocate 1.1.22.
[plocate] / turbopfor.h
2020-10-08 Steinar H. GundersonMove TurboPFor compilation to its own compilation unit.
2020-10-08 Steinar H. GundersonDocument slop requirements for TurboPFor decoding.
2020-10-07 Steinar H. GundersonFix some warnings found by Clang.
2020-10-07 Steinar H. GundersonSwitch to our own TurboPFor encoder.
2020-10-07 Steinar H. GundersonRun clang-format.
2020-10-07 Steinar H. GundersonFix a warning.
2020-10-07 Steinar H. GundersonHand-roll zeroing of destination docids for SSE2; takes...
2020-10-07 Steinar H. GundersonFix 32-bit compile (without -msse2).
2020-10-07 Steinar H. GundersonMove exception shifting to later; allows us to get...
2020-10-07 Steinar H. GundersonUnroll and specialize decode_bitmap_sse2().
2020-10-07 Steinar H. GundersonFix undefined behavior when bit_width == 32.
2020-10-06 Steinar H. GundersonMove SSE2 bit reader functionality out into a class.
2020-10-06 Steinar H. GundersonFuse delta decoding into the decoding loops where appro...
2020-10-06 Steinar H. GundersonConvert the SSE2 delta decoder state into a class.
2020-10-05 Steinar H. GundersonAdd SSE2 versions of the _interleaved codecs.
2020-10-05 Steinar H. GundersonSmall refactoring to reduce code duplication.
2020-10-05 Steinar H. GundersonSpeed up delta-decoding, giving us 50% (!) speed boost...
2020-10-05 Steinar H. GundersonSupport decoding the SIMD interleaved TurboPFor formats.
2020-10-04 Steinar H. GundersonStart reimplementing the TurboPFor decoding functions.