Skip to content

Commit

Permalink
How did it get even quicker
Browse files Browse the repository at this point in the history
Less variables less copying. T functions will compile multiple times for each variable that gets pushed. Abuse this to create functions with less variables.

32bit:
TableToBinary is 20.33 faster than util.TableToJSON
BinaryToTable is 8.12 faster than util.JSONToTable
  • Loading branch information
darkjacky authored Sep 7, 2020
1 parent 8f54076 commit 97c3292
Showing 1 changed file with 246 additions and 304 deletions.
Loading

0 comments on commit 97c3292

Please sign in to comment.