<- Back
Comments (16)
- eskaI appreciate that you first tried to optimize the original Python code. Idiomatic Python is unfortunately disappointingly slow and not so interesting to compare to.
- bionhowardIt’s amazing how much Python punishes you for modularizing your code
- anitilI really enjoy making Python faster. I feel like the sweet spot for me is proving a concept with the dumbest possible implementation to show that something would work, and then using that as a comparison implementation to prove that later improvements match the results of the dumb, obviously correct implementation.
- fwipI wonder if these lints could have been expressed as semgrep rules?
- westurnerCould this ast.sprint ast.walk optimization make libCST or bandit faster? https://news.ycombinator.com/item?id=39111747libCST: https://github.com/Instagram/LibCSTbandit: https://github.com/PyCQA/banditLinks to codemod tools; "Baby Steps into Genetic Programming" https://news.ycombinator.com/item?id=43617655
- 123rust123[flagged]
- ozgrakkurt"AI reflex-app builder" slop alert