erthink

↗ HN profile [ 82.5 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. Does anyone know a fast C/C++ implementation of comparing arbitrary MsgPack messages, without using additional memory and unpacking/deserialization?

  2. 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…

  3. 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?…