Skip to content

zeskeertwee/aoc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AoC Tests

Advent of code solutions in Rust

I try to use as little libraries as reasonably possible to solve the problems. I only use:

  • rayon for paralellization
  • fxhash for faster HashMap and HashSet implementations
  • aoclib is my own library containing implementations of useful things for advent of code such as a Grid, Vector2, Direction, etc.
  • bitvec in my own aoclib for faster boolean arrays

Benchmarks and library usage per day for each year:

About

My Advent of Code solutions in Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages