1
1
mirror of https://github.com/kanaka/mal.git synced 2024-10-27 14:52:16 +03:00
Commit Graph

7 Commits

Author SHA1 Message Date
AnotherTest
4c9d183230 only print last result if in repl 2020-05-30 23:37:21 +04:30
AnotherTest
fd99084ca6 no more infinite boot times!
move the repl inside XSLT itself, as a result, we'll exit the repl
after 100000000 iterations, but...that's probably enough for a lot
of things
2020-05-30 23:37:21 +04:30
AnotherTest
e4882d7d71 attempt to speed execution up
by booting up multiple instancees of saxon, waiting for a signal
This doesn't really help much, since most of our tests are very small
however, it does lower the overall boot time (assuming travis can do
real concurrency)
2020-05-30 23:37:21 +04:30
AnotherTest
a1252d40dd eliminate unnecessary env serialisations
gains about 40% performance (on average?)
2020-05-30 23:37:21 +04:30
AnotherTest
1c2f45cfe5 format all xslt files 2020-05-30 23:37:21 +04:30
AnotherTest
0365ac1252 we can now self-host 🎉 2020-05-30 23:37:20 +04:30
AnotherTest
607023b703 rebase to kanaka/mal 2020-05-24 02:27:17 +04:30