Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fgittins/adventofcode2024.jl
My attempts at the Advent of Code 2024 in the Julia programming language.
https://github.com/fgittins/adventofcode2024.jl
advent-of-code-2024 julia
Last synced: about 1 month ago
JSON representation
My attempts at the Advent of Code 2024 in the Julia programming language.
- Host: GitHub
- URL: https://github.com/fgittins/adventofcode2024.jl
- Owner: fgittins
- License: mit
- Created: 2024-11-30T17:25:53.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-12-01T14:03:46.000Z (about 1 month ago)
- Last Synced: 2024-12-01T15:19:44.926Z (about 1 month ago)
- Topics: advent-of-code-2024, julia
- Language: Julia
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# AdventOfCode2024.jl
My attempts at the [Advent of Code 2024](https://adventofcode.com/2024) in the [Julia](https://julialang.org/) programming language.## Benchmarks
| Day | Time | Allocated memory | Source |
|----:|-----:|-----------------:|:------:|
| [1](https://adventofcode.com/2024/day/1) | 159.375 μs | 310.07 KiB | [:white_check_mark:](https://github.com/fgittins/AdventOfCode2024.jl/blob/master/src/day01.jl) |
| [2](https://adventofcode.com/2024/day/2) | 680.083 μs | 2.87 MiB | [:white_check_mark:](https://github.com/fgittins/AdventOfCode2024.jl/blob/master/src/day02.jl) |System info:
```julia-repl
julia> versioninfo()
Julia Version 1.11.1
Commit 8f5b7ca12ad (2024-10-16 10:53 UTC)
Build Info:
Official https://julialang.org/ release
Platform Info:
OS: macOS (arm64-apple-darwin22.4.0)
CPU: 8 × Apple M3
WORD_SIZE: 64
LLVM: libLLVM-16.0.6 (ORCJIT, apple-m3)
Threads: 1 default, 0 interactive, 1 GC (on 4 virtual cores)
```