taviso / 123elf

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

Make /File Import use a larger buffer #127

Open taviso opened 10 months ago

taviso commented 10 months 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.