Hacker News new | ask | show | jobs
by nly 701 days ago
Last I checked cppyy didn't build any code with optimisations enabled (same as cling)
1 comments

It seems like you might be able to enable some optimizations with EXTRA_CLING_ARGS. Since it's based on cling, it's probably subject to whatever limitations cling has.

To be honest, I don't know much about the speed, as my use-case isn't speeding up slow code.