Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
tyb0807 created a review comment on a pull request on hicder/muopdb
Can we also templatize this?
tyb0807 created a review comment on a pull request on hicder/muopdb
Can we templatize this function to avoid inner match expression, just like we do above for build_ivf_noq?
tyb0807 created a review comment on a pull request on hicder/muopdb
Do we really need all of this? Build_hnsw_noq only requires D
tyb0807 closed a pull request on hicder/muopdb
[WIP] Lifetime just does not work
Made quite some changes everywhere and it still doesn't compile ``` error[E0195]: lifetime parameters or bounds on method `search` do not match the trait declaration --> rs/index/src/ivf/inde...tyb0807 pushed 6 commits to tyb/dec hicder/muopdb
- Update README.md 87db916
- Dot-product implementation and distance template (#237) * add distance config for index and quantizer * distanc... 0c096c2
- Introduct CollectionConfig (#271) 3ea080f
- Update README.md 412336d
- Format generated code automatically (#272) 478837c
- Plug IntSeqDecoderIterator into Ivf 69da952
tyb0807 pushed 6 commits to tyb/dec hicder/muopdb
- Add sanity check to make sure we encode everything before writing (#268) 24a977b
- Update README.md 0da2eaf
- Add encode_value to encoder API (#264) 0590639
- Helper to get last element from posting list (#265) f43f8bd
- Encode value 1 by 1 to avoid allocating mem for posting lists (#267) 169bc6d
- Plug IntSeqDecoderIterator into Ivf fcfb041