Skip to content

Commit

Permalink
mod: remove duplicates
Browse files Browse the repository at this point in the history
  • Loading branch information
KarolosLykos authored and KarolosLykos committed Jan 8, 2025
1 parent fcfb7ab commit 0f06f59
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,6 @@ TOC is generated by [markdown-toc](https://github.com/jonschlinkert/markdown-toc
- [bcrist/Zig-TempAllocator](https://github.com/bcrist/Zig-TempAllocator) : Arena allocator for interactive programs and simulations.
- [rdunnington/zig-stable-array](https://github.com/rdunnington/zig-stable-array) : Address-stable array with a max size that allocates directly from virtual memory.
- [dweiller/zimalloc](https://github.com/dweiller/zimalloc) : zimalloc is general purpose allocator for Zig, inspired by [mimalloc](https://github.com/microsoft/mimalloc).
- [suirad/Seal](https://github.com/suirad/Seal) : An allocator that wraps another allocator and detects if memory is leaked after usage.
- [Hejsil/zig-gc](https://github.com/Hejsil/zig-gc) :A super simple mark-and-sweep garbage collector written in Zig.

## Asynchronous Runtime
Expand Down

0 comments on commit 0f06f59

Please sign in to comment.