Commit Graph

98 Commits

Author SHA1 Message Date
Daniel Lemire 40a5d5ddfa
Being explicit about aligned_free 2019-03-15 12:11:50 -04:00
Daniel Lemire df8f792183
Store the string lengths on the string tape (#101)
* Store string length in the string-tape item.
* Files are now limited to 4GB.
* Moving detection of unescaped chars to stage 1 to reduce the burden due to string parsing.

Fixes https://github.com/lemire/simdjson/issues/114

Fixes https://github.com/lemire/simdjson/issues/87
2019-03-13 19:32:57 -04:00
myd7349 bb95747d56 Add instructions regarding vcpkg (fix #116) (#120) 2019-03-13 08:15:27 -04:00
Daniel Lemire 596d79cde2
Displaying logo 2019-03-12 15:13:25 -04:00
Daniel Lemire 55e9b082cb
Fixing typo 2019-03-11 08:54:37 -04:00
Daniel Lemire 70f8fc1b42
Update README.md 2019-03-11 08:10:23 -04:00
Daniel Lemire da970585ca
Elaborating regarding single-header version. 2019-03-10 10:44:37 -04:00
Daniel Lemire d5a35c8fc2
adding appveyor badge. 2019-03-06 10:14:22 -05:00
JakeConnors376W 0213c3b4d6
Improve wording 2019-03-04 16:12:09 -08:00
monomagentaeggroll cd82418ee7
Update README.md
Fixes consistency in presentation of information and grammatical tenses.
2019-03-03 15:17:08 -08:00
Thomas Navennec 352dd5e7fa Change parse_json return type from bool to int (#82)
* Added simdjerr namespace

* Updated jsonparser files

* updated stage1 and stage2

* removed stage2 inline function

* Added forgotten return statements

* Updated tools and benchmarks

* Corrected parenthesis

* Removed extra =

* Accidentally undid reinterpret_cast

* Better comments, undid a header name fuckup

* Added an errorMsg method, updated readme

* Removed useless header from stage2

* Updated single-header file

* added simdjerr.cpp contents to simdjson.cpp

* Made single header version work

* Updated singleheader test, fixed simdjson.cpp

* Renamed simdjerr namespace and files to simdjson

* Updating the amalgamation.
2019-03-02 17:18:45 -05:00
Daniel Lemire 10b6b0445e
disabling appveyor badge for now. 2019-03-02 08:28:46 -05:00
Luiz Fernando Peres db1702623c Including Node.js bindings to simdjson list of projects (#88) 2019-02-27 10:39:31 -05:00
Daniel Lemire b7fed1ccf2
better documenting scope 2019-02-25 14:40:25 -05:00
Egor Bogatov 83ab72079f Add link to C# version (#66)
* fix noiline for MSVC

* Add SimdJsonSharp link to README.md
2019-02-25 14:17:43 -05:00
geofflangdale 049eb2d87b
Update README.md
Added links to paper and blog post
2019-02-25 13:33:15 +11:00
Daniel Lemire 425bc2ab61
adding link to python bindings 2019-02-22 17:00:20 -05:00
Daniel Lemire 1d494adadb
adding appveyor badge 2019-02-22 16:19:06 -05:00
Daniel Lemire b045b000cf Adding license image. 2019-02-22 16:08:38 -05:00
Daniel Lemire 53c8a85f0e Adding lic. badge. 2019-02-22 16:07:04 -05:00
Daniel Lemire 4af820c301 Adding circleci badge. 2019-02-22 16:05:50 -05:00
Daniel Lemire 76c34c0014 Adding drone build status. 2019-02-22 14:19:44 -05:00
Dakota 87512768f0 Update README.md (#54)
Fixed minor wording mistake
2019-02-22 12:53:21 -05:00
0xflotus 84a7cf3f31 fixed character (#49) 2019-02-22 08:43:31 -05:00
wouter bolsterlee 3757349c8e Fix typo in readme (#48) 2019-02-21 18:52:07 -05:00
Anish Karandikar 15a674157b docs(README): Fix minor typo (#46) 2019-02-21 17:52:32 -05:00
Tim 6e0a859f03 fixed some spelling and word choices (#42) 2019-02-21 10:01:46 -05:00
Tom Dyson 5f2e452d6b fix README typo (#41)
in brew install instructions
2019-02-21 09:59:06 -05:00
Ihor Dotsenko 815c3ea45f Update README.md (#45) 2019-02-21 09:41:27 -05:00
Daniel Lemire 7536dff64b
Update README.md 2019-01-18 12:00:18 -05:00
Daniel Lemire e2b8dcf966
Update README.md 2019-01-18 11:58:08 -05:00
Daniel Lemire 974babf69f Adding more competition. 2019-01-17 17:24:29 -05:00
Daniel Lemire 5a892bd884
Update README.md 2019-01-16 13:06:55 -05:00
Daniel Lemire 59b26dd64d Adding more tests 2019-01-04 17:37:44 -05:00
Daniel Lemire bf652295eb
Update README.md 2019-01-03 17:24:39 -05:00
Daniel Lemire f8539f723e
Update README.md 2019-01-02 15:44:31 -05:00
Daniel Lemire f1af4038e3
Update README.md 2019-01-01 16:23:56 -05:00
Daniel Lemire 999a40db19
Update README.md 2018-12-31 13:14:04 -05:00
Daniel Lemire c5a396e788
Update README.md 2018-12-31 11:48:36 -05:00
Daniel Lemire 36d7151e8d Merge branch 'workingonmsvs' 2018-12-30 21:56:15 -05:00
Daniel Lemire 3803c84452 Single-header version. 2018-12-30 21:50:10 -05:00
Daniel Lemire 58d41923fd
Porting to visual studio
Now builds on Visual Studio
2018-12-30 21:00:19 -05:00
Daniel Lemire 7eb0cc8a8f Some additional documentation. 2018-12-30 19:02:32 -05:00
Daniel Lemire 992116b01f Lots of changes. 2018-12-30 18:43:46 -05:00
Daniel Lemire 2b3d6f6ae4 Documenting cmake. 2018-12-28 13:18:00 -05:00
Daniel Lemire 386bebb33b adding support for cmake. 2018-12-28 13:13:10 -05:00
Daniel Lemire 41b916e97f
Update README.md 2018-12-27 20:48:21 -05:00
Daniel Lemire 6b6c8e98fc
Update README.md 2018-12-27 20:41:38 -05:00
Daniel Lemire 90d04fa60f
Update README.md 2018-12-27 20:33:35 -05:00
Daniel Lemire 5c6e156ea0
Update README.md 2018-12-27 20:33:18 -05:00