(CRT-P0003) Function params involve heavy amount of copying
cinar opened this issue · 0 comments
cinar commented
Description
When a param big in size (more than 80 bytes) is passed to another function, it is better to pass a pointer to the value around, rather than the value itself.
Occurrences
There are 5 occurrences of this issue in the repository.
See all occurrences on DeepSource → deepsource.io/gh/cinar/indicator/issue/CRT-P0003/occurrences/