Commit Graph

39 Commits

Author SHA1 Message Date
James Mills
42c2b810bf
Update README.md 2019-09-22 21:26:52 +10:00
James Mills
003c3abc42
Update to Go 1.13 and update README with new benchmarks (#89) 2019-09-04 22:43:53 +10:00
James Mills
24ab3fbf27
Update README.md 2019-09-04 08:20:44 +10:00
Ignacio Hagopian
0338755f8c fix readme typos (#81) 2019-09-02 10:22:08 +10:00
James Mills
ea96b8afc0
Update README.md 2019-08-30 13:28:17 +10:00
Ignacio Hagopian
55459a5c93 readme: fix stargazers link (#73) 2019-08-30 08:05:08 +10:00
James Mills
a20ee3e3d4
Update README.md 2019-08-26 08:45:15 +10:00
James Mills
b28353de02
Update README.md 2019-08-18 22:34:14 +10:00
James Mills
110c5024ee
Update README.md 2019-08-08 12:17:42 +10:00
James Mills
2a419c46d2
Update README.md 2019-08-07 13:24:38 +10:00
James Mills
bce2721be4
Update README.md 2019-08-06 08:15:03 +10:00
James Mills
6ceeccfd64
Update README.md 2019-08-03 19:49:15 +10:00
James Mills
35dc7e70d2
Update README.md 2019-08-03 19:47:23 +10:00
James Mills
6cc1154611
Update README.md 2019-08-03 19:46:18 +10:00
Ignacio Hagopian
e3242c8426 README: typos (#35) 2019-08-01 13:48:36 +10:00
James Mills
bc782a3083
Update README.md 2019-07-27 07:57:38 +10:00
James Mills
a2161179ef
Update README.md 2019-07-27 07:56:34 +10:00
Jesse Donat
9fafcad9a6 Fix mismatched key casing. (#12) 2019-06-12 07:29:11 +10:00
Whemoon Jang
c4faac9f7c Fix outdated README (#11) 2019-06-03 20:48:30 +10:00
Kebert Xela
1fca55d268 Minor readme improvements (#7)
* File emoji and missing parenthesis

* Update README.md

* Update README.md
2019-04-24 06:44:21 +10:00
James Mills
c640f7f7e7
Update README.md 2019-04-01 17:36:18 +10:00
James Mills
ed6283dca4
Add Development section to README documenting use of Protobuf and tooling required. #6 2019-04-01 17:29:23 +10:00
James Mills
2be3a63153
Add other badges from img.shields.io 2019-03-31 13:39:58 +10:00
James Mills
836deeb0ff
Document using the Docker Image 2019-03-30 20:25:23 +10:00
James Mills
f397a73abd
Update README.md 2019-03-29 22:21:39 +10:00
James Mills
53dc013215
Optimized and increased read performance by ~2-3x by memory mapping the read-only datafiles 2019-03-23 13:35:55 +10:00
James Mills
711d08ce91
Increased read performance by ~3-4x by removing another unnecessary I/O operation (Seek) 2019-03-23 12:14:15 +10:00
James Mills
7a427a237a
Update README.md 2019-03-21 08:36:17 +10:00
James Mills
d6e806e655
Update README.md 2019-03-20 15:30:08 +10:00
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