adding link to python bindings

This commit is contained in:
Daniel Lemire 2019-02-22 17:00:20 -05:00 committed by GitHub
parent 1d494adadb
commit 425bc2ab61
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -361,7 +361,9 @@ make allparsingcompetition
./allparsingcompetition myfile.json
```
## Python bindings
- [pysimdjson](https://github.com/TkTech/pysimdjson): Python bindings for the simdjson project.
@ -425,6 +427,8 @@ This helps as we redefine some new characters as pseudo-structural such as the c
> { "foo" : 1.5, "bar" : 1.5 GEOFF_IS_A_DUMMY bla bla , "baz", null }
## Academic References
- T.Mühlbauer, W.Rödiger, R.Seilbeck, A.Reiser, A.Kemper, and T.Neumann. Instant loading for main memory databases. PVLDB, 6(14):17021713, 2013. (SIMD-based CSV parsing)