1.2 KiB
1.2 KiB
name | about | title | labels | assignees |
---|---|---|---|---|
Bug report | Create a report to help us improve | bug |
Before submitting an issue, please ensure that you have read the documentation:
- Basics is an overview of how to use simdjson and its APIs: https://github.com/simdjson/simdjson/blob/master/doc/basics.md
- Performance shows some more advanced scenarios and how to tune for them: https://github.com/simdjson/simdjson/blob/master/doc/performance.md
- Contributing: https://github.com/simdjson/simdjson/blob/master/CONTRIBUTING.md
Describe the bug A clear and concise description of what the bug is.
To Reproduce Steps to reproduce the behaviour: provide a code sample if possible.
Configuration (please complete the following information if relevant):
- OS: [e.g. Ubuntu 16.04.6 LTS]
- Compiler [e.g. Apple clang version 11.0.3 (clang-1103.0.32.59) x86_64-apple-darwin19.4.0]
- Version [e.g. 22]
Indicate whether you are willing or able to provide a bug fix as a pull request
If you plan to contribute to simdjson, please read our
- CONTRIBUTING guide: https://github.com/simdjson/simdjson/blob/master/CONTRIBUTING.md and our
- HACKING guide: https://github.com/simdjson/simdjson/blob/master/HACKING.md