kevo/pkg
Jeremy Tregunna c0bfd835f7
Some checks failed
Go Tests / Run Tests (1.24.2) (pull_request) Failing after 5m1s
feat: implement replication hook point in WAL and Lamport clocks…
- Add Lamport clock implementation for logical timestamps
- Define ReplicationHook interface in WAL package
- Extend WAL to use Lamport clock for timestamps
- Add notification hooks for WAL entries and batches
- Update WAL initialization to support replication
- Add tests for replication hooks and clocks
2025-04-26 11:42:49 -06:00
..
bloom_filter perf: added bloom filters for sstables to improve performance 2025-04-23 19:04:10 -06:00
client test: add tests for edge case putting a key after delete 2025-04-23 16:49:38 -06:00
common fix: engine refactor bugfix fest, go fmt 2025-04-25 23:36:08 -06:00
compaction chore: renaming packages after move to github org 2025-04-22 11:01:33 -06:00
config feat: Initial release of kevo storage engine. 2025-04-20 14:06:50 -06:00
engine fix: fix the WAL is closed errors on rotation in tight loops, increase durability 2025-04-26 00:15:50 -06:00
grpc fix: engine refactor bugfix fest, go fmt 2025-04-25 23:36:08 -06:00
iterator chore: renaming packages after move to github org 2025-04-22 11:01:33 -06:00
memtable fix: engine refactor bugfix fest, go fmt 2025-04-25 23:36:08 -06:00
replication feat: add lamport timestamp 2025-04-26 11:28:44 -06:00
sstable fix: engine refactor bugfix fest, go fmt 2025-04-25 23:36:08 -06:00
stats fix: engine refactor bugfix fest, go fmt 2025-04-25 23:36:08 -06:00
transaction fix: engine refactor bugfix fest, go fmt 2025-04-25 23:36:08 -06:00
transport chore: formatting 2025-04-22 14:09:54 -06:00
wal feat: implement replication hook point in WAL and Lamport clocks… 2025-04-26 11:42:49 -06:00