WonderRat

Results 12 issues of WonderRat

require('base64') local test = ('A'):rep(65536) local start = os.clock() from_base64(test) print(os.clock()-start) -- Took 10 seconds on my computer. I tried some pure lua libs and this are fastest (0.109s for...

I'm understand that command line forces to put everything in single line, but text files don't have such limit. Best way to fix it is adding some easy scripting engine...

enhancement
NeedSponsor