use hashmap in constants buffer to speed up translation time with large files

This commit is contained in:
2025-06-30 17:56:32 +01:00
parent 31f38d8ba4
commit 3adecb4eba
18 changed files with 1120882 additions and 83 deletions

View File

@@ -1,6 +1,6 @@
let myfile = file.write("rand_test.ar")
for (i from 0 to 1e6) do
for (i from 0 to 100000) do
myfile.text("\"")
myfile.text(string(random()))
myfile.text("\"\n")