Optimize codegen: inline string methods, C-style for loops, direct array access
- Remove redundant echo in @awk functions (leaked to stdout)
- Replace range() subshell fork with C-style for ((i=0; i<N; i++))
- Inline string methods (upper/lower/len/trim/replace/contains/starts/ends/substr/index) for simple variable receivers
- Direct array subscript for .get() and .set() instead of function calls
Showing
Please
register
or
sign in
to comment