|
|
|
@ -115,22 +115,22 @@ Papa.parse(bigFile, {
@@ -115,22 +115,22 @@ Papa.parse(bigFile, {
|
|
|
|
|
|
|
|
|
|
<div id="ticker"> |
|
|
|
|
<div class="ticker-item current"> |
|
|
|
|
Now the <a href="http://jsperf.com/javascript-csv-parsers/4">fastest</a> JavaScript CSV parser for the browser |
|
|
|
|
<p>Now the <a href="http://jsperf.com/javascript-csv-parsers/4">fastest</a> JavaScript CSV parser for the browser</p> |
|
|
|
|
</div> |
|
|
|
|
<div class="ticker-item"> |
|
|
|
|
The world's first multi-threaded CSV parser for the browser |
|
|
|
|
<p>The world's first multi-threaded CSV parser for the browser</p> |
|
|
|
|
</div> |
|
|
|
|
<div class="ticker-item"> |
|
|
|
|
Papa can handle files gigabytes in size without crashing |
|
|
|
|
<p>Papa can handle files gigabytes in size without crashing</p> |
|
|
|
|
</div> |
|
|
|
|
<div class="ticker-item"> |
|
|
|
|
Use Papa when performance, privacy, and correctness matter to you |
|
|
|
|
<p>Use Papa when performance, privacy, and correctness matter to you</p> |
|
|
|
|
</div> |
|
|
|
|
<div class="ticker-item"> |
|
|
|
|
Papa alleviates privacy concerns related to uploading files |
|
|
|
|
<p>Papa alleviates privacy concerns related to uploading files</p> |
|
|
|
|
</div> |
|
|
|
|
<div class="ticker-item"> |
|
|
|
|
Malformed CSV is handled gracefully with a detailed error report |
|
|
|
|
<p>Malformed CSV is handled gracefully with a detailed error report</p> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|