> I don't know the expected performance penalty.

To measure the time, create `file.sage` with fast code.
In bash run:  time sage file.sage # for native sage
and:  time emulated_sage file.sage #for JS sage

To benchmark inside sage, one possibility is:
sage:  timeit("code")

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion visit 
https://groups.google.com/d/msgid/sage-devel/CAGUWgD8iaNv7h%2B6KpMDCMXpu%2BMjuzxVmDa%2BHKG7BaMaywfvqmg%40mail.gmail.com.

Reply via email to