aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/bitcompression/compression.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* GC unused assert includesHenning Baldersheim2023-05-171-2/+0
* Compacting is only checked during move in write threadHenning Baldersheim2023-03-101-3/+1
* Change from typedef to using in searchlib C++ code.Geir Storli2022-12-211-19/+19
* Avoid undefined shift.Tor Egge2022-06-221-1/+5
* Avoid throwaway shift by 64.Tor Egge2022-06-221-25/+22
* Refactor to reduce code duplication for write path.Henning Baldersheim2022-01-271-2/+4
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* Just use the built-in functions.Tor Egge2021-04-301-45/+0
* Avoid intel asm when not using x86_64 platform.Tor Egge2021-04-301-3/+12
* Try to hide implementation.Henning Baldersheim2020-05-101-104/+32
* Read bytes from word vector when writing dictionary files.Tor Egge2020-04-231-1/+9
* Don't use pointer arithmetics with nullptr.Tor Egge2019-08-021-2/+2
* Extend Zc4/Zc5 postings with "cheap" features interleaved with docid deltaTor Egge2019-05-081-0/+2
* Simplify reading of posting list header.Tor Egge2019-04-301-38/+20
* Remove unneeded template endian parameter for reading bytes and headerTor Egge2019-04-301-50/+32
* Style fixes.Tor Egge2019-04-151-35/+56
* Style fixes.Tor Egge2019-04-151-16/+16
* Use nested namespace and GC unused code.Henning Baldersheim2018-10-311-14/+5
* Pass stringref by valueHenning Baldersheim2018-08-101-1/+1
* Remove support for disk index checkpointing.Tor Egge2017-10-091-7/+0
* Replace tab with spaces.Geir Storli2017-09-131-478/+478
* Update copyright headersJon Bratseth2017-06-141-1/+1
* Revert "Update copyright headers"Jon Bratseth2017-06-141-1/+1
* Update copyright headersJon Bratseth2017-06-141-1/+1
* Revert "Copyright header"Jon Bratseth2017-06-131-1/+1
* Copyright headerJon Bratseth2017-06-131-1/+1
* C++ style fix: Use foo() instead of foo(void)Tor Egge2017-05-241-12/+12
* Deinline as compiler makes the best choices.Henning Baldersheim2017-05-091-48/+7
* Use overrideHenning Baldersheim2017-04-041-87/+25
* Implement a default destructor to avoid the automatic inlining of large destr...Henning Baldersheim2017-03-081-27/+1
* Targeted include.Henning Baldersheim2017-01-311-93/+36
* Do not include fastos.h in header files.Henning Baldersheim2016-12-191-1/+0
* rename low-level asm function to "asmlog2"Arne Juul2016-06-271-12/+12
* PublishJon Bratseth2016-06-151-0/+1933