I find this release quite slow. I ran a bunch of test suites used to
unit-test my internal "patchwork" library and it took about 3 minutes to
complete, whereas with Lua 5.2 and 5.1 it took a couple of seconds
(some of those are stress-tests for my non-optimized math modules, so
they probably generate lots of garbage, but the difference from previous
versions is scaring). [...]
BTW, during the test-run ProcessExplorer (a task manager) showed that
the core on which lua ran was fully busy (on both systems), so it seems
that Lua was doing something heavy and not waiting for some lagging I/O.
Can anyone confirm such behaviour? Did anyone do some performance
testing on Windows with 5.3 compared with older versions?