[2021 Day 18] When you check the leaderboard first and see most people taking 30+ minutes

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

    My solutions for all years of Advent of Code in Python 3 and Rust (by benediktwerner)

  • That's certainly not necessary though and really not what makes most of the speed, especially for problems like today's. I don't really look at other leaderboard competitor's solutions much but at least my solutions (ranked ~20 today) are almost always completely vanilla Python (the only exception is networkx for the occasional graph problem but even that isn't really that much of a speedup if you know the common graph algorithms) and always self-contained.

  • AdventOfCode

    My Advent of Code solutions. I also upload videos of my solves: https://www.youtube.com/channel/UCuWLIm0l4sDpEe28t41WITA

  • And e.g. Jonathan Paulson never uses any libraries and always starts basically from scratch.

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

  • Re it turning into an infinite loop: Are you sure it was the reduction? Because I ran into the problem of recursing too deep in the explosion/splitting step when I tried disabling intermediate reductions. But it should not result in any nonbinary trees as intermediaries since all operations should retain this "binarity" which we start with. Which input made these problems for you? Then I can check my intermediaries for it (or you can check it via my code here https://github.com/SV-97/AdventOfCode2021/blob/main/Day_18_2/main.py)

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

  • Show HN: Exploring HN by mapping and analyzing 40M posts and comments for fun

    5 projects | news.ycombinator.com | 9 May 2024
  • The Birth of Parquet

    3 projects | news.ycombinator.com | 8 May 2024
  • Feedback on NanoDL: A library for building custom transformers from scratch

    1 project | news.ycombinator.com | 9 May 2024
  • Ruler: What's the Real Context Size of Your Long-Context Language Models?

    1 project | news.ycombinator.com | 9 May 2024
  • Show HN: Ellipsis – Automated PR reviews and bug fixes

    6 projects | news.ycombinator.com | 9 May 2024