Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Experimental] Use NanoSTL to remove C++ STL depeneency #217

Open
syoyo opened this issue Jan 4, 2025 · 0 comments
Open

[Experimental] Use NanoSTL to remove C++ STL depeneency #217

syoyo opened this issue Jan 4, 2025 · 0 comments

Comments

@syoyo
Copy link
Collaborator

syoyo commented Jan 4, 2025

Experiment using NanoSTL https://github.com/lighttransport/nanostl to make c++ STL dependency free.

Advantage

Diet TinyUSDZ runtime obj size. This is beneficial when using TinyUSDZ on WASM/WASI/Emscripten environment.

Faster compilation.

Also make it possible of fast parsing of USD on GPU.

Disadvantage

Possible floating-point precision difference(e.g, xform computation) compared to using system's libm library.

Need to re-design C++ API

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant