Seeking Improve Advice on my C++ Network Library

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

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • 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.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB 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

  • Invite Uers and Collaborators to My C++ Network Library

    1 project | /r/cpp | 26 Mar 2023
  • Show HN: OpenZiti (Apache 2.0, P2P, E2E encrypted, full mesh overlay) is now 1.0

    1 project | news.ycombinator.com | 23 Apr 2024
  • C++ Comparison Operator Craziness

    1 project | news.ycombinator.com | 12 Feb 2024
  • Detecting Internet connectivity in react native using NetInfo

    1 project | dev.to | 8 Dec 2023
  • How can I check the execution time of a program rendered in SFML?

    3 projects | /r/cpp_questions | 5 Dec 2023