Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

Advent Of Code 2025

This year I will do all questions first in python, then c++, finally rust for sure.

Benchmarks

C++
Python
python day01.py
 Time (mean ± σ):      74.4 ms ±   3.5 ms    [User: 66.8 ms, System: 6.2 ms]
 Range (min … max):    70.6 ms …  87.8 ms    39 runs
python day02.py
 Time (mean ± σ):      3.578 s ±  0.034 s    [User: 3.513 s, System: 0.033 s]
 Range (min … max):    3.543 s …  3.647 s    10 runs
python day03.py
 Time (mean ± σ):      74.7 ms ±   3.4 ms    [User: 52.7 ms, System: 20.1 ms]
 Range (min … max):    68.0 ms …  83.5 ms    41 runs
python day04.py
 Time (mean ± σ):     378.0 ms ±   6.3 ms    [User: 350.4 ms, System: 20.2 ms]
 Range (min … max):   369.2 ms … 389.3 ms    10 runs
python day05.py
 Time (mean ± σ):      79.5 ms ±   2.4 ms    [User: 55.5 ms, System: 21.0 ms]
 Range (min … max):    74.7 ms …  84.8 ms    38 runs
python day06.py
 Time (mean ± σ):      74.2 ms ±   1.7 ms    [User: 53.6 ms, System: 19.6 ms]
 Range (min … max):    71.3 ms …  78.5 ms    39 runs
python day07.py
 Time (mean ± σ):      98.4 ms ±   2.1 ms    [User: 76.0 ms, System: 21.2 ms]
 Range (min … max):    94.4 ms … 103.1 ms    29 runs
python day08.py
 Time (mean ± σ):      1.081 s ±  0.010 s    [User: 0.992 s, System: 0.073 s]
 Range (min … max):    1.064 s …  1.092 s    10 runs
>Rust