Spar
Spar
Gmod uses this function for its own styling
In the future, when we get BitBuffers, I would change export/import to binary + base64, instead of json + LZMA + base64.
Can't relate it's significantly faster for me
Please mark PR as draft, so many commits, no way to tell you are done. Also learn git, you are force pushing commits which is usually a bad habit, especially...
If you are not good at git CLI, use GitHub Desktop or Sublime Merge (or any other GUI-based git client)
You can mark it as draft on this page, somewhere at the top or in `...` menu. Also, the name of this PR is confusing and is not related to...
Optimizing WriteTable doesn't have sense for me. You can always find the structure of your data and send it with more optimized for you way. Also you have some flaws...
@thegrb93 As would @Kefta say: provide an example of dynamic table that can't be structualized
Even vanilla writetable won't optimize cyclic references
Quoting code_gs: > I don't really have any interest in improving a function that should just be removed