Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)
```