On Friday, September 15, 2017 at 8:38:37 AM UTC-7, Simon King wrote:
>
>
> Unfortunately, the transition from libgap to Sage is very 
> slow: Reading the data into libgap takes 16 seconds, 
> translating the data to Sage takes 3 minutes. Most of that 
> time is used for the transformation of the matrices. Actually 
> I am using boilerplate to speed things up, otherwise it 
> would take a lot longer than 3 minutes.


It would seem to me that libgap should be able to do the translation pretty 
efficiently. My first suspicion would be that you hit some generic 
translation cop-out. Something that reverts to strings or so? I would also 
do some timings to see how this scales: it should be roughly linear in 
input. If it seems to be something worse, then that might be an indication 
there's a wrong algorithm involved somewhere.

How fast is converting your list of matrices to a list of lists in gap? 
Perhaps GapMatrix->GapList->SageList->SageMatrix is faster.


-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.

Reply via email to