elshize / irkit

Information Retrieval tools intended for academic research.
https://elshize.github.io/irkit/
MIT License
6 stars 2 forks source link

DAAT queries with dynamic scores are slow #67

Closed elshize closed 5 years ago

elshize commented 5 years ago

It performs well for precomputed scores. Also, there is much smaller difference between dynamic and precomputed for TAAT.

Maybe implementing #61 will make difference?

elshize commented 5 years ago

This was due to how irregular reading from posting list was. The solution is to fetch and decode all list beforehand.