Commit Graph

10 Commits

Author SHA1 Message Date
James Mills
c0f178c4f7
Improved read/write performance by another ~2x by not calling Stat() on every read/write 2019-03-16 08:15:07 +10:00
James Mills
2585222830
Improve write performance by ~33% to 80,000 writes/sec buf reducing syscalls and using a bufio.Writer 2019-03-16 07:41:37 +10:00
James Mills
3f1b90eb23
Update README.md 2019-03-14 18:18:57 +10:00
James Mills
71a42800fe
Improved benchmark test suite for various key/value sizes 2019-03-14 18:17:20 +10:00
James Mills
fb50eb2f82
Update README.md 2019-03-14 15:36:37 +10:00
James Mills
9a8aca55ba
Updated README 2019-03-13 21:40:43 +10:00
James Mills
6a39d742b7
Update README.md 2019-03-13 20:27:27 +10:00
James Mills
108cb54cb2
Updated README on Performance Benchmarks 2019-03-13 07:43:32 +10:00
James Mills
5e9c963904
Fixed some refs to copied code from my other projects (msgbus) 2019-03-13 06:39:21 +10:00
James Mills
a42cd20ddf
Initial Commit 2019-03-12 23:56:57 +10:00