A new generation libc extension/wrapper written in Modern C.
Modern C is an improved-upon version of C, with a different programming style and better programming practices. Modern C is faster, more secure and easier to read compared to standard C.
See this talk for reference
Clibc-ng is easier to read compared to the classic libc. Clibc offers more optimised maths and string operations. Clibc also comes with jemalloc memory allocation for more efficient memory allocation. It also aids with memory fragmentation.
git clone https://github.com/Cobweb-Development/clibc-ng
cd clibc-ng
./install.sh
coming soon...
Xfcisco - Lead Developer