curved-television-6568
12/27/2021, 6:21 PMhundreds-father-404
12/27/2021, 6:21 PMMODE=debug when you're iterating on Rust to make it much faster. Also ./cargo checkhundreds-father-404
12/27/2021, 6:23 PMMODE=debug is great when iterating on Rust, but the binary is too slow to be useful when iterating on Python. I think there's a middle ground we can have for Python developmentcurved-television-6568
12/27/2021, 6:29 PMhundreds-father-404
12/27/2021, 6:32 PMMODE=debug + ./cargo check should be pretty zippy. And we can't improve that much more ourselves other than Rust itself getting faster
it's Python devs waiting for Rust changes that frustrates mewitty-crayon-22786
12/27/2021, 6:48 PM./cargo check and MODE=debug are really important while iterating on the rust code.witty-crayon-22786
12/27/2021, 6:48 PM