Fireboltofdeath / flamework-binary-serializer

A blazing fast binary serializer, or something
6 stars 0 forks source link

Support larger unions #5

Closed Fireboltofdeath closed 5 months ago

Fireboltofdeath commented 5 months ago

Adds support for unions up to 2^16.

TypeScript unions have a cap of 100,000 constituents (the soft limit is much lower) and 16 bit supports up to 65,536 constituents.