advent-of-code-2022

https://adventofcode.com/2022 in #Rust (by asaaki)

Advent-of-code-2022 Alternatives

Similar projects and alternatives to advent-of-code-2022

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better advent-of-code-2022 alternative or higher similarity.

advent-of-code-2022 reviews and mentions

Posts with mentions or reviews of advent-of-code-2022. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-12-07.
  • -🎄- 2022 Day 8 Solutions -🎄-
    208 projects | /r/adventofcode | 7 Dec 2022
    Current solution uses one Vec (for the lines), which does perform slightly better than if I would use only the original bytes of the input (&[u8]); added a branch with that bytes version if you care to check. Not sure if it's about some cache line friendliness or the mess of iterators.
  • -🎄- 2022 Day 7 Solutions -🎄-
    248 projects | /r/adventofcode | 6 Dec 2022
    Not pretty, but I believe efficient enough. Uses a few Strings and a HashMap, but does avoid recursion. Interestingly enough latest version with some heap allocations is still better than a few of my attempts to use only the stack (with things like arrays, tinyvec). Performance is okay on my machine, but it's the slowest day so far [ref].
  • -🎄- 2022 Day 1 Solutions -🎄-
    260 projects | /r/adventofcode | 30 Nov 2022
    Rust, https://github.com/asaaki/advent-of-code-2022/blob/main/src/bin/day1.rs
  • A note from our sponsor - SaaSHub
    www.saashub.com | 2 May 2024
    SaaSHub helps you find the best software and product alternatives Learn more →

Stats

Basic advent-of-code-2022 repo stats
3
5
10.0
over 1 year ago

The primary programming language of advent-of-code-2022 is Rust.


Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com