From b66bd6a2d91646431570067f1d23fbede37644f3 Mon Sep 17 00:00:00 2001
From: Matthew Holt
- As of version 4, Papa Parse is the fastest CSV parser for the browser, whereas it used to be the slowest. + As of version 4, Papa Parse is the fastest CSV parser for the browser, whereas it used to be the slowest.
- Fast mode makes Papa Parse screaming fast, but you wouldn't want to use it if there are (or may be) quoted fields in your input. Fast mode is fast because it makes one major assumption: no quoted fields. But if you know that your input has no quotes, turn that sucker on. With fast mode on, 1 GB files can be parsed in about 20 seconds. + Fast mode makes Papa Parse screaming fast, but you wouldn't want to use it if there are (or may be) quoted fields in your input. Fast mode is fast because it makes one major assumption: no quoted fields. But if you know that your input has no quotes, turn that sucker on. With fast mode on, 1 GB files can be parsed in about 20 seconds.
diff --git a/index.html b/index.html index 3be4964..7da22ba 100644 --- a/index.html +++ b/index.html @@ -66,7 +66,7 @@