Skip to content

v1.08

Compare
Choose a tag to compare
@darkjacky darkjacky released this 30 Jan 19:55
· 2 commits to master since this release
81fb0de

This one stops copying and uses offsets more allowing us to skip some memory management.
There seems to be a boost in performance.

It took util.TableToJSON an average of  0.08212233
It took util.JSONToTable an average of  0.07073275
It took TableToBinary an average of     0.0039290299999999
It took BinaryToTable an average of     0.00468537
TableToBinary is 20.90 faster than util.TableToJSON
BinaryToTable is 15.10 faster than util.JSONToTable
TableToBinary with CRC is 15.58 faster than util.TableToJSON
BinaryToTable with CRC is 9.66 faster than util.JSONToTable
TableToBinary produced an output of     859878
util.TableToJSON produced an output of  1060264