On Thursday, January 31, 2019 at 9:23:39 AM UTC+8, Matthew Flatt wrote: > > > I would be happy to help you identify where the performance degradation > > between Racket 7.1 and CS is when running these tests. > > Small examples that illustrate slowness in a specific subsystem are > always helpful. I can't always make the subsystem go faster right away, > but sometimes. > > I timed some key functions in my application to understand which parts of Racket CS are slow. I did a write-up in the Gist listed below, but the result seems to be that even functions that run Racket only code with no IO or calls into C libraries run slower in Racket CS. Code that calls into the database library to run SQL insert queries runs significantly slower. The only things which were faster in Racket CS were one "Racket only" function, `df-histogram` and a function which retrieved data from an SQL query, `df-read/sql`
https://gist.github.com/alex-hhh/1ebc1c83b68ee4620a70fc30d2caa6a3 Alex. -- 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.