1 مستودع
Implementations of standard data structures that handle groups of objects to reduce manual memory management.
Distinct from Object Collection Management: Focuses on providing the foundational container types for C, not managing specific API object sets.
Explore 1 awesome GitHub repository matching operating systems & systems programming · Generic Container Libraries. Refine with filters or upvote what's useful.
tbox is a multi-platform C standard library and toolkit designed for portable software development. It provides a core foundation for low-level system programming through a collection of system primitives, data structures, and memory management tools. The project includes a coroutine framework for cooperative multitasking and asynchronous logic, a data structure library featuring generic containers with a consistent iterator interface, and a memory management toolkit for pool allocation and debugging of heap overflows and leaks. It also provides a network and serialization toolset for handlin
Provides standardized container types to handle groups of objects and avoid manual memory management.