C-Macro-Collections
C-Macro-Collections copied to clipboard
Easy to use, modular, header only, macro based, generic and type-safe Data Structures in C
### What is the nature of this request? * New functionalities ### Is your feature request related to a problem? Please describe. I'm working with sprites on a game. I'll...
# Feature Request Template ### What is the nature of this request? * Change in standards ### Is your feature request related to a problem? Please describe. CMC_EXT_INIT just adds...
Thanks for working on C-Macro-Collections! ### What is the nature of this request? * Change in standards ### Is your feature request related to a problem? Please describe. you can...
The library should: - [ ] Allow fkey and fval parameters to be null - [ ] Check in _new() for required functions - [ ] Check if the struct...
Thanks for working on CMC! ### What is the nature of this request? * Change in source code details (names of variables, functions, parameters, etc) ### Is your feature request...
- [ ] When a collection pops or removes elements from it, without returning it to the user, check for `ftable->free` and free the element
Includes testing - [ ] Callbacks - [ ] Alloc - [ ] Flags - [ ] Ftables
- [ ] Bitset - [ ] Deque - [ ] HashBidiMap - [ ] HashMap - [ ] HashMultiMap - [ ] HashMultiSet - [ ] HashSet - [...
- [ ] Bitset - [ ] Deque - [ ] HashBidiMap - [ ] HashMap - [ ] HashMultiMap - [ ] HashMultiSet - [ ] HashSet - [...
- [ ] Allows to switch between hash based and tree based data structures (e.g. AVL vs RBT, Round Robin vs Hopscotch, etc)