| ▲ | Making ast.walk 220x Faster(reflex.dev) | |||||||||||||
| 33 points by palashawas an hour ago | 7 comments | ||||||||||||||
| ▲ | eska an hour ago | parent | next [-] | |||||||||||||
I appreciate that you first tried to optimize the original Python code. Idiomatic Python is unfortunately disappointingly slow and not so interesting to compare to. | ||||||||||||||
| ||||||||||||||
| ▲ | westurner an hour ago | parent | prev | next [-] | |||||||||||||
Could this ast.sprint ast.walk optimization make libCST or bandit faster? https://news.ycombinator.com/item?id=39111747 libCST: https://github.com/Instagram/LibCST bandit: https://github.com/PyCQA/bandit Links to codemod tools; "Baby Steps into Genetic Programming" https://news.ycombinator.com/item?id=43617655 | ||||||||||||||
| ||||||||||||||
| ▲ | 123rust123 an hour ago | parent | prev [-] | |||||||||||||
let me guess, the improved version is written in Rust? | ||||||||||||||
| ||||||||||||||