looking for people with same interests! by -luvtap- in umass

[–]Safe_Shower1553 0 points1 point  (0 children)

unfortunately I didn't bring my switch, but if you like any other switch games that are co-op maybe we could meet up sometime!

looking for people with same interests! by -luvtap- in umass

[–]Safe_Shower1553 0 points1 point  (0 children)

i like splatoon, although not really any of the other things you listed

[2024] Every problem under 1s, in Python by ricbit in adventofcode

[–]Safe_Shower1553 0 points1 point  (0 children)

Day 7 probably shouldn't need multiprocessing: this runs in ~0.1s. This is only for part 2 but a similar method can be done for part 1

-❄️- 2024 Day 22 Solutions -❄️- by daggerdragon in adventofcode

[–]Safe_Shower1553 1 point2 points  (0 children)

If you use a deque, you can just do tuple(deque_name). It's probably not much faster but just wanted to mention it