-
- Downloads
Add move Transform ctor and move affectation operator overload with a unit...
Add move Transform ctor and move affectation operator overload with a unit test to check it's working. This is an optimization. It allows to not duplicate/copy factors memory storage when wanting to transfer them from one transform to another and in the meantime knowing that the source transform is about to be deleted.
Showing
- misc/test/CMakeLists.txt 1 addition, 1 deletionmisc/test/CMakeLists.txt
- misc/test/src/C++/unit/test_Transform_move.cpp.in 120 additions, 0 deletionsmisc/test/src/C++/unit/test_Transform_move.cpp.in
- src/faust_linear_operator/CPU/faust_Transform.h 6 additions, 0 deletionssrc/faust_linear_operator/CPU/faust_Transform.h
- src/faust_linear_operator/CPU/faust_Transform.hpp 17 additions, 0 deletionssrc/faust_linear_operator/CPU/faust_Transform.hpp
Loading
Please register or sign in to comment