• 0 Posts
  • 8 Comments
Joined 10 months ago
cake
Cake day: March 3rd, 2024

help-circle
  • My guess is because a linter and/or HLS was suggesting it. I know HLS used to suggest making your fields strict in almost all cases. In this case I have a hunch that it slightly cuts down on memory usage because we use almost all Muls either way. So it does not need to keep the string it is parsed from in memory as part of the thunk.

    But it probably makes a small/negligible difference here.