erthink

↗ HN profile [ 53.0 ms ] full profile
Karma
8
Created
August 14, 2018 (7y ago)
Submissions
0
clip@dqdkfa.ru
  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?…