duf icon indicating copy to clipboard operation
duf copied to clipboard

optimize regex usage and improve stringToSize function

Open sarff opened this issue 3 months ago • 0 comments

  • Move statRegex to package level to avoid recompilation
  • Refactor stringToSize with early returns and lookup table
  • Add comprehensive test cases and benchmarks for stringToSize
image

sarff avatar Sep 17 '25 07:09 sarff