Ecosyste.ms: Timeline

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

hicder

hicder pushed 1 commit to master hicder/muopdb
  • Write into WAL on insertion (#339) cb15ec3

View on GitHub

hicder closed a pull request on hicder/muopdb
Write into WAL on insertion
Hook WAL into insertion, and default to not using WAL. This option must be selected on collection creation.
hicder opened a pull request on hicder/muopdb
Hook writing WAL into collection
Hook WAL into insertion, and default to not using WAL. This option must be selected on collection creation.
hicder pushed 1 commit to hicder/hook-wal hicder/muopdb

View on GitHub

hicder created a branch on hicder/muopdb

hicder/hook-wal - MuopDB - A Vector Database

hicder deleted a branch hicder/muopdb

hicder/wal-impl

hicder pushed 1 commit to master hicder/muopdb
  • WAL implementation (#338) 90b8798

View on GitHub

hicder closed a pull request on hicder/muopdb
WAL implementation
Implementation for the write-ahead-log
hicder pushed 1 commit to hicder/wal-impl hicder/muopdb

View on GitHub

hicder opened a pull request on hicder/muopdb
WAL implementation
Implementation for the write-ahead-log
hicder created a branch on hicder/muopdb

hicder/wal-impl - MuopDB - A Vector Database

hicder pushed 1 commit to master hicder/muopdb

View on GitHub

hicder deleted a branch hicder/muopdb

hicder/rename-var

hicder pushed 1 commit to master hicder/muopdb
  • Rename some variable names for consistency (#336) 599273e

View on GitHub

hicder closed a pull request on hicder/muopdb
Rename some variable names for consistency
Just name change
hicder pushed 1 commit to hicder/rename-var hicder/muopdb
  • Rename some variable names for consistency 2e3c035

View on GitHub

hicder opened a pull request on hicder/muopdb
Rename some variable names for consistency
Just name change
hicder pushed 1 commit to master hicder/muopdb

View on GitHub

hicder deleted a branch hicder/muopdb

hicder/read-pending-on-startup

hicder pushed 1 commit to master hicder/muopdb
  • Read pending segment on startup (#334) 2159b75

View on GitHub

hicder closed a pull request on hicder/muopdb
Read pending segment on startup
As tilted. On startup, we clear the pending directory and read anew. In the future, once we support deletion, we need to spare the pending deletion list.
hicder pushed 1 commit to hicder/read-pending-on-startup hicder/muopdb
  • Read pending segment on startup bc5acd8

View on GitHub

hicder opened a pull request on hicder/muopdb
Read pending segment on startup
As tilted. On startup, we clear the pending directory and read anew. In the future, once we support deletion, we need to spare the pending deletion list.
hicder created a branch on hicder/muopdb

hicder/read-pending-on-startup - MuopDB - A Vector Database

hicder deleted a branch hicder/muopdb

hicder/fix-empty-pending

hicder pushed 1 commit to master hicder/muopdb
  • Deserializing empty pending map if missing (#333) 1e889ad

View on GitHub

hicder closed a pull request on hicder/muopdb
Deserializing empty pending map if missing
hicder closed an issue on hicder/muopdb
Implement `PendingModificationSegment`
This class will: * on `delete`, queue up the deletion * on `search`, check against that queue for unapplied deletion docs * new API: `flush` to flush the deletion request
hicder pushed 1 commit to master hicder/muopdb

View on GitHub

hicder opened a pull request on hicder/muopdb
Deserializing empty pending map if missing
Load more