A --no-compiled flag is added to the Racket version to disable loading of compiled ".zo" files and run the program completely with the JIT compiler, which leads to reasonably poorer performance.
Code is simplified in both the Racket version and the Racket_parallel version.
Place the formatting procedure into the place form.
Reduce the cost of allocation.
My result goes as follows.(Racket[cs]v8.6,Ubuntu22.04,AMD Ryzen7 4800H)
--no-compiled
flag is added to theRacket
version to disable loading of compiled ".zo" files and run the program completely with the JIT compiler, which leads to reasonably poorer performance.Racket
version and theRacket_parallel
version.place
form.My result goes as follows.(
Racket[cs]v8.6,Ubuntu22.04,AMD Ryzen7 4800H
)