kinsi55 / CS_BeatSaber_Camera2

Adds a lot of options / tools for creating more advanced desktop viewing experiences with multiple camera angles and much more in Beat Saber
MIT License
118 stars 13 forks source link

Json reading optimizations #63

Closed Auros closed 2 years ago

Auros commented 2 years ago

JObjects internally use dynamics, and dynamics are SLOW! This reads the tokens directly for a performance gain.