adding link to python bindings
This commit is contained in:
parent
1d494adadb
commit
425bc2ab61
|
@ -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):1702–1713, 2013. (SIMD-based CSV parsing)
|
||||
|
|
Loading…
Reference in New Issue