Skip to content

v1.09

Latest
Compare
Choose a tag to compare
@darkjacky darkjacky released this 31 Jan 17:25
· 1 commit to master since this release
6cf9d29

Support for Color tables. It will now use 5 bytes. 1 for the type and then r g b a. (Instead of thinking it is a table then having 1 table byte then 4 bytes per color.)

I edited the testing script to always produce the same output. I also added colors and a check if the program works correctly. You can't really compare the current script to the older one nor the result.

It took util.TableToJSON an average of 0.11532600
It took util.JSONToTable an average of 0.10075724
It took TableToBinary an average of 0.00530151
It took BinaryToTable an average of 0.00763879
TableToBinary without CRC is 21.75 faster than util.TableToJSON
BinaryToTable without CRC is 13.19 faster than util.JSONToTable
TableToBinary with CRC is 17.16 faster than util.TableToJSON
BinaryToTable with CRC is 10.01 faster than util.JSONToTable
TableToBinary produced an output of 839878 Byte
util.TableToJSON produced an output of 1500001 Byte