Skip to content

V1.07

Compare
Choose a tag to compare
@darkjacky darkjacky released this 07 Dec 14:29
· 5 commits to master since this release
d0e004e

Somehow somewhere something broke and heres a fix. I hope...
We use memmove now as its quicker in specific areas like this one.

It took util.TableToJSON an average of  0.07521336
It took util.JSONToTable an average of  0.0612218
It took TableToBinary an average of     0.0037361600000001
It took BinaryToTable an average of     0.00485487
TableToBinary is 20.13 faster than util.TableToJSON
BinaryToTable is 12.61 faster than util.JSONToTable
TableToBinary with CRC is 12.98 faster than util.TableToJSON
BinaryToTable with CRC is 8.41 faster than util.JSONToTable
TableToBinary produced an output of     859878
util.TableToJSON produced an output of  1059828