diff --git a/README.md b/README.md index 4b20196..5bf8822 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,8 @@ TurboPFor: Fastest Integer Compression [ scenarios - Bit Packing with **Direct/Random Access** without decompressing entire blocks - Access any single bit packed entry with **zero decompression** - - :new: **Direct Update** of individual bit packed entries + - :sparkles: **Direct Update** of individual bit packed entries - Reducing **Cache Pollution**
- :new: Fastest and most efficient **"SIMD Bit Packing"** @@ -29,11 +29,11 @@ TurboPFor: Fastest Integer Compression [.
+ - :sparkles: **Novel** **"Intersection w/ skip intervals"**, decompress the minimum necessary blocks (~10-15%).
- :new: **Novel** Implicit skips with zero extra overhead
- :new: **Novel** Efficient **Bidirectional** Inverted Index Architecture (forward/backwards traversal).
- more than **2000! queries per second** on GOV2 dataset (25 millions documents) on a **SINGLE** core
- - :new: Parallel Query Processing on Multicores w/ more than **7000! queries/sec** on a quad core PC.
+ - :sparkles: Parallel Query Processing on Multicores w/ more than **7000! queries/sec** on a quad core PC.
**...forget** ~~Map Reduce, Hadoop, multi-node clusters,~~ ...
### Benchmark:
@@ -260,4 +260,4 @@ header files to use with documentation :
- [On Inverted Index Compression for Search Engine Efficiency](http://www.dcs.gla.ac.uk/~craigm/publications/catena14compression.pdf)
- [Google's Group Varint Encoding](http://static.googleusercontent.com/media/research.google.com/de//people/jeff/WSDM09-keynote.pdf)
-Last update: 16 JUN 2015
+Last update: 17 JUN 2015