radareorg / sdb

Simple and fast string based key-value database with support for arrays and json
https://www.radare.org/
MIT License
218 stars 62 forks source link

Optimize ls_sort() according to https://github.com/radareorg/radare2/… #239

Closed trufae closed 3 years ago

trufae commented 3 years ago

Fixes: https://github.com/radareorg/radare2/issues/18322

Benchmark results (unit/test_sdb sorting 500K rows)

Before: 7s After: 6s

Detailed description

...

Test plan

...

Closing issues

...