facebookresearch / habitat-sim

A flexible, high-performance 3D simulator for Embodied AI research.
https://aihabitat.org/
MIT License
2.56k stars 416 forks source link

Update Magnum to latest #2278

Closed mosra closed 9 months ago

mosra commented 9 months ago

Motivation and Context

Assorted ~10kLOC update containing mainly various prerequisites for the batch renderer, and additions to Python bindings.

Oh, and I made Utility::String::lowercase() >10x faster while being idle on the weekly call, and then 2x more using AVX2, so ~25x faster. See mosra/corrade@808520106e93fcfe158375b7658e0121c439ea27 and https://github.com/mosra/corrade/compare/8010c5cc39d5b17c868c180e34c146c38eac6105...d40ff9dde28bc72a398b1b402bb5ca6844549c2d for details, the "naive" case below is the previous implementation.

image

How Has This Been Tested

:green_heart: