Comment by StellaMary

Comment by StellaMary 10 hours ago

0 replies

For reference, my test case: a 40MB XLSX with ~200k rows.

Parsing with this WASM build: ~16ms (on Chrome, M1 Mac).

Parsing with JS (SheetJS): seconds, often >5s, with UI stutter. So the speed difference is very noticeable on big files.

Curious if anyone here has even larger datasets to try!