You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/bug_report.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ Before submitting an issue, please ensure that you have read the documentation:
18
18
**Describe the bug**
19
19
A clear and concise description of what the bug is.
20
20
21
-
Note that a compiler warning is not a bug.
21
+
Note that a compiler warning is not a bug.
22
22
23
23
**To Reproduce**
24
24
Steps to reproduce the behaviour: provide a code sample if possible.
@@ -32,10 +32,10 @@ Note that a stack trace from your own program is not enough.
32
32
- Compiler [e.g. Apple clang version 11.0.3 (clang-1103.0.32.59) x86_64-apple-darwin19.4.0]
33
33
- Version [e.g. 22]
34
34
35
-
We support up-to-date 64-bit ARM and x64 FreeBSD, macOS, Windows and Linux systems. Please ensure that your configuration is supported before labelling the issue as a bug. In particular, we do not support legacy 32-bit systems.
35
+
We support up-to-date 64-bit ARM and x64 FreeBSD, macOS, Windows and Linux systems. Please ensure that your configuration is supported before labelling the issue as a bug. In particular, we do not support legacy 32-bit systems.
36
36
37
37
**Indicate whether you are willing or able to provide a bug fix as a pull request**
38
38
39
-
If you plan to contribute to simdjson, please read our
39
+
If you plan to contribute to simdjson, please read our
40
40
* CONTRIBUTING guide: https://github.com/simdjson/simdjson/blob/master/CONTRIBUTING.md and our
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ Table of Contents
40
40
Quick Start
41
41
-----------
42
42
43
-
43
+
44
44
The simdjson library is easily consumable with a single .h and .cpp file.
45
45
46
46
0. Prerequisites: `g++` (version 7 or better) or `clang++` (version 6 or better), and a 64-bit system with a command-line shell (e.g., Linux, macOS, freeBSD). We also support programming environnements like Visual Studio and Xcode, but different steps are needed.
@@ -168,7 +168,7 @@ instructions, reducing branch misprediction, and reducing data dependency to tak
168
168
CPU's multiple execution cores.
169
169
170
170
Some people [enjoy reading our paper](https://arxiv.org/abs/1902.08318): A description of the design
171
-
and implementation of simdjson is in our research article:
171
+
and implementation of simdjson is in our research article:
172
172
- Geoff Langdale, Daniel Lemire, [Parsing Gigabytes of JSON per Second](https://arxiv.org/abs/1902.08318), VLDB Journal 28 (6), 2019.
173
173
174
174
We have an in-depth paper focused on the UTF-8 validation:
0 commit comments