thats most of the benchmarking

strange about the puts in soml, hard to see where a factor of 10 would
come from
This commit is contained in:
Torsten Ruger
2015-11-20 23:51:58 +02:00
parent 28836457c5
commit 96972dab29
13 changed files with 115 additions and 30 deletions

View File

@ -105,6 +105,7 @@ class Integer < Value
Word to_s()
Word start = " "
start.set_length(0)
return as_string( start )
end