aoc VS aoc21

Compare aoc vs aoc21 and see what are their differences.

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
aoc aoc21
2 4
11 2
- -
8.1 0.0
4 months ago over 1 year ago
C# Crystal
- -
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

aoc

Posts with mentions or reviews of aoc. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-12-17.

aoc21

Posts with mentions or reviews of aoc21. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-02-17.
  • Advent of Code Day 24: Computing with Sets
    2 projects | news.ycombinator.com | 17 Feb 2022
    The way I solved this was by squinting a little and realizing that every time a div instruction happened, then a certain number following it needed to be 0, depending on the value of certain constants embedded in the code, and also on certain other fields in the input. So instead of starting with an input number, it is possible to calculate the min and max values the fields may contain right there, as long as we embed the field positions in a stack.

    As this is only going through the code once, this is virtually instantaneous and ended up as the day that was fastest of all days to compute.

    https://github.com/yxhuvud/aoc21/blob/main/day24.cr

  • [2021] Solving AoC with Rust before Python can start
    1 project | /r/adventofcode | 11 Feb 2022
    My solution, https://github.com/yxhuvud/aoc21/blob/main/all_days.cr :
  • Speeding up Dijkstra by a factor of 2700
    2 projects | news.ycombinator.com | 1 Jan 2022
    Yes, though sometimes it is possible to replace a fully general priority queue with a faster structure that is using the structure of the problem at hand. For example, this problem (AoC day 15) has only ever a count of unique priorities that is 10 or fewer. That allows a queue implementation to be https://github.com/yxhuvud/aoc21/blob/main/day15.cr#L27-L51 , being amortized O(1) in both insertion and deletion. This pushed down the runtime another magnitude for me, the whole day running at 0.014s.
  • -🎄- 2021 Day 18 Solutions -🎄-
    144 projects | /r/adventofcode | 17 Dec 2021

What are some alternatives?

When comparing aoc and aoc21 you can also consider the following projects:

AdventOfCodeSolutions - My Advent Of Code Solutions

nom - Rust parser combinator framework

AdventOfCode - My solutions to the Advent of Code challenge

Advent-of-Code - Advent of Code

Advent-of-Code - My solutions for the Advent of Code puzzles (work in progress).

advent-of-code-2021 - My solutions to the Advent of Code 2021 puzzles.

adventofcode_2021 - AdventOfCode 2021