AcademySoftwareFoundation / openvdb

OpenVDB - Sparse volume data structure and tools
http://www.openvdb.org/
Mozilla Public License 2.0
2.62k stars 647 forks source link

Various improvements #1729

Closed Idclip closed 8 months ago

Idclip commented 9 months ago

Houdini:

Build:

Idclip commented 9 months ago

RPath change looks good to me.

On Windows, we follow SideFX's example in using Tbbmalloc due to the challenges of injecting into the Windows runtime to replace the system allocator.

Has this situation changed now?

Support for Jemalloc on windows is significantly better now and vcpkg has a native build port. This also removes the platform dependent branching. Unless @jmlait has any concerns I think this is now a better default choice (CI is passing too)