Commit Graph

244 Commits

Author SHA1 Message Date
Daniel Lemire c96ff018fe Version 0.8. 2021-01-22 12:04:08 -05:00
John Keiser 55faf4c5bc
Recommend simdjson::ondemand over simdjson::builtin::ondemand (#1380)
Co-authored-by: Daniel Lemire <lemire@gmail.com>
2021-01-14 17:33:49 -05:00
John Keiser 7387e9f9a8 Add quick start for On Demand 2021-01-01 14:50:47 -08:00
Daniel Lemire cbacec0760 Releasing 0.7.0. 2020-12-04 18:56:15 -05:00
0xflotus 82fcf141f7
fix: small typo error (#1328) 2020-12-03 13:16:45 -05:00
Paul Dreik af4db55e66
remove trailing whitespace (#1284) 2020-11-03 21:48:09 +01:00
Daniel Lemire 6a86ef5a7d Issue release 2020-10-23 09:32:25 -04:00
Daniel Lemire 500e5d6759
Update README.md 2020-10-23 09:21:16 -04:00
Daniel Lemire e3f2c9f29a
Update README.md 2020-10-23 09:18:47 -04:00
Daniel Lemire 3458e6248b
Update README.md 2020-10-23 09:15:04 -04:00
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