absolute7
- Karma
- 0
- Created
- ()
- Submissions
- 14,470,710
- Show HN: Design to Code with good performance (absl.design)
https://youtube.com/playlist?list=PL3vzYfOMUcIkd_1CzICEkH1IR...
- Show HN: Figma Alternative Free – [In Progress] (absl.design)
I am building free Figma alternative with focus on performance. Sharing for early feedback. https://www.absl.design/home.html
- Show HN: ZDS – Zig Data Structures (github.com)
A collection of high-performance data structures for Zig.
-
Hi HN, I wanted to share an exciting update about Treds, the high-performance prefix search server I introduced earlier. After running a new series of benchmarks, the results continue to confirm Treds' edge over etcd…
- Show HN: Fast prefix search server in Golang (treds.io)
- Treds – Sorted Datastructure Server (treds.io)
-
Hi Everybody, I found it hard to get keys in Redis with common prefix in sorted order. So, I am working on implementing a modified data structure using which we can get sorted keys with a common prefix very fast. The…