Skip to content

Commit

Permalink
Update README.md (#62)
Browse files Browse the repository at this point in the history
Co-authored-by: KarolosLykos <[email protected]>
  • Loading branch information
KarolosLykos and KarolosLykos authored Jan 9, 2025
1 parent fcfb7ab commit 80ec806
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions 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 Expand Up @@ -332,7 +331,6 @@ TOC is generated by [markdown-toc](https://github.com/jonschlinkert/markdown-toc
- [libogg](https://github.com/andrewrk/libogg): libogg with the build system replaced by zig
- [nasm](https://github.com/andrewrk/nasm): nasm with the build system replaced by zig
- [ffmpeg](https://github.com/andrewrk/ffmpeg): ffmpeg with the build system replaced by zig
- [SDL](https://github.com/andrewrk/SDL): SDL with the build system replaced by Zig
- [libebur128](https://github.com/andrewrk/libebur128): libebur128 with the build system replaced by zig
- [pulseaudio](https://github.com/andrewrk/pulseaudio): pulseaudio with the build system replaced by zig
- [libchromaprint](https://github.com/andrewrk/libchromaprint): chromaprint with the build system replaced by zig
Expand Down

0 comments on commit 80ec806

Please sign in to comment.