On Sat, Oct 14, 2023 at 04:37:19PM +0800, Qian Yun wrote:
> How about using SBCL's "sb-gmp" package instead of using our
> own gmp speedup?
> 
> It seems we never discussed it before.

I did not measure speed of "sb-gmp", but there are reasons
for it to be slower:
- they use higher level GMP functions which implies extra
  copies and memory allocations
- they have smaller treshhold for using GMP, my measurements
  indicated that higher treshold give better speed.

-- 
                              Waldek Hebisch

-- 
You received this message because you are subscribed to the Google Groups 
"FriCAS - computer algebra system" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to fricas-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/fricas-devel/ZSsBFb4d7LrLNw1V%40fricas.org.

Reply via email to