Update parse_many.md

This commit is contained in:
Daniel Lemire
2020-06-24 20:41:38 -04:00
committed by GitHub
parent c11f7ce54f
commit 6d3e33d440
+2 -2
View File
@@ -163,6 +163,6 @@ From [jsonlines.org](http://jsonlines.org/examples/):
Further Reading
-------------
* [Performance](doc/performance.md) shows some more advanced scenarios and how to tune for them.
* [Implementation Selection](doc/implementation-selection.md) describes runtime CPU detection and
* [Performance](performance.md) shows some more advanced scenarios and how to tune for them.
* [Implementation Selection](implementation-selection.md) describes runtime CPU detection and
how you can work with it.