lua print is very slow because it does not use streams but has to return a complete string.

Issue #312 new
Broes De Cat created an issue

instead of overriding to_string in lua, we should check whether we can override the action which prints to stream, so we do not have to generate the string completely first.

Comments (3)

  1. Log in to comment