-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Closed
Description
Summary
A prototype of memory-mapped files that contain Faiss Indices (IndexFlatCodes and HNSW at this moment).
@mdouze Could you please give your comments on the approach, just in case I've missed some important corner cases? Despite the link is from the Faiss fork, it should be pretty straightforward to understand the changes. Basically, I replace std::vector<> with a custom container that supports mmap-ping.
The PR for Faiss will be implemented as soon as we agree on the details.
Thanks.
Reactions are currently unavailable