faragon / libsrt

libsrt is a C library for writing fast and safe C code, faster. It provides string, vector, bit set, set, map, hash set, and hash map handling. Suitable for soft and hard real-time. Allows both heap and stack allocation. *BETA* (API still can change: suggestions are welcome)
https://faragon.github.io/libsrt.html
BSD 3-Clause "New" or "Revised" License
547 stars 48 forks source link

Ad distributed map (sdm_t) missing tests #17

Closed faragon closed 7 years ago

faragon commented 7 years ago

sdm_dup, sdm_reset, sdm_set_routing, sdm_s_route, sdm_shrink

faragon commented 7 years ago

sdm_t removed as API: it is too simple and not enough generic.