Even worse when you look at a class that’s over 1k long.
Comment on python < shell (for scripts)
entropicdrift@lemmy.sdf.org 1 year agoPython is the best “glue” language I’ve ever used. When you want to chain together your program’s high-level logic and all of the loops happen inside other languages like Rust, Go, Zig, D or C, Python’s performance is perfectly adequate and it’s so clear and concise it reads like pseudocode.
nixfreak@sopuli.xyz 1 year ago
Diplomjodler@feddit.de 1 year ago
As long as you do all your lookups with dicts or sets performance is pretty decent for smaller workloads.