Post Reply 
Can my CAS Savage benchmark be improved? CAS newbie
04-04-2017, 04:00 AM (This post was last modified: 04-04-2017 04:01 AM by Han.)
Post: #2
RE: Can my CAS savage benchmark be improved? CAS newbie
MAKELIST is faster than FOR loops.

Why the call to exact()?

Your CAS1 (and CAS2) function appears to use the global variable A, but is doing exact calculations. I wonder if there is overhead from converting between CAS objects (the expression in your calculation) and non-CAS objects (the global variable A, which is a likely a "Home" object and encoded in BCD).

Graph 3D | QPI | SolveSys
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Can my CAS savage benchmark be improved? CAS newbie - Han - 04-04-2017 04:00 AM



User(s) browsing this thread: 1 Guest(s)