intel / gmmlib

Other
158 stars 86 forks source link

Added const reference parameters #120

Open GermanAizek opened 4 months ago

GermanAizek commented 4 months ago

It is advisable to use const ref read only parameters, increases readability and optimizes code generation by compiler.