rocket_sim
An interactive rocket simulator inspired by Kerbal Space Program (by mkhan45)
advent-of-code-2020
:christmas_tree: My Advent of Code solutions in Rust. http://adventofcode.com/2020 (by timvisee)
Our great sponsors
- SonarLint - Clean code begins in your IDE with SonarLint
- InfluxDB - Collect and Analyze Billions of Data Points in Real Time
- Onboard AI - Learn any GitHub repo in 59 seconds
- Revelo Payroll - Free Global Payroll designed for tech teams
rocket_sim | advent-of-code-2020 | |
---|---|---|
1 | 6 | |
1 | 115 | |
- | - | |
0.0 | 0.0 | |
almost 2 years ago | almost 2 years ago | |
Rust | Rust | |
- | GNU General Public License v3.0 only |
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.
rocket_sim
Posts with mentions or reviews of rocket_sim.
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)?
Iām working on my rocket sim (https://github.com/mkhan45/rocket_sim)
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 š.
What are some alternatives?
When comparing rocket_sim and advent-of-code-2020 you can also consider the following projects:
link-to-notion - Quick add a link to a page within Notion app
AdventOfCode - My solutions for all years of Advent of Code in Python 3 and Rust
Cargo - The Rust package manager
httparse - A push parser for the HTTP 1.x protocol in Rust.
CubeSimRS - Rust based Rubik's Cube simulation and solving library
grenad - Tools to sort, merge, write, and read immutable key-value pairs
dmoj-rust - A Rust crate for providing helpful methods in online judging.
rescrobbled - MPRIS music scrobbler daemon
advent-of-code-rust - My solutions to Advent Of Code
adventofcode - :christmas_tree: Advent of Code (2015-2022) in C#
flurry - A port of Java's ConcurrentHashMap to Rust