Skip to content

ccalmels/advent_2024

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

109 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent Of Code 2024 in Rust

Cross compilation on ARM

Setup for cross compilation on aarch64:

$ sudo apt install qemu-user-binfmt
$ rustup target add aarch64-unknown-linux-gnu

Build and run (with qemu-user-binfmt) on aarch64:

$ cargo r --release --target aarch64-unknown-linux-gnu -F vendored-openssl

Performance

AMD Ryzen 9 7900

It takes ~115ms to complete all puzzles.

Raspberry PI 3 (aarch64)

It takes ~1.8s to complete all puzzles.

About

Advent Of Code 2024 in Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages