[sage-support] Conversion of libgap data to sage data

2017-09-15 Thread Simon King
Hi! I have some files providing GAP readable data, i.e., libgap.Read(source) works. The data consist of a rec(...) (roughly corresponding to a Python dict), where some of the values are lists of strings and other simple things, some are lists of lists of finite field elements, some are other rec

[sage-support] Re: Conversion of libgap data to sage data

2017-09-15 Thread Nils Bruin
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 ma