I'm doing a few performance tests, just to get an idea of racket performance. The following result surprised me a bit. Parsing 1M strings from a json array, like
(define samples (time (read-json (open-input-file "test.json")))) running with 'racket test.rkt' Comparing to js, java, and clojure: js 0.128s java 0.130s clojure 1.3s racket 10s This is pretty slow. Is this typical? Are there other steps I should be taking, for performance? -- You received this message because you are subscribed to the Google Groups "Racket Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to racket-users+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.