New functions + Integer Lists Intersection

This commit is contained in:
powturbo
2015-01-05 23:45:16 +01:00
parent 6ba251b7c1
commit 06fb2af51e

View File

@ -75,12 +75,15 @@ coming soon!
- Download "gov2.sorted" (or clueweb09) + query file "aol.txt"
from "http://lemire.me/data/integercompression2014.html"
- Create index file gov2.sorted.i
./idxcr gov2.sorted .
- Create index file gov2.sorted.i<br />
./idxcr gov2.sorted .<br />
create inverted index file "gov2.sorted.i" in the current directory
- Benchmarking intersections
./idxqry gov2.sorted.i aol.txt
- Benchmarking intersections<br />
./idxqry gov2.sorted.i aol.txt<br />
run queries in file "aol.txt" over the index of gov2 file
8GB Minimum of RAM required (16GB recommended for benchmarking "clueweb09" files).