https://github.com/michaeladler/aoc-2015
https://github.com/michaeladler/aoc-2015
aoc aoc-2015 rust
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/michaeladler/aoc-2015
- Owner: michaeladler
- License: apache-2.0
- Created: 2022-03-25T20:30:38.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-02-14T15:50:11.000Z (over 1 year ago)
- Last Synced: 2024-12-30T06:25:03.067Z (5 months ago)
- Topics: aoc, aoc-2015, rust
- Language: Rust
- Homepage:
- Size: 69.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/michaeladler/aoc-2015/actions/workflows/rust.yml)
# aoc-2015
My fourth Advent of Code. It's time for Rust 2021! Having gained some experience from past events, this time I strive to
optimize for performance. Beware of `unsafe` Rust!**Objective**: Solve all puzzles in **less than 1 second**.
## Benchmarks
* 11th Gen Intel(R) Core(TM) i7-11850H: `905.9 ms ± 7.6 ms [User: 896.8 ms, System: 9.0 ms]`