libpy_simdjson icon indicating copy to clipboard operation
libpy_simdjson copied to clipboard

Python bindings for simdjson using libpy

Results 6 libpy_simdjson issues
Sort by recently updated
recently updated
newest added

Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2.1.4 to 4.5.0. Release notes Sourced from actions/setup-python's releases. Fix cache issue for Poetry projects located in subfolders In scope of this release we fixed cache issue...

dependencies
github_actions

Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.1.0. Release notes Sourced from actions/checkout's releases. v3.1.0 What's Changed Inject GitHub host to be able to clone from another GitHub instance by @​peter-murray in...

dependencies
github_actions

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 3. Release notes Sourced from actions/upload-artifact's releases. v3.0.0 What's Changed Update default runtime to node16 (#293) Update package-lock.json file version to 2 (#302) Breaking Changes...

dependencies
github_actions

At the moment libpy_simdjson uses `bytes` for all string values in the resulting dict/list. It would be nice if there was a way to ask it to return regular strings...

- [x] `count` for array - [x] `index` for array - [x] benchmarks (look at overhead of access vs python directly) - [ ] Other compiler flags? - [ ]...

As is common in Python, you express the benchmark in terms of microseconds per event. I find that this is hard to reason about, and I submit to you that...

bench