From b66bd6a2d91646431570067f1d23fbede37644f3 Mon Sep 17 00:00:00 2001 From: Matthew Holt Date: Mon, 24 Nov 2014 00:03:15 -0700 Subject: [PATCH] It ain't bragging if it's true --- faq.html | 4 ++-- index.html | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/faq.html b/faq.html index 1dece8c..688aeb9 100644 --- a/faq.html +++ b/faq.html @@ -65,7 +65,7 @@ Privacy advocates also use Papa Parse to avoid having to transmit sensitive files over the Internet. Now all the processing can be done locally on the client's computer. This is especially significant considering some organizations' policies.

- 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.

Can I use Papa Parse server-side with Node.js?

@@ -101,7 +101,7 @@

Why wouldn't I always enable fast mode?

- 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 @@

- Now the fastest JavaScript CSV parser for the browser + Now the fastest JavaScript CSV parser for the browser
The world's first multi-threaded CSV parser for the browser @@ -114,6 +114,7 @@
  • Gracefully handles malformed input
  • Just a sprinkle of jQuery (optional)
  • + And Papa's blazing fast!