taviso / 123elf

A native port of Lotus 1-2-3 to Linux.
1.18k stars 59 forks source link

Make /File Import use a larger buffer #127

Open taviso opened 1 year ago

taviso commented 1 year ago

I noticed when importing a large .csv that 123 just reads 1 character a time from the file.

That made importing a ~1MB csv take ~20 seconds - it should have been instant.

Could make this a lot faster if we use a more reasonable buffer size, need to find where that is.