Seeking Improve Advice on my C++ Network Library

This page summarizes the projects mentioned and recommended in the original post on /r/cpp

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • Turtle

    A C++17-based lightweight high-performance network library (by YukunJ)

  • Thanks for the insights! I think this make sense. I could have achieved better performance using std::unordered_map rather than std::map. I've created an issuemyself and implement it shortly.

  • Muduo

    Event-driven network library for multi-threaded Linux server in C++11

  • Here is the link: Turtle. During development phase, I referenced a lot of other sources. The single most contributing one would be the Muduo library implemented by a senior at Google.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • Catch

    A modern, C++-native, test framework for unit-tests, TDD and BDD - using C++14, C++17 and later (C++11 support is in v2.x branch, and C++03 on the Catch1.x branch)

  • Unit test coverage by Catch2 framework.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts