Commit graph

3 commits

Author SHA1 Message Date
423c69d697 memory: implement a unique pointer
this unique pointer differs from the STL, because it allows weak pointers to it, which cannot be lock()ed.

under the hood, it's just a SP that cannot be referenced.
2025-01-23 11:34:35 +00:00
3f5293432b tests: enhance memory + format 2024-09-25 22:44:05 +01:00
bf73356d39 utils: Initial Commit 2024-06-08 19:37:15 +02:00