microsoft / DiskANN

Graph-structured Indices for Scalable, Fast, Fresh and Filtered Approximate Nearest Neighbor Search
Other
1.13k stars 220 forks source link

Code refactoring #216

Open gopalrs opened 1 year ago

gopalrs commented 1 year ago

A lot of the code in DiskANN is currently monolithic and written in imperative style. Some thoughts on making DiskANN more extensible:

Will expand on this with more details.

harsha-simhadri commented 1 year ago

@gopalrs Did you get a chance to look at PDF Magdalen shared here: https://github.com/microsoft/DiskANN/issues/166

Is it possible to merge this discussion with that.

gopalrs commented 1 year ago

Will do, forgot about that