fix translation taking a while if constants buffer is big
This commit is contained in:
6
gentest.ar
Normal file
6
gentest.ar
Normal file
@@ -0,0 +1,6 @@
|
||||
let myfile = file.write("rand_test.ar")
|
||||
|
||||
for (i from 0 to 1e6) do
|
||||
myfile.text("\"")
|
||||
myfile.text(string(random()))
|
||||
myfile.text("\"\n")
|
||||
Reference in New Issue
Block a user