[2021 Day 24] A brute-force solution in 4.2 seconds

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

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • 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:

  • aoc-2021

    Advent of Code 2021 (by zookini)

  • I have a similar brute force with a build script implementation at https://github.com/zookini/aoc-2021/blob/master/src/bin/24c.rs . It uses dashmap with fxhasher and runs in 3.4 seconds on a Ryzen 5 5600X Six Core. It takes 15 seconds to run single threaded whereas std::collections::hashmap (also with fxhasher) takes 10 seconds

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