I just tried rewriting a brute-force solution to #adventofcode day 1 in js and python3.12. Used #bun for the js solution, and it runs 3 times faster than the python one with the same input.