Antoine Martin
ed66012752
2022: bench: criterion 0.4
2022-12-06 00:02:21 +01:00
Antoine Martin
a25dc5beae
bump Cargo.lock
2022-12-05 23:08:19 +01:00
Antoine Martin
8e1328571b
2021: bump bitvec to 1.0
2022-12-05 23:04:07 +01:00
Antoine Martin
f3f3b40d47
2022: day 01 part 1
2022-12-05 22:57:19 +01:00
Antoine Martin
5ffa2012be
cargo: bump lock
2021-12-17 18:53:15 +01:00
Antoine Martin
0446f11a46
2020: bump nom version
...
I was getting a compilation error (something in the latest Rust
compiler?), related to a nom dependency (bitvec v0.19), but nom 7 does
not depend on bitvec by default anymore, yay!
The move + clone closures feel kind of wrong though
2021-12-17 14:12:35 +01:00
Antoine Martin
025374e685
2021: day16: part 1: parse litterals
2021-12-16 15:55:32 +01:00
Antoine Martin
f621e603f3
2021: day07: QuickSelect for median computation
2021-12-07 15:24:55 +01:00
Antoine Martin
d5c85d4a17
2021: setup boilerplate
2021-11-25 16:49:52 +01:00
Antoine Martin
e01307eb3c
cargo: fix build by bumping dependencies
2021-11-25 16:18:20 +01:00
Antoine Martin
426ea00636
2020: day18: part 1
2020-12-18 15:22:42 +01:00
Antoine Martin
e18b6edf80
2020: day17: part 1
2020-12-17 14:51:13 +01:00
Antoine Martin
8d11c817f3
bench: split to separate package
...
Unfortunately cargo doesn't allow optional dev dependencies (see
rust-lang/cargo#1596 ) so this is the workaround.
Previously, running `cargo test` triggered the build of all dev
dependencies, including criterion, which in turn pulls in a lot of
stuff. Running tests should be faster, hence this change.
2020-12-15 12:16:33 +01:00
Antoine Martin
c1b14d8768
bump crates to latest version
2020-12-15 00:45:27 +01:00
Antoine Martin
60b5398737
2018: switch to anyhow
2020-12-14 20:35:10 +01:00
Antoine Martin
885081d3fe
2015: switch to anyhow
2020-12-14 20:35:10 +01:00
Antoine Martin
deb808faf3
2019: switch to anyhow
2020-12-14 20:35:10 +01:00
Antoine Martin
d91165207f
2020: switch to anyhow
2020-12-14 20:35:10 +01:00
Antoine Martin
f9e1306881
2020: introduce anyhow
2020-12-14 09:52:13 +01:00
Antoine Martin
b44c6bacbc
2020: day01: part 1
2020-12-01 16:49:23 +01:00
Antoine Martin
899f9c193d
update crates to latest version
2020-11-18 20:49:33 +01:00
Antoine Martin
7eca1339d7
add benches for 2015 and 2018
2019-12-07 03:02:35 +01:00
Antoine Martin
0c98050bc0
2019: add benchmarks
2019-12-06 19:07:57 +01:00
Antoine Martin
ce83c56841
2015: day04: part 1
2019-12-03 15:06:28 +01:00
Antoine Martin
64410f0042
use aoc crate for common stuff
2019-12-01 22:22:12 +01:00
Antoine Martin
c420ed9e8b
2015: day01: finish
2019-12-01 21:16:15 +01:00
Antoine Martin
22fcfdae4f
2019: day01: part 1
2019-12-01 16:03:34 +01:00
Antoine Martin
b4c1f36767
move everything to single crate
2019-11-15 00:14:07 +01:00
Antoine Martin
b80637585b
2018: aoc02 part1
2019-11-14 18:19:23 +01:00
Antoine Martin
bcf61577e1
2018: aoc01
2019-11-14 17:57:25 +01:00