-
Notifications
You must be signed in to change notification settings - Fork 13
Issues: crazyxman/simdjson_php
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
Idea: Throw SimdJsonException for a far lower user-provided max depth, in a subsequent major release
#90
opened Oct 21, 2022 by
TysonAndre
Idea: Fall back to php's json_decode internally in simdjson_decode for json length > 4 GiB
#89
opened Oct 21, 2022 by
TysonAndre
Expose functions using zend_smart_str for PECLs calling simdjson_php bindings
#87
opened Oct 18, 2022 by
TysonAndre
Use templates to avoid code duplication (e.g.
create_object*
and create_array*
share code)
#82
opened Oct 5, 2022 by
TysonAndre
Out of memory errors should be real errors
bug
Something isn't working
#80
opened Oct 2, 2022 by
TysonAndre
parser.allocate
will reallocate buffers - call allocate only to change depth
#79
opened Oct 2, 2022 by
TysonAndre
Investigation notes for flag analogous to JSON_BIGINT_AS_STRING
#76
opened Oct 1, 2022 by
TysonAndre
Limit worst-case memory for string/depth buffers after simdjson call completes
#73
opened Oct 1, 2022 by
TysonAndre
Patch C simdjson library to use emalloc_safe/efree for depth/byte buffers
#65
opened Sep 28, 2022 by
TysonAndre
ProTip!
Mix and match filters to narrow down what you’re looking for.