You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to study the in-memory index format without reading through the Rust source first.
I also would like to get a basic grasp as to what theoretical approach to index-based search has been chosen (inverted index? what variant? which optimizations? etc.).
Please document these things if possible - that would be great!
The text was updated successfully, but these errors were encountered:
Definitely! The index format isn't currently all that complex, but as I optimize it I'll definitely put some documentation out there, likely as part of a contribution guide.
I would like to study the in-memory index format without reading through the Rust source first.
I also would like to get a basic grasp as to what theoretical approach to index-based search has been chosen (inverted index? what variant? which optimizations? etc.).
Please document these things if possible - that would be great!
The text was updated successfully, but these errors were encountered: