C-plus-plus
Fast C++ Logging Without the Pain and Heavy Dependencies
A practical guide to spdlog—a lightweight, header-only C++ logging library with async support, sink combining, and minimal dependencies.
Language
HomeLanguages
Sections
A practical guide to spdlog—a lightweight, header-only C++ logging library with async support, sink combining, and minimal dependencies.
simdjson is a high-performance JSON parser that uses SIMD instructions to achieve up to 6 GB/s throughput — 25x faster than typical alternatives.