Skip to content
#

cpp-utils

Here are 6 public repositories matching this topic...

Language: All
Filter by language

华工大一的第一个开源尝试,这是一个轻量级的 C++ 有向图模板库。通过指针映射技术确保了图结构的稳定性,同时支持 DOT 格式导出。该库提供了类似 STL 的迭代器接口并具备类型安全特性。A lightweight C++ template library for directed graphs. It uses adjacency lists with std::vector and std::set, featuring pointer mapping for stability and DOT export. It offers STL-like iterators and type safety, making it perfect for algorithm learning.

  • Updated Jul 29, 2026
  • C++

cpp-ipc is a high-performance C++17 IPC library using POSIX shared memory and lock-free SPSC/MPSC/MPMC queues. All data-plane ops run in userspace, with futex used only for blocking. SPSC achieves sub-200ns latency with zero CAS. Compile-time QueueForMode dispatch, offset-based pointers, five wait strategies

  • Updated Jul 24, 2026
  • Makefile

Add this topic to your repo

To associate your repository with the cpp-utils topic, visit your repo's landing page and select "manage topics."

Learn more