Daniel Lemire
a503e022d8
Update README.md
2020-10-21 11:43:36 -04:00
Daniel Lemire
1b6888281e
Update README.md
2020-10-09 10:54:48 -04:00
Daniel Lemire
5d355f1a8b
release candidate ( #1132 )
2020-08-19 18:12:23 -04:00
Daniel Lemire
46fe2e6b44
Update README.md
2020-08-06 18:03:10 -04:00
Daniel Lemire
43f0362e6d
Update README.md
2020-08-04 19:44:52 -04:00
Daniel Lemire
c7fbb4615c
Update README.md
2020-08-03 12:51:21 -04:00
Daniel Lemire
54ed24f481
Update README.md
2020-07-31 15:47:42 -04:00
Daniel Lemire
f016c2b72f
Update README.md
2020-07-21 12:02:30 -04:00
Daniel Lemire
96a31c69c5
Update README.md
2020-07-17 15:41:54 -04:00
Daniel Lemire
c4f92322f5
Update README.md
2020-07-17 09:27:19 -04:00
Daniel Lemire
d13ce6768c
Update README.md
2020-07-16 13:05:28 -04:00
gerrymanoim
fd4a7f2150
DOC: Add another python binding to README ( #1043 )
2020-07-16 13:04:18 -04:00
Daniel Lemire
48849d7866
Update README.md
2020-07-06 18:59:45 -04:00
Daniel Lemire
a4619a54a7
Update README.md
2020-07-04 11:53:53 -04:00
Daniel Lemire
599e3bc937
Update README.md
2020-06-29 21:52:08 -04:00
Daniel Lemire
1fa0d940bc
Update README.md
2020-06-29 21:44:05 -04:00
Daniel Lemire
7dc4a9525b
Update README.md
2020-06-29 21:43:07 -04:00
Daniel Lemire
98599e0972
Remove the circleci badge since it may appear to fail due to perfdiff
2020-06-11 11:37:53 -04:00
Daniel Lemire
fa4ce6a8bc
There is confusion between gigabytes and gigibytes. Let us standardize throughout. ( #838 )
...
* There is confusion between gigabytes and gigibytes.
* Trying to be consistent.
2020-05-01 12:16:18 -04:00
Daniel Lemire
af12066f77
Update README.md
2020-04-28 11:38:34 -04:00
Daniel Lemire
c6a4fb1e13
Update README.md
2020-04-25 22:21:12 -04:00
Daniel Lemire
3901bbb401
Update README.md
2020-04-24 09:33:29 -04:00
Daniel Lemire
8e3fc826e2
adding doxygen badge
2020-04-24 07:19:16 -04:00
Daniel Lemire
34919ca394
Update README.md
2020-04-23 12:04:46 -04:00
Daniel Lemire
c564815931
Merge branch 'master' of github.com:simdjson/simdjson
2020-04-23 11:30:09 -04:00
Daniel Lemire
f6fb667ac1
Being more explicit.
2020-04-23 11:25:20 -04:00
Daniel Lemire
832bbe734d
Extra details.
2020-04-23 11:20:12 -04:00
Daniel Lemire
f0ac55ec0c
testing on freebsd ( #768 )
...
* Adding cirrus tests
* Adding cirrus badge.
2020-04-22 21:22:09 -04:00
John Keiser
6835dd73bc
Only apply compile flags to simdjson
2020-04-09 08:52:29 -07:00
John Keiser
1e30b6e334
Compile under C++ 11
2020-04-08 14:00:13 -07:00
Daniel Lemire
d2406f2a22
More precise prerequisites
2020-03-31 17:41:12 -04:00
Daniel Lemire
a648318900
Let us link to the API on simdjson.org ( #654 )
...
* Let us link to the API on simdjson.org
* Updating link to rust port.
2020-03-31 16:44:28 -04:00
Daniel Lemire
849f54e4f8
grammar
2020-03-31 10:29:20 -04:00
Daniel Lemire
61009fea3f
Fixed botched edit.
2020-03-31 10:20:31 -04:00
Daniel Lemire
21dce6cca9
Displaying the numbers of documents parsed per second ( #652 )
...
* Some users are interested, as a metric, in the number of documents parsed per second.
Obviously, this means reusing the same parser again and again.
* Adding a sentence
* This update the parsingcompetition benchmark so that it displays the number of documents parsed per second.
2020-03-30 17:51:03 -04:00
John Keiser
835b640ebd
Run quickstart example in CI
2020-03-29 15:45:12 -07:00
John Keiser
03746b966b
Move document/element/etc. under dom
2020-03-28 13:42:21 -07:00
Daniel Lemire
0da460ca13
Improving readability a bit, but introducing page breaks.
2020-03-28 16:18:57 -04:00
John Keiser
5ad405006c
Return document::element from parse, load, parse_many, load_many
2020-03-27 12:24:41 -07:00
Daniel Lemire
56d1b9a226
Update README.md
2020-03-27 14:12:30 -04:00
Daniel Lemire
1b6a31b277
Updating the performance numbers. ( #634 )
...
* Updating the performance numbers.
* Updating with growing file sizes.
2020-03-27 14:11:02 -04:00
John Keiser
26b15251e2
Split docs into multiple files
2020-03-25 18:25:14 -07:00
John Keiser
2943a1c27f
Reorganize README and add documentation
2020-03-25 09:36:48 -07:00
Daniel Lemire
dedf0c6a8d
Merge branch 'master' into jkeiser/json-pointer
2020-03-24 09:51:59 -04:00
Daniel Lemire
5514ae3879
Adding another user.
2020-03-24 09:41:32 -04:00
Daniel Lemire
5af0dfb031
Putting back the fuzzer badge and extending the documentation. ( #587 )
2020-03-24 10:50:27 +01:00
John Keiser
0bcda5e384
Support JSON pointer in DOM navigation model
2020-03-23 15:05:20 -07:00
Daniel Lemire
d1eef242c6
Trying to give better guidance regarding large files. ( #594 )
2020-03-23 18:04:22 -04:00
John Keiser
ceee00b276
Use c++ instead of g++ in quick start for clang
2020-03-23 14:59:13 -07:00
John Keiser
6c2ab064cb
Correct quick start
...
Not sure how this update didn't make it in, but it's necessary.
2020-03-23 14:59:13 -07:00