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
RW parser as a whole has quite large bundle size, considering 87% of the size comes from dxt-js library. We could implement DXT decompression (we don't need compression) functionality in JavaScript/TypeScript and ship significantly smaller bundle size with no dependencies whatsoever. It might be a bit slower, but if people want to trade speed for smaller bundle size, this should be an option.
The text was updated successfully, but these errors were encountered:
RW parser as a whole has quite large bundle size, considering 87% of the size comes from dxt-js library. We could implement DXT decompression (we don't need compression) functionality in JavaScript/TypeScript and ship significantly smaller bundle size with no dependencies whatsoever. It might be a bit slower, but if people want to trade speed for smaller bundle size, this should be an option.
The text was updated successfully, but these errors were encountered: