Browse Source

It ain't bragging if it's true

pull/180/head
Matthew Holt 11 years ago
parent
commit
b66bd6a2d9
  1. 4
      faq.html
  2. 3
      index.html

4
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. 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.
</p> </p>
<p> <p>
As of version 4, Papa Parse is the <a href="http://jsperf.com/javascript-csv-parsers/3">fastest CSV parser</a> for the browser, whereas it used to be the slowest. As of version 4, Papa Parse is the <a href="http://jsperf.com/javascript-csv-parsers/4">fastest CSV parser</a> for the browser, whereas it used to be the slowest.
</p> </p>
<h4 id="nodejs">Can I use Papa Parse server-side with Node.js?</h4> <h4 id="nodejs">Can I use Papa Parse server-side with Node.js?</h4>
@ -101,7 +101,7 @@
<h4 id="fast-mode">Why wouldn't I always enable fast mode?</h4> <h4 id="fast-mode">Why wouldn't I always enable fast mode?</h4>
<p> <p>
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 <a href="http://jsperf.com/javascript-csv-parsers/3">Papa Parse screaming fast</a>, 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.
</p> </p>

3
index.html

@ -66,7 +66,7 @@
<div class="ticker"> <div class="ticker">
<h2> <h2>
<div class="ticker-statement current"> <div class="ticker-statement current">
Now the <a href="http://jsperf.com/javascript-csv-parsers/3">fastest</a> JavaScript CSV parser for the browser Now the <a href="http://jsperf.com/javascript-csv-parsers/4">fastest</a> JavaScript CSV parser for the browser
</div> </div>
<div class="ticker-statement"> <div class="ticker-statement">
The world's first multi-threaded CSV parser for the browser The world's first multi-threaded CSV parser for the browser
@ -114,6 +114,7 @@
<li><a href="#errors">Gracefully handles</a> malformed input</li> <li><a href="#errors">Gracefully handles</a> malformed input</li>
<li>Just <a href="#jquery">a sprinkle</a> of jQuery (optional)</li> <li>Just <a href="#jquery">a sprinkle</a> of jQuery (optional)</li>
</ul> </ul>
And Papa's <a href="http://jsperf.com/javascript-csv-parsers/4">blazing fast</a>!
</div> </div>
<div class="grid-60"> <div class="grid-60">

Loading…
Cancel
Save