advent-of-code-2021 VS advent-of-code-2021-rust

Compare advent-of-code-2021 vs advent-of-code-2021-rust 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
advent-of-code-2021 advent-of-code-2021-rust
1 4
2 4
- -
0.0 1.8
over 1 year ago almost 2 years ago
Shell Rust
MIT License 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.

advent-of-code-2021

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

advent-of-code-2021-rust

Posts with mentions or reviews of advent-of-code-2021-rust. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-05-31.
  • 2021 day 19 in SYCL
    2 projects | /r/adventofcode | 31 May 2022
    Since my 2021 day 19 solution (https://github.com/LinAGKar/advent-of-code-2021-rust/tree/main/day19a) ended ut being lots of parallel matrix/vector multiplication, I decided to try making a GPGPU solution. So here is my solution in SYCL: https://github.com/LinAGKar/advent-of-code-2021-sycl. For dependencies it needs a SYCL implementation and GLM. I tried not to use anything implementation specific, but I've only tested it on oneAPI. I've never done any GPGPU stuff before, so it's probably terrible, and it actually ended ut being a bit slower than my Rust solution running on top of CUDA (on a 2080 Ti and Ryzen 7 5800X). Do tell anything I did wrong.
  • -🎄- 2021 Day 25 Solutions -🎄-
    38 projects | /r/adventofcode | 24 Dec 2021
    Mine in Rust: https://github.com/LinAGKar/advent-of-code-2021-rust/tree/main/day25/src
  • -🎄- 2021 Day 24 Solutions -🎄-
    60 projects | /r/adventofcode | 23 Dec 2021
    This is in theory a Rust solution: https://github.com/LinAGKar/advent-of-code-2021-rust/blob/main/day24a/src/main.rs, https://github.com/LinAGKar/advent-of-code-2021-rust/blob/main/day24b/src/main.rs. But I haven't actually run it to completion, like everyone else I've analyzed it manually.
  • -🎄- 2021 Day 1 Solutions -🎄-
    252 projects | /r/adventofcode | 30 Nov 2021
    My solutions in Rust: https://github.com/LinAGKar/advent-of-code-2021-rust/blob/main/day1a/src/main.rs and https://github.com/LinAGKar/advent-of-code-2021-rust/blob/main/day1b/src/main.rs

What are some alternatives?

When comparing advent-of-code-2021 and advent-of-code-2021-rust you can also consider the following projects:

adventofcode - Advent of Code solutions of 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022 and 2023 in Scala

advent-of-code-2021 - zig solutions to advent of code 2021

advent-of-code - Collection of JS solutions for puzzles from adventofcode.com 🎁🎄

aoc21-alpha - Advent of Code 2021 in 25 different languages, alphabet soup edition

advent-of-code

advent-of-code-2021-sycl

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

advent-of-code - Advent Of Code Solutions

AdventOfCode2021.jl - Advent of Code 2021 in Julia

aoc - Advent of Code solutions

Advent-of-code - My solutions of adventofcode.com