add queue

This commit is contained in:
2025-08-03 19:57:31 +02:00
parent dfc095a6cd
commit 5203f76d46
7 changed files with 250 additions and 8 deletions

View File

@@ -8,3 +8,4 @@ It is not production-ready. Use at your own risk.
- Hashmaps - Thread-safe (MT Safe)
- Dynamic strings - Not thread-safe (MT Unsafe)
> Requires linking with the C math library (`-lm`)
- Circular Queue - Not thread-safe (MT Unsafe)