My Advent of Code submissions in Julia.
Will likely have very different style between days since I'm just trying to experiment around with Julia.
include("./scripts/init.jl") # Run once to set up and activate the environment
include("./src/AoC_2024/AoC_2024_xx.jl") # use to run & re-run the actual script
Day | Problem | Time | Allocated memory | Source |
---|---|---|---|---|
01 | Historian Hysteria | 379.100 μs | 222.67 KiB | ✅ |
02 | Red-Nosed Reports | 1.010 ms | 1.41 MiB | ✅ |
03 | ❌ | - s | - KiB | ❌ |
04 | ❌ | - s | - KiB | ❌ |
05 | ❌ | - s | - KiB | ❌ |
06 | ❌ | - s | - KiB | ❌ |
07 | ❌ | - s | - KiB | ❌ |
08 | ❌ | - s | - KiB | ❌ |
09 | ❌ | - s | - KiB | ❌ |
10 | ❌ | - s | - KiB | ❌ |
11 | ❌ | - s | - KiB | ❌ |
12 | ❌ | - s | - KiB | ❌ |
13 | ❌ | - s | - KiB | ❌ |
14 | ❌ | - s | - KiB | ❌ |
15 | ❌ | - s | - KiB | ❌ |
16 | ❌ | - s | - KiB | ❌ |
17 | ❌ | - s | - KiB | ❌ |
18 | ❌ | - s | - KiB | ❌ |
19 | ❌ | - s | - KiB | ❌ |
20 | ❌ | - s | - KiB | ❌ |
21 | ❌ | - s | - KiB | ❌ |
22 | ❌ | - s | - KiB | ❌ |
23 | ❌ | - s | - KiB | ❌ |
24 | ❌ | - s | - KiB | ❌ |
25 | ❌ | - s | - KiB | ❌ |
The benchmarks have been measured on this machine:
Julia Version 1.11.1
Commit 8f5b7ca12a (2024-10-16 10:53 UTC)
Platform Info:
Model: MSI GE66 Raider 10SFS
OS: Windows 11 Home 64-bit (10.0, Build 22631)
CPU: Intel(R) Core(TM) i9-10980HK CPU @ 2.40GHz (16 CPUs), ~3.1GHz
GPU: NVIDIA GeForce RTX 2070 Super
Memory: 64.0 GB DDR4-3200 SDRAM
LLVM: libLLVM-16.0.6 (ORCJIT, skylake)