123elf icon indicating copy to clipboard operation
123elf copied to clipboard

Make /File Import use a larger buffer

Open taviso opened this issue 1 year ago • 0 comments

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.

taviso avatar Sep 26 '23 13:09 taviso