C-Common-Data-Structures icon indicating copy to clipboard operation
C-Common-Data-Structures copied to clipboard

A fast and memory efficient C library to manipulate sequential containers, associative structures, and advanced string processing, such as tree map, hash map, and trie.

Results 9 C-Common-Data-Structures issues
Sort by recently updated
recently updated
newest added

I'd like to propose the new set of operation interfaces for HashMap container. - Container Status Code: - `SUCC`: Indicate that the operation is finished successfully. - `END`: Indicate that...

Hey TienLung, Please refer to this API draft and try to refine the implementation. ``` c // The constructor Stack* StackInit(); // The destructor void StackDeinit(Stack*); // Push an item...

Hi Zong Xian, I am experimenting your library in my own program. Focus is currently on hash_map.c because I would like to benchmark your implementation. my example program uses (char...

Currently, we just get the DS size and rely on the single operator to iterate the entire DS. But it will be inefficient if the operator cannot access the item...

wontfix

Many programs use pkgconfig to manage their dependencies. We shall also provide it for better user experience.

We shall use `install` in `CMakeLists.txt` to install library, document into system.

We shall use `set_target_properties` to setup [SOVERSION](http://www.cmake.org/cmake/help/v3.0/prop_tgt/SOVERSION.html).