New functions + Integer Lists Intersection
This commit is contained in:
11
README.md
11
README.md
@ -75,12 +75,15 @@ coming soon!
|
|||||||
- Download "gov2.sorted" (or clueweb09) + query file "aol.txt"
|
- Download "gov2.sorted" (or clueweb09) + query file "aol.txt"
|
||||||
from "http://lemire.me/data/integercompression2014.html"
|
from "http://lemire.me/data/integercompression2014.html"
|
||||||
|
|
||||||
- Create index file gov2.sorted.i
|
- Create index file gov2.sorted.i<br />
|
||||||
./idxcr gov2.sorted .
|
./idxcr gov2.sorted .<br />
|
||||||
|
|
||||||
create inverted index file "gov2.sorted.i" in the current directory
|
create inverted index file "gov2.sorted.i" in the current directory
|
||||||
|
|
||||||
- Benchmarking intersections
|
- Benchmarking intersections<br />
|
||||||
./idxqry gov2.sorted.i aol.txt
|
|
||||||
|
./idxqry gov2.sorted.i aol.txt<br />
|
||||||
|
|
||||||
run queries in file "aol.txt" over the index of gov2 file
|
run queries in file "aol.txt" over the index of gov2 file
|
||||||
|
|
||||||
8GB Minimum of RAM required (16GB recommended for benchmarking "clueweb09" files).
|
8GB Minimum of RAM required (16GB recommended for benchmarking "clueweb09" files).
|
||||||
|
|||||||
Reference in New Issue
Block a user