This repository has been archived on 2024-12-15. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
2024-03-19 17:10:48 +01:00
.nix chore: init project 2024-03-18 12:12:31 +01:00
cmake chore: init project 2024-03-18 12:12:31 +01:00
scripts chore: init project 2024-03-18 12:12:31 +01:00
.envrc chore: init project 2024-03-18 12:12:31 +01:00
.gitignore chore: init project 2024-03-18 12:12:31 +01:00
.pre-commit-config.yaml chore: init project 2024-03-18 12:12:31 +01:00
CMakeLists.txt feat: add naive implementation with timer and word-list generator 2024-03-19 17:10:48 +01:00
finder.h feat: add naive implementation with timer and word-list generator 2024-03-19 17:10:48 +01:00
linear_finder.cpp feat: add naive implementation with timer and word-list generator 2024-03-19 17:10:48 +01:00
linear_finder.h feat: add naive implementation with timer and word-list generator 2024-03-19 17:10:48 +01:00
main.cpp feat: add naive implementation with timer and word-list generator 2024-03-19 17:10:48 +01:00
parallel_finder.cpp feat: add naive implementation with timer and word-list generator 2024-03-19 17:10:48 +01:00
parallel_finder.h feat: add naive implementation with timer and word-list generator 2024-03-19 17:10:48 +01:00
timer.cpp feat: add naive implementation with timer and word-list generator 2024-03-19 17:10:48 +01:00
timer.h feat: add naive implementation with timer and word-list generator 2024-03-19 17:10:48 +01:00
word_list_generator.cpp feat: add naive implementation with timer and word-list generator 2024-03-19 17:10:48 +01:00
word_list_generator.h feat: add naive implementation with timer and word-list generator 2024-03-19 17:10:48 +01:00