duf
duf copied to clipboard
optimize regex usage and improve stringToSize function
- Move statRegex to package level to avoid recompilation
- Refactor stringToSize with early returns and lookup table
- Add comprehensive test cases and benchmarks for stringToSize