luyuncheng

Results 14 issues of luyuncheng

Is there any possible to make index and data into one file, when use non optimized spaces. Because any non optimized spaces, we want to use it, must write and...

As #467 i ask about make data and index into one file. I check the code: [WriteObjectVectorBinData](https://github.com/nmslib/nmslib/blob/master/similarity_search/src/space.cc#L90), [ReadObjectVectorFromBinData](https://github.com/nmslib/nmslib/blob/master/similarity_search/src/space.cc#L62) in [space.cc](https://github.com/nmslib/nmslib/blob/master/similarity_search/src/space.cc), may be there is a way to make unoptimized index...

*Issue #283, *Description of changes:* As I see #264 that add Hamming distance in custom scoring it is a great functionality. i see there is bit_hamming space [space_bit_hamming](https://github.com/nmslib/nmslib/blob/master/similarity_search/include/factory/space/space_bit_hamming.h) in nmslib....

As I see #264 that add Hamming distance in custom scoring it is a great functionality. i see there is bit_hamming space [space_bit_hamming](https://github.com/nmslib/nmslib/blob/master/similarity_search/include/factory/space/space_bit_hamming.h) in nmslib. i think may be we...

is there any possible i can get the raw probe and beacon frame in RTL8188 in this hostapd?

### Description in some scenarios, we want to `reduce the disk usage` and `io throughput` for the source field. so, we would excludes knn fields in mapping which do not...

enhancement
storage-improvements
indexing-improvements

### Description in some scenarios, we want to `reduce the disk usage` and `io throughput` for the source field. so, we would excludes knn fields in mapping which do not...

### Description When we want to introduce a new algorithm or engine, we prefer to evaluate the performance, memory, disk size. in benchmark tests, we can evaluate the performance as...

### Description [Feature] Introduce New NSG Graph into KNN for faiss Engine As the paper shows: [Fast Approximate Nearest Neighbor Search With The Navigating Spreading-out Graph ](https://arxiv.org/abs/1707.00143), **`NSG Graph` has...

Features
enhancement
k-NN

### Description In #1053, it shows that we can create single-node benchmarking docker application. so when i do benchmarking for different algorithm, i write some docker-compose to do some benchmark....