Hi,

I have implemented a C library (generic_doubly_linked_list_library.c)
that can be used as a C++ STL list, map, set, stack, queue, deque,
multimap, multiset, unordered_map, unordered_set, unordered_multimap,
and unordered_multiset (basically almost all C++ STL data structures).

So, instead of implementing your own linked list, etc, you can simply
use this library and speed up your development.

This library can be found at these places:
* https://marc.info/?l=linux-kernel&m=173781880224049&w=2
* https://github.com/amit0523/generic-doubly-linked-list-library

Regards,
Amit

Reply via email to