You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
parsing json is very slow, a hassle to do when using a language that doesn't provide it (i.e. C, C++), and inflates file sizes.
need to think about an efficient and simple structure for the scene metadata, and switch it from using a json comment to iqm extensions. no header changes will be required, so this will only impact compatibility if you use the existing json data.
The text was updated successfully, but these errors were encountered:
parsing json is very slow, a hassle to do when using a language that doesn't provide it (i.e. C, C++), and inflates file sizes.
need to think about an efficient and simple structure for the scene metadata, and switch it from using a json comment to iqm extensions. no header changes will be required, so this will only impact compatibility if you use the existing json data.
The text was updated successfully, but these errors were encountered: