gnudatalanguage / gdl

GDL - GNU Data Language
GNU General Public License v2.0
274 stars 61 forks source link

check READ/READF code for speed #1760

Closed GillesDuvert closed 5 months ago

GillesDuvert commented 6 months ago

Apparently READ and READF use the same complicated code, with optional inserts due to the need of using libreadline for READ, and that in a loop moreover. This does not sound as a good idea, especially since fast read of data in files should be our goal. Probably need to be splitted in two simpler codes.

GillesDuvert commented 5 months ago

OK after review