» Tag
c
21 postsAF_XDP Implementation in C++ and DPDK Benchmark Comparison
I developed a C++ library for AF_XDP and DPDK backends. Learn about performance benchmarks and findings.
Threepp: Cross-platform C++20 3D Library with Three.js API
Threepp is a cross-platform 3D library using C++20, featuring OpenGL and Vulkan backends.
Focus: A Platform-Agnostic UI Framework for Resource-Constrained Systems
Focus is a lightweight, platform-agnostic UI framework for resource-constrained embedded systems.
CommitBrief — AI code reviews, right in your terminal
A provider-agnostic, local-first CLI that reviews your staged changes, a historic range, or a whole GitHub pull request. Zero telemetry, no server. Free and open source.
commitbrief.comsioxx — A Modern C++ Socket.IO Client (nlohmann/json + Boost.Beast)
sioxx is a modern Socket.IO client written in C++. It works seamlessly with nlohmann/json and Boost.Beast.
Compiling llama.cpp on Debian 12/13 and Cross Compiling for ARM64
Learn how to compile llama.cpp natively and cross-compile for ARM64 on Debian 12/13.
Memftprt: A Memory Monitoring Tool for Process Trees on Linux
Memftprt is a memory monitoring tool for process trees on Linux, providing detailed reports and statistics.
Bun's Rust Rewrite and AI Infrastructure Layer in C#
Bun's migration from Zig to Rust highlights the importance of C# in AI infrastructure.
Modular Monolith Database Design in C#: One Database or Multiple?
Explore the three main strategies for modular monolith database design in C#. Choosing the right approach is vital for effective system scaling.
The Same Code Printed 10 on Linux and 0 on a Mac
A Dray programming language issue highlights variadic argument passing differences in C, affecting outputs on Linux and Mac.
Rewriting Json2xml in C After Speeding It Up with Rust
The new C-based json2xml offers a fast, standalone conversion tool without dependencies.