Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 559 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 559 Bytes

libxchg

Generic IPC library with rich messaging semantics.

Version: 1.0.0
Author: Alex Forster <alex@alexforster.com>
License: Apache-2.0

Feature Highlights

  • Lockfree
  • Zero-copy
  • Zero allocations
  • Comprehensive testing
  • Comprehensive fuzzing

Attributions

  • Catch2 – A modern, C++-native, header-only, test framework for unit-tests, TDD and BDD.
    Github | BSL-1.0