2021 Day 4 Approach and other ideas?

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

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
  • Advent-of-Code-2021

    My solutions for Advent of Code 2021 (by kermitnirmit)

  • My solution.

  • AOC2021

  • Here’s the link if anyone cares: https://github.com/hugseverycat/AOC2021/blob/master/day4.py

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

    Advent of Code 2021 in Pony

  • My solution is written in Pony which is an Actor based language so I obviously wanted to solve all the boards in parallel.

  • aoc

    Advent Of Code (http://adventofcode.com/) solutions (by mkst)

  • For each board I created a bitmask to track called numbers. Iterate through the bingo calls. If the call results in a line, I return the "answer" otherwise return the updated bitmask. After iterating over all boards I have a list of results, then for part 1, pick the first result that was a number rather than bitmask, and part 2 find the last result... It's pretty horrible when explained in words, but the code is.. ok-ish. https://github.com/mkst/aoc/blob/master/2021/04.q

  • advent-of-code-2021

  • aoc

    Advent of Code solutions (by vodik)

  • With this, I managed to achieve a solution that's 6-7µs for part1 and ~10-11µs for part2 in Rust.

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

  • self-host a Streamlit app' on a Ubuntu server

    1 project | dev.to | 10 May 2024
  • Show HN: AI Runner – my personal opensource, local, multi-modal, AI assistant

    1 project | news.ycombinator.com | 10 May 2024
  • Initial commit to Synapse, the original Matrix.org homeserver implementation

    1 project | news.ycombinator.com | 10 May 2024
  • Snip tool

    1 project | dev.to | 10 May 2024
  • Computer Vision Meetup: Anomaly Detection with Anomalib and FiftyOne

    1 project | dev.to | 10 May 2024