This website requires JavaScript.
Explore
Help
Sign In
fun
/
advent-of-code-2020-rust
Watch
1
Star
0
Fork
0
You've already forked advent-of-code-2020-rust
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
20
Commits
2
Branches
0
Tags
experiment/day11_parallel
Go to file
Add File
New File
Upload File
Apply Patch
Code
Clone
HTTPS
Tea CLI
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Download ZIP
Download TAR.GZ
Download BUNDLE
Bas Dado
8f1500accd
[TASK] Attempted to improve the performance of day11 by executing the iterations in parallel...Unfortunately it just got twice as slow...
2020-12-11 22:21:10 +01:00
.idea
Forgot to commit some files + small cleanup
2020-12-01 09:28:16 +01:00
input
[TASK] Completed Day11 Part 1 (although I'm not happy with the performance...)
2020-12-11 10:34:01 +01:00
src
[TASK] Attempted to improve the performance of day11 by executing the iterations in parallel...Unfortunately it just got twice as slow...
2020-12-11 22:21:10 +01:00
.gitignore
ignore /.idea
2020-12-01 09:28:57 +01:00
Cargo.lock
[TASK] Attempted to improve the performance of day11 by executing the iterations in parallel...Unfortunately it just got twice as slow...
2020-12-11 22:21:10 +01:00
Cargo.toml
[TASK] Attempted to improve the performance of day11 by executing the iterations in parallel...Unfortunately it just got twice as slow...
2020-12-11 22:21:10 +01:00
Description
My solutions to the Advent of Code 2020, in Rust
161
KiB
Languages
Rust
100%