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

add failing test for collisions in the hashtable #101

Closed crowell closed 8 years ago

crowell commented 8 years ago

the hashtable underlying sdb doesn't handle collisions, add a test for this.