Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/michaeladler/aoc-2015
https://github.com/michaeladler/aoc-2015
aoc aoc-2015 rust
Last synced: about 17 hours 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-14T15:50:11.000Z (9 months ago)
- Last Synced: 2024-04-17T18:10:20.321Z (7 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
[![Rust](https://github.com/michaeladler/aoc-2015/actions/workflows/rust.yml/badge.svg)](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]`