aoc2020 VS aoc

Compare aoc2020 vs aoc and see what are their differences.

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
aoc2020 aoc
22 5
29 2
- -
0.0 0.0
about 1 year ago over 3 years ago
Rust Python
- MIT License
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.

aoc2020

Posts with mentions or reviews of aoc2020. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-02-04.

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-01-07.
  • [2020 Day 1] Performance comparison of solutions in 7 different languages
    5 projects | /r/adventofcode | 7 Jan 2021
    It's not compiled in release mode, as seen here. /u/tom_collier2002 add the flag -C opt-level=3
  • Advent 2020 Conclusion
    1 project | /r/adventofcode | 29 Dec 2020
    The solution I used to get the correct answer for day 23 was almost exactly what you described (I used an array instead of a hash table for the fast look up). However, a friend of mine used the "array as a linked list" approach that initially made no sense to me. So I spent an hour implementing it as a way to wrap my head around it. The surprising (to me) result was not only was the new solution 3x as fast as the original (11 seconds vs 35 seconds), but also used only 20% of the memory (45 MB RSS vs 236 MB RSS)!

What are some alternatives?

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

AoC - my personal repo for the advent of code yearly challenge

advent-of-code - My solutions for Advent of Code

adventofcode - Solutions for Advent of Code over the years

Advent_of_Code_in_Pascal - My solutions to the Advent of Code, in Free Pascal

aoc-2020 - My solutions for https://adventofcode.com

aoc-2020 - My solutions to Advent of Code 2020.

hac - HAC Ada Compiler - a small, quick Ada compiler fully in Ada

Advent-of-Code - Advent of Code

aoc2020apl - Advent of Code 2020 solutions in Dyalog APL

aoc2020 - Advent of Code 2020

ruby - The Ruby Programming Language

adventofcode