> You may be interested in the performance chapter of the guide: > > http://docs.racket-lang.org/guide/performance.html
Thanks > You'd be surprised. The Racket byte-compiler and JIT are pretty good. > We've been porting some primitives from C to Racket and observed some > speedups. It helps that Racket functions can be inlined (and then > optimized further), whereas C primitives cannot. This is extremely interesting and surprising for me. > Racket has performance tools that can help you diagnose performance > issues, and focus your treatment efforts. > > Profiler: http://docs.racket-lang.org/profile/index.html > Feature-specific profiler: > http://pkg-build.racket-lang.org/doc/feature-profile/index.html > Optimization coach: > http://pkg-build.racket-lang.org/doc/optimization-coach/index.html All interesting links, I need to start playing with Typed Racket just to fiddle with Optimization Coach :D -- 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.