Closed freifrauvonbleifrei closed 1 year ago
for these changes https://github.com/SGpp/DisCoTec/pull/73 we saw huge run time differences between std::fill and memset for zero values. There are probably a lot more places where the code could benefit from memset.
for these changes https://github.com/SGpp/DisCoTec/pull/73 we saw huge run time differences between std::fill and memset for zero values. There are probably a lot more places where the code could benefit from memset.