On Fri, Jun 17, 2022 at 09:12:42PM +0800, Qian Yun wrote:
> "SB-KERNEL:ALLOCATE-VECTOR" is not defined since sbcl-2.1.5,
> to be precise, it is this commit:
> https://github.com/sbcl/sbcl/commit/3203ba3ac5f2c3d59c25825c90fb6e8d637e8af8
> 
> Clearly this would affect FriCAS's performance.

This is handled by our code: in relevant case also other functions
are missing, we detect this and revert to generic method.

Concerning performance: in older sbcl 'make-array' for specialized
arrays had really bad performance, so our code was really important.
In newer sbcl 'make-array' is faster, so using it is no so bad...

-- 
                              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/20220618020500.GB10710%40fricas.math.uni.wroc.pl.

Reply via email to