electronsandstuff / AdventofCode2023

My solutions to Advent of Code 2023 in Julia

Home Page:https://chris-pierce.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AdventOfCode2023.jl

My solutions for Advent of Code 2023 using the julia programming language. Project structure was taken from goggle/AdventOfCode2021.jl with some modifications.

Benchmarks

Day Problem Time Allocated memory Solution
1 3.422 ms 129.83 KiB
2 1.388 ms 1.67 MiB
3 3.114 ms 10.70 MiB
4 957.500 μs 629.66 KiB
5 843.400 μs 2.40 MiB
6 3.025 μs 2.40 KiB
7 21.077 ms 21.68 MiB
8 13.968 ms 676.75 KiB
9 718.900 μs 886.25 KiB
10 12.625 ms 14.05 MiB
11 1.785 ms 508.19 KiB
12 89.303 ms 114.29 MiB
13 739.100 μs 851.51 KiB
14 197.782 ms 448.60 MiB
15 2.370 ms 1.97 MiB
16 29.187 ms 27.13 MiB
17 1.293 s 1.06 GiB
18 662.900 μs 681.52 KiB
19 1.286 ms 2.09 MiB
20 51.433 ms 97.94 MiB
21 33.622 ms 21.62 MiB
22 91.303 ms 75.86 MiB
23 22.882 s 21.78 GiB
24 476.600 μs 316.73 KiB
25 494.368 ms 254.43 MiB

This data was taken on the following machine.

OS: Windows 10 (x86_64)
CPU: AMD Ryzen 9 7950x @ 4.5GHz
WORD_SIZE: 64

About

My solutions to Advent of Code 2023 in Julia

https://chris-pierce.com/

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Julia 100.0%