erthink
- Karma
- 8
- Created
- August 14, 2018 (7y ago)
- Submissions
- 0
clip@dqdkfa.ru
- Preliminary libmdbx C++ API – One of the fastest compact key-value ACID database (erthink.github.io)
- Nice check-spelling action for GitHub (github.com)
-
Does anyone know a fast C/C++ implementation of comparing arbitrary MsgPack messages, without using additional memory and unpacking/deserialization?
- Online API description of libmdbx 0.9 (one of the fastest key-value ACID engine) (erthink.github.io)
- Guide to Effective Programming on the Elbrus Platform (By Google Translate) (translate.google.com)
- Libmdbx 0.7 released, up to 20% faster than LMDB (github.com)
-
Ryu algorithm by Ulf Adams (https://github.com/ulfjack/ryu) known to fastest in much cases, especially for short string representations. However, I would like to draw attention to my own speed-competing but more compact…
-
Of course, this is a very broad topic. Nevertheless, is there a ready-made set of tests that shows the advantages and flaws of well-known sorting algorithms in the context where the std::sort or qsort() are used?…
- Libmdbx is up to 20% faster than legendary LMDB (leo-yuriev.github.io)
- Fastest Float-to-String Conversion (github.com)
- Rust Implementation of T1ha (Fast Positive Hash) (github.com)
- The fastest portable hash (habr.com)