advent-of-code-2020 VS aoc-2020

Compare advent-of-code-2020 vs aoc-2020 and see what are their differences.

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
advent-of-code-2020 aoc-2020
2 5
96 3
- -
0.0 1.8
over 2 years ago over 3 years ago
Haskell Rust
BSD 3-clause "New" or "Revised" 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.

advent-of-code-2020

Posts with mentions or reviews of advent-of-code-2020. 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-2020

Posts with mentions or reviews of aoc-2020. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2020-12-26.
  • Now what? (350 stars)
    1 project | /r/adventofcode | 9 Feb 2022
    I've tried it a few times and solutions were surprisingly elegant! E.g., 2020-01-p2.
  • [2020] Optimized solutions in C++ (291 ms total)
    4 projects | /r/adventofcode | 26 Dec 2020
    Figured I'd post my benches as well, see below. Everything done in Rust (link to source).
  • -🎄- 2020 Day 24 Solutions -🎄-
    78 projects | /r/adventofcode | 23 Dec 2020
    Here's my day 24 in Rust, using SIMD as usual :) (and offset coordinate encoding to make a SIMD-friendly 2-D cell grid)
  • -🎄- 2020 Day 22 Solutions -🎄-
    91 projects | /r/adventofcode | 21 Dec 2020
    Borrowed both ideas in my version :) On my input your version runs at 3ms, mine in 1.5ms, so it might be faster on some inputs (link). I initially started with something similar to yours but then figured why not use 512-bit ints, so that the notion of 'head' and 'tail' disappears as your head then stays at position 0 (so, e.g., to remove a card, you just right-shift the whole bigint). Also used a tiny bit of simd along the way.

What are some alternatives?

When comparing advent-of-code-2020 and aoc-2020 you can also consider the following projects:

aoc - 🎄 My solutions and walkthroughs for Advent of Code and more related stuff.

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

aoc-2020 - Advent of Code 2020 in 25 Different Languages

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

advent-of-code-2020 - Answers and solutions for Advent of Code 2020.

advent-of-code-2019 - Advent of Code 2019 Solutions (Spoilers!)

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

AdventOfCode2020 - Advent of code 2020

advent-of-code-go - All 8 years of adventofcode.com solutions in Go/Golang; 2015 2016 2017 2018 2019 2020 2021 2022

aoc2020 - Advent of Code for 2020

AdventOfCode-Java - adventOfCode(Language.JAVA);