Skip to content

Activity

Update README.md

egotist0pushed 1 commit to master • 60c037c…d7dec1c • 
on Aug 4, 2023

modify readme

egotist0pushed 1 commit to master • b1104a3…60c037c • 
on May 24, 2023

update benchmark report

egotist0pushed 1 commit to master • 34b9a0a…b1104a3 • 
on May 15, 2023

update benchmark report

egotist0pushed 1 commit to master • f889b29…34b9a0a • 
on May 13, 2023

update benchmark report

egotist0pushed 1 commit to master • c941ab8…f889b29 • 
on May 13, 2023

add comment on LogFile's byte stream struct

egotist0pushed 1 commit to master • 0da3242…c941ab8 • 
on May 10, 2023

update benchmark report

egotist0pushed 1 commit to master • e41151e…0da3242 • 
on May 9, 2023

update readme

egotist0pushed 2 commits to master • 803f6c5…e41151e • 
on May 8, 2023

add benchmark scritp for SLM DB, Badger, LedisDB, Redis and LevelDB, …

egotist0pushed 1 commit to master • ea2d1e2…803f6c5 • 
on May 8, 2023

add cmd module: including client and server side

egotist0pushed 1 commit to master • 3a38235…ea2d1e2 • 
on May 8, 2023

add testcase for the db interface modlue

egotist0pushed 4 commits to master • eed9574…3a38235 • 
on May 7, 2023

add testcase for vlog modlue

egotist0pushed 1 commit to master • b6b79fe…eed9574 • 
on May 7, 2023

fix the issue happened in openMemtable(): the if judgement of wal.Rea…

egotist0pushed 2 commits to master • 53e1676…b6b79fe • 
on May 7, 2023

modify options.go: add defaultOptions for opening db and defaultCoulm…

egotist0pushed 1 commit to master • ba3ecd3…53e1676 • 
on May 7, 2023

modify vlog module: add functional module for compaction

egotist0pushed 1 commit to master • 63e52f0…ba3ecd3 • 
on May 7, 2023

add db module: provide the db operation interface for users

egotist0pushed 1 commit to master • 696f6d4…63e52f0 • 
on May 7, 2023

modify cf.go: add func for columnfamily struct

egotist0pushed 1 commit to master • 05cc4e3…696f6d4 • 
on May 7, 2023

modify memtable.go: add claseWAL func for memtable

egotist0pushed 1 commit to master • 4cb8735…05cc4e3 • 
on May 7, 2023

modify readme

egotist0pushed 1 commit to master • 8a8d621…4cb8735 • 
on May 6, 2023

add flush part in cf.go: used to update the index, write vlog and del…

egotist0pushed 1 commit to master • 424dd04…8a8d621 • 
on May 6, 2023

add db module

egotist0pushed 1 commit to master • 3442a1b…424dd04 • 
on May 5, 2023

add column family module

egotist0pushed 1 commit to master • cc66e18…3442a1b • 
on May 5, 2023

modify options.go: add options for the whole db setting

egotist0pushed 1 commit to master • 6b8f12b…cc66e18 • 
on May 4, 2023

modify memtable: add some comment for encode/decode

egotist0pushed 1 commit to master • 7811262…6b8f12b • 
on May 4, 2023

modify bptree module: add some comment for put/delete batch

egotist0pushed 1 commit to master • dbeb6d8…7811262 • 
on May 4, 2023

modify options.go: add Options struct(initiate the DB)

egotist0pushed 1 commit to master • 35b5ffb…dbeb6d8 • 
on May 3, 2023

modify options.go: add ColumnFamilyOptions struct

egotist0pushed 1 commit to master • 80773ac…35b5ffb • 
on May 3, 2023

add value log module(connect the discard and column family, still lea…

egotist0pushed 1 commit to master • 677eadb…80773ac • 
on May 3, 2023

modify compaction module(discard), using selective compaction strateg…

egotist0pushed 1 commit to master • a481503…677eadb • 
on May 2, 2023

modify compaction module(discard), using selective compaction strateg…

egotist0pushed 1 commit to master • 22a68d2…a481503 • 
on May 1, 2023