Modern C++ in Advent of Code

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

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

    Solutions to all 25 AoC 2021 problems in Rust :crab: Less than 100 lines per day and under 1 second total execution time! :christmas_tree:

    This series, by Šimon Tóth, is a step by step guide through the solutions of Advent of Code 2021 using Modern C++.

  • CPython

    The Python programming language

    Actually python is mostly C (at least if you are using cpython).

  • 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.

  • scnlib

    scanf for modern C++

    I am using some modern libraries: scnlib fmtlib Eigen and usually abuse lambdas :)

  • aoc2021

    Advent of Code 2021 (by foolnotion)

  • advent-of-code-2021

    🦀 Rust solutions to AoC 2021 (by wfxr)

    With danger of being downvoted hard - looking at the first few day solutions.. it's not pretty. It's probably trying to be illustrative of new C++ features but check how much cleaner these Rust solutions look (not my code) - https://github.com/wfxr/advent-of-code-2021/blob/main/src/day01/mod.rs. Not trying to be a hater (C++ used to be my go to language some time back) but I hope somehow the new C++ apis get cleaned up.

  • Just to get on the bandwagon: here are my C++20 Advent of Code solutions, mostly using my work-in-progress Flow library

  • libflow

    Just to get on the bandwagon: here are my C++20 Advent of Code solutions, mostly using my work-in-progress Flow library

  • 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.

  • AoC_2021

    My entries for https://adventofcode.com/2021 (by TheThief)

    Or you could do it readably: https://github.com/TheThief/AoC_2021/blob/main/AoC_2021_Day1/AoC_2021_Day1.h

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