iondbproject / iondb

IonDB, a key-value datastore for resource constrained systems.
BSD 3-Clause "New" or "Revised" License
587 stars 48 forks source link

Write unit cpp-wrapper for sl_insert() #105

Open danaack opened 7 years ago

danaack commented 7 years ago

First we check if there's already a duplicate node. If there is, we're going to do a modified insert instead. TODO write unit cpp_wrapper to check this

https://github.com/iondbproject/iondb/blob/development/src/dictionary/skip_list/skip_list.c#L122-L125