Qian Yun
unread,May 21, 2026, 12:30:13 AMMay 21Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to fricas-devel
Another benchmark, regarding "Slow formal derivatives",
for 'src/input/derham.input',
sbcl (before vs after):
n:=8, kernel count drop from 8866 to 187
5.5s (0.04s GC) 2.18GB
2.6s (0.33s GC) 0.69GB
n:=9, kernel count drop from 9484 to 236
9.6s (0.05s GC) 4.32GB
4.1s (0.43s GC) 1.28GB
n:=10, kernel count drop from 12976 to 292
16.3s (0.14s GC) 7.98GB
6.2s (0.52s GC) 2.23GB
BTW, I'm testing on reusing dummy variables names instead using
new symbols every time, this should further decrease the number
of new kernels.
- Qian