make string thread-safe

This commit is contained in:
2025-08-03 20:15:39 +02:00
parent 5203f76d46
commit 2376e5d0a0
3 changed files with 97 additions and 35 deletions

View File

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