1
0
mirror of https://github.com/taigrr/bitcask synced 2025-01-18 04:03:17 -08:00

Commit Graph

  • bc8f6c6718
    Change locking error message James Mills 2019-03-14 21:27:16 +10:00
  • b6c212d60c
    Refactored option handling James Mills 2019-03-14 21:14:55 +10:00
  • 3f1b90eb23
    Update README.md James Mills 2019-03-14 18:18:57 +10:00
  • 71a42800fe
    Improved benchmark test suite for various key/value sizes 0.0.10 James Mills 2019-03-14 18:17:20 +10:00
  • 3b9627aeb8
    Fix concurrent read bug James Mills 2019-03-14 17:57:24 +10:00
  • e0c4c4fdae
    Fix concurrent write bug with multiple goroutines writing to the to the active datafile James Mills 2019-03-14 08:07:02 +10:00
  • fb50eb2f82
    Update README.md James Mills 2019-03-14 15:36:37 +10:00
  • fb2335e3c1
    Fixed tests 0.0.9 James Mills 2019-03-14 07:46:59 +10:00
  • 9a8aca55ba
    Updated README 0.0.8 James Mills 2019-03-13 21:40:43 +10:00
  • 32b782b229
    Fixed arg handling in bitcaskd James Mills 2019-03-13 21:39:23 +10:00
  • 146f777683
    Fixed versioning during build time 0.0.7 James Mills 2019-03-13 21:31:21 +10:00
  • 809a14fbdc
    Fix usage output of bitcaskd 0.0.6 James Mills 2019-03-13 21:25:26 +10:00
  • 238ff6ab59
    Add a simple Redis compatible server daemon (bitcaskd) 0.0.5 James Mills 2019-03-13 21:17:35 +10:00
  • 6a39d742b7
    Update README.md James Mills 2019-03-13 20:27:27 +10:00
  • f4b7918e93
    Add flock on database Open()/Close() to prevent multiple concurrent processes write access. Fixes #2 0.0.4 James Mills 2019-03-13 20:21:15 +10:00
  • f88919ecd0
    Fixed read performance by ~6x in general by caching all inactive datafiles. Fixes #1 0.0.3 James Mills 2019-03-13 19:24:35 +10:00
  • 108cb54cb2
    Updated README on Performance Benchmarks 0.0.2 James Mills 2019-03-13 07:42:50 +10:00
  • 904f6b19a0
    Improve read performance by ~6x for active Datafile by not reopening it each time James Mills 2019-03-13 07:41:00 +10:00
  • 4b52dea172
    Create LICENSE James Mills 2019-03-13 06:46:32 +10:00
  • e9997642fe
    Create CODE_OF_CONDUCT.md James Mills 2019-03-13 06:45:43 +10:00
  • 7efa81c830
    Revert "Fixed release script so go mod is happy" 0.0.1 James Mills 2019-03-13 06:41:03 +10:00
  • 5e9c963904
    Fixed some refs to copied code from my other projects (msgbus) James Mills 2019-03-13 06:39:21 +10:00
  • d97484332c
    Fixed release script so go mod is happy James Mills 2019-03-13 00:29:25 +10:00
  • 73acf226df
    Fixed goreleaser config James Mills 2019-03-13 00:27:11 +10:00
  • 910faa096b Set theme jekyll-theme-hacker James Mills 2019-03-13 00:06:31 +10:00
  • a42cd20ddf
    Initial Commit James Mills 2019-03-09 22:41:59 +10:00