Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

tyb0807

tyb0807 pushed 1 commit to master hicder/muopdb
  • Implement FixedFilePostingListStorage for IVF (#132) b3a077e

View on GitHub

tyb0807 closed a pull request on hicder/muopdb
Implement FixedFilePostingListStorage for IVF
tyb0807 opened a pull request on hicder/muopdb
Implement FixedFilePostingListStorage for IVF
tyb0807 pushed 3 commits to tyb0807/ivf hicder/muopdb
  • Fix offset when appending multiple big posting lists (#129) b8f039f
  • Update IVFBuilder to use appendable posting list files (#130) 6d2e8c8
  • Implement FixedFilePostingListStorage for IVF 5726281

View on GitHub

tyb0807 pushed 1 commit to master hicder/muopdb
  • Update IVFWriter to write a new IVF format (#131) cf419a9

View on GitHub

tyb0807 closed a pull request on hicder/muopdb
Update IVFWriter to write a new IVF format
tyb0807 opened a pull request on hicder/muopdb
Update IVFWriter to write a new IVF format
tyb0807 created a branch on hicder/muopdb

tyb0807/builder - MuopDB - A Vector Database

tyb0807 pushed 1 commit to master hicder/muopdb
  • Update IVFBuilder to use appendable posting list files (#130) 6d2e8c8

View on GitHub

tyb0807 pushed 1 commit to tyb0807/builder hicder/muopdb
  • Update IVFBuilder to use appendable posting list files 6e641a6

View on GitHub

tyb0807 pushed 1 commit to tyb0807/builder hicder/muopdb
  • Update IVFBuilder to use appendable posting list files 8f3a10f

View on GitHub

tyb0807 created a branch on hicder/muopdb

tyb0807/builder - MuopDB - A Vector Database

tyb0807 opened a pull request on hicder/muopdb
Fix offset when appending multiple big posting lists
tyb0807 created a branch on hicder/muopdb

tyb0807/ivf - MuopDB - A Vector Database

tyb0807 pushed 1 commit to master hicder/muopdb
  • Appendable posting list storage (#124) * New format for IVF * Use struct instead of enum * Appendable posting... 94f59cd

View on GitHub

tyb0807 pushed 1 commit to tyb0807/ivf hicder/muopdb
  • Use wrap_write and remove warning 12881e8

View on GitHub

tyb0807 pushed 1 commit to tyb0807/ivf hicder/muopdb

View on GitHub

tyb0807 created a review comment on a pull request on hicder/muopdb
`bytes_written` is actually used for detecting error further down

View on GitHub

tyb0807 created a review on a pull request on hicder/muopdb

View on GitHub

tyb0807 pushed 1 commit to tyb0807/ivf hicder/muopdb
  • Use platform agnostic fixed size type (u64) instead of usize when writing to file e11637d

View on GitHub

tyb0807 pushed 3 commits to tyb0807/ivf hicder/muopdb
  • Move unsafe to transmute_u8_to_val util function e3dc1a1
  • Define PostingList instead of Vec<usize> 08f5a09
  • Use platform agnostic fixed size type (u64) instead of usize when writing to file 6372580

View on GitHub

tyb0807 pushed 1 commit to tyb0807/ivf hicder/muopdb
  • Appendable posting list storage af3cc58

View on GitHub

tyb0807 pushed 1 commit to tyb0807/ivf hicder/muopdb
  • Appendable posting list storage 7291570

View on GitHub

tyb0807 pushed 1 commit to tyb0807/ivf hicder/muopdb
  • Appendable posting list storage f35b7e5

View on GitHub

tyb0807 pushed 5 commits to tyb0807/ivf hicder/muopdb
  • Use Result for error handling in FileBackedAppendableVectorStorage (#125) eafad4a
  • Use Result instead of Option for error handling (#126) 2888302
  • More tests to vector storage (#127) b0466dd
  • New format for IVF b089e94
  • Use struct instead of enum fd9ef63

View on GitHub

tyb0807 opened a pull request on hicder/muopdb
More tests to vector storage
tyb0807 pushed 3 commits to tyb0807/refactor hicder/muopdb
  • Use Result for error handling in FileBackedAppendableVectorStorage (#125) eafad4a
  • Use Result instead of Option for error handling (#126) 2888302
  • More tests to vector storage 1f9e108

View on GitHub

tyb0807 opened a pull request on hicder/muopdb
Use Result instead of Option for error handling
Load more