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

Remove unused code #224

Closed XVilka closed 3 years ago

XVilka commented 3 years ago

Detailed description

There is no reason to keep it in the repository - if anything it could be extracted from the history.

Test plan

All green

trufae commented 3 years ago

Sdb uses to be a datastructure collection library and tool, all those algorithms were moved to Attic after deciding other implementations were more interesting for the actual sdb use case. despite Attic comes from the CVS era, i would like to have them somewhere else so its easy for anyone to find and use them if they are needed for their project, i spent quite a lot of time cleaning up and testing all of those to be easy to use and clean APIs.

I'll just create a repo with the contents of this Attic in my repository and make the dist tarballs 25KB smaller!

trufae commented 3 years ago

Done