Advent-of-Code/2020/Day 8
Teo-CD 9c2774be19 2020 day 8 : alternative Python solution
Solved with threads, slower by 20-30% for this workload apparently.
Might be because it is the same solution, juste using a new thread for each test
instead of one thread. Early exit does not seem to improve things, as the threads
complete very quickly.
2020-12-21 00:46:50 +01:00
..
input.txt Day 8 of 2020 done in Python 2020-12-21 00:15:59 +01:00
Solution - with threads.py 2020 day 8 : alternative Python solution 2020-12-21 00:46:50 +01:00
Solution.py Day 8 of 2020 done in Python 2020-12-21 00:15:59 +01:00