Files
assimp/code
Krishty fe5a23e110 fixed bloat in SIB importer
The SIB importer, upon needing an empty aiString, did not create a new one but rather copied a predefined global empty string.
Since aiStrings contain large buffers, Assimp copied 1028 B of zeros instead of setting five bytes (at least when compiled with Visual C++). Since aiString is a user-defined type without a constexpr constructor, Visual C++ had to generate a thread-safe run-time initializer as well.
Now it’s just two instructions.
2021-05-03 17:01:59 +02:00
..
2021-05-03 17:01:59 +02:00
2021-02-28 12:17:54 +01:00
2021-02-28 12:17:54 +01:00
2020-01-20 08:53:12 -05:00
2021-04-03 10:25:03 +02:00