forked from microsoft/DiskANN
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Harshasi/reorg scratch simplify build rebase with main (microsoft#152)
* move random data slice to generate (disk) quantized data * moved in-memory scratch allocation to new files, build now uses pre-allocated scratch space, simplified call hierarhcy for build * remove eager delete support * fixing bug in search_for_... function * removing unused functions from index class: prune_all_nodes and batch_inter_insert * eliminate some variable from iterate_to_fixed_point and rename the iteration varaibles to be more readable * change scratch space manager for index class to pass pointers instead of copies of scratch space * moved scratch space related code for PQ flash index to scratch.h/cpp * change scratch store manger signnature to make it agnostic to the scratch type * Rewrote in-memory scratch space class * use scratch store manager for pq flash index * change to unit tester, and minor edit in pq_flash * fixed mips normalization issue * rearranged 2 lines Co-authored-by: ravishankar <[email protected]>
- Loading branch information
1 parent
2e1e328
commit 193e746
Showing
22 changed files
with
720 additions
and
1,369 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,6 +5,7 @@ | |
|
||
#include <memory> | ||
#include <type_traits> | ||
#include <vector> | ||
|
||
#include "boost_dynamic_bitset_fwd.h" | ||
|
||
|
Oops, something went wrong.