Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ncronom/libzro
A header-only C library that provides essential data structures
https://github.com/ncronom/libzro
arena-allocator c dynamic-array hmap library unittest
Last synced: 6 days ago
JSON representation
A header-only C library that provides essential data structures
- Host: GitHub
- URL: https://github.com/ncronom/libzro
- Owner: Ncronom
- License: mit
- Created: 2024-08-01T16:30:44.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-10-22T11:45:45.000Z (2 months ago)
- Last Synced: 2024-12-01T12:40:13.795Z (22 days ago)
- Topics: arena-allocator, c, dynamic-array, hmap, library, unittest
- Language: C
- Homepage:
- Size: 53.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# libzro
A header-only C library that provides essential data structures, including:
- **Generic memory management**
- **Arena allocator**
- **Dynamic array**
- **Hashmap**### Installation
```sh
wget https://raw.githubusercontent.com/julienrull/libzro/refs/heads/main/libzro.h
```OR
```sh
curl https://raw.githubusercontent.com/julienrull/libzro/refs/heads/main/libzro.h -o libzro.h
```