advent-of-code-2020
:christmas_tree: My Advent of Code solutions in Rust. http://adventofcode.com/2020 (by timvisee)
CubeSimRS
Rust based Rubik's Cube simulation and solving library (by V-Wong)
Our great sponsors
advent-of-code-2020 | CubeSimRS | |
---|---|---|
6 | 3 | |
110 | 11 | |
- | - | |
2.2 | 9.1 | |
6 months ago | 4 months ago | |
Rust | Rust | |
GNU General Public License v3.0 only | 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.
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 2021-10-18.
-
What's everyone working on this week (42/2021)?
Another brilliant source which I've found is https://github.com/timvisee/advent-of-code-2020. Great inspirational use of iterators there.
-
Hey Rustaceans! Got an easy question? Ask here (12/2021)!
Cool to see the itertools approach here though :) Link to the solution I saw before
-
This Week in Rust 380
Cool! My first time on TWIR with Solving Advent of Code 2020 in under a second. Though it isn't specifically about Rust, I did use Rust.
-
[2020] [Rust] Solving Advent of Code 2020 in under a second
The use of a different data structure for the low and high side of the look up table made it faster as described here.
Well done on your 0.541s timing by the way! Mind to test my day15b implementation as well on the same system? It's standalone and straightforward to run.
-
No surprise, Rust is fast.
Oh yes, did Advent of Code in under a second last december, shameless plug 😎.
CubeSimRS
Posts with mentions or reviews of CubeSimRS.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-11-01.
-
What's everyone working on this week (44/2021)?
Been putting further work into my Rubik's Cube solver. Managed to get a basic solver working using some variation of IDA*. Planning to refactor the code and then start optimising to make things go fast.
-
What's everyone working on this week (42/2021)?
Been working quite extensively on my Rubik's Cube simulator and solver. Currently working on optimising my data structures and then eventually to getting a proper solver working.
-
What's everyone working on this week (33/2021)?
Completely new and picked up Rust about 10 days ago. Started by heading straight into a project of making a Rubik's Cube solver while following the Rust book along the side.
What are some alternatives?
When comparing advent-of-code-2020 and CubeSimRS you can also consider the following projects:
tealr - A wrapper around mlua and rlua to help with embedding teal
tealsql - a sqlx wrapper for teal and lua
httparse - A push parser for the HTTP 1.x protocol in Rust.
atomic-data-rust - Create, share, fetch and model Atomic Data! This project consists of a graph database + server, a CLI and a rust library.
Cargo - The Rust package manager
adventofcode - :christmas_tree: Advent of Code (2015-2021) in C#
rust-rocksdb - rust wrapper for rocksdb
youki - A container runtime written in Rust
axum - Ergonomic and modular web framework built with Tokio, Tower, and Hyper
pushgen
txrx
custom-elements - A CustomElement trait to create Rust/WASM Web Components/Custom Elements easily without writing any JavaScript.