OmniThreadLibrary icon indicating copy to clipboard operation
OmniThreadLibrary copied to clipboard

Minor optimizations (Const to unmodified string parameters)

Open TommiPrami opened this issue 2 years ago • 1 comments

Summary by Bito

  • This pull request introduces minor optimizations by changing function parameters from mutable types to 'const' for several functions across multiple files.
  • These changes aim to enhance performance and maintainability by preventing unnecessary copies of data.
  • Overall, the modifications contribute to cleaner and more efficient code without altering the existing functionality.

TommiPrami avatar Dec 18 '23 08:12 TommiPrami

Missed one more...

TommiPrami avatar Dec 19 '23 06:12 TommiPrami