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

Implement sliced memory and use it to store iterators in ls.c #161

Open radare opened 5 years ago

radare commented 5 years ago

this will speedup iterating over lists because it will not require to dereference pointers