mehrant
- Karma
- 0
- Created
- ()
- Submissions
- 0
- Show HN: Simulator for a custom 8-bit discreet logic computer (msap2.mehran.dk)
5 years ago, I made a derivative of SAP-1 (mainly inspired by Ben Eater) on breadboard with few improvement and called it MSAP-1 (https://github.com/mehrantsi/MSAP-1) I made my own very primitive Assembly language and a…
-
After the release of Feox DB (https://github.com/mehrantsi/feoxdb), I received a number of questions/requests about a potential service layer on top. I spent the last week and created this Redis compatible server for it…
- Show HN: FeOx – Fast embedded KV store in Rust (github.com)
-
we've been working on a KV store for the past year or so which is 2-6x faster than Redis (benchmark link below) yet disk persisted! so you get the speed of in-memory KV stores but with disk persistence. To achieve this…