0xShug0 /
audio.cpp
An all-in-one, pure C++ inference engine for audio models, powered by ggml. Supports TTS, STT, VAD, voice conversion, music generation, and more, with highly optimized performance. No Python dependency.
Loading repository data…
krubbles / repository
A highly-optimized C# noise-function library.
Note: For high-preformance applications, I reccomend using the the newer version of this library instead. (NoiseDotNet)
A highly-optimized C# noise-function library. Compile with Burst if using in Unity, as Mono is very slow. Include namespace Icaria.Engine.Procedural, call noise functions from static class IcariaNoise. Commented to show optimizations over standard implementations.
Preformance w/ RyuJIT (tested on AMD Ryzen 9 6900HS, average per sample over 10 billion samples)
Selected from shared topics, language and repository description—not editorial ratings.
0xShug0 /
An all-in-one, pure C++ inference engine for audio models, powered by ggml. Supports TTS, STT, VAD, voice conversion, music generation, and more, with highly optimized performance. No Python dependency.
tunnelvisionlabs /
The original, highly-optimized C# Target for ANTLR 4
MengRao /
A highly optimized single producer single consumer message queue C++ template
sahibzada-allahyar /
A novel LLM architecture written in highly optimized low-level C++/CUDA with a new Long-Term Memory (LTM) mechanism for large context windows.
tvanslyke /
A fine-tuned, highly-optimized timsort implementation for C++17.
connormanning /
A C++ big-integer library, highly optimized for the small-number case.