C++ Jobs - Q3 2023

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

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. think-cell-library

    think-cell core library

    Library * We use Boost throughout our code, e.g., Boost.Spirit for parsing. * We have our own range library, in the same spirit as Boost.Range or Eric Niebler’s range-v3, but going further, for example, by unifying internal and external iteration. We gave a talk about it, and most of the code is public. * We develop our own cross-platform library to support Mac and Windows with a single code base. * We have our own reference-counting and persistence libraries to save and restore whole object trees. * We have an extensive bug reporting infrastructure. Assertions and error checks stay in the release code, and our software automatically reports bugs to our server. The server analyzes the bug, categorizes it and files it in a database that all developers can access. If an update fixes the bug, the user can download the update directly from a bug response web page.

  2. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  3. C++ Actor Framework

    An Open Source Implementation of the Actor Model in C++

    CAF

  4. Apache Arrow

    Apache Arrow is the universal columnar format and multi-language toolbox for fast data interchange and in-memory analytics

    Apache Arrow

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

  • C++ Jobs - Q2 2022

    4 projects | /r/cpp | 3 Apr 2022
  • C++ Jobs - Q4 2021

    4 projects | /r/cpp | 2 Oct 2021
  • Concurrency & Fault-tolerant In Distributed Systems

    4 projects | dev.to | 4 Nov 2024
  • Is akka still worth learning to be employable?

    1 project | /r/scala | 7 Dec 2023
  • What is the fastest producer consumer model in C#

    1 project | /r/dotnet | 6 Nov 2023

Did you know that C++ is
the 7th most popular programming language
based on number of references?