hyperjson icon indicating copy to clipboard operation
hyperjson copied to clipboard

🐍 A hyper-fast Python module for reading/writing JSON data using Rust's serde-json.

Results 16 hyperjson issues
Sort by recently updated
recently updated
newest added
trafficstars

Bumps [regex](https://github.com/rust-lang/regex) from 1.3.1 to 1.5.6. Changelog Sourced from regex's changelog. 1.5.6 (2022-05-20) This release includes a few bug fixes, including a bug that produced incorrect matches when a non-greedy...

dependencies
rust

Bumps [simplejson](https://github.com/simplejson/simplejson) from 3.17.2 to 3.17.6. Release notes Sourced from simplejson's releases. v3.17.6 Version 3.17.6 released 2021-11-15 Declare support for Python 3.10 and add wheels simplejson/simplejson#291 simplejson/simplejson#292 v3.17.5 Version 3.17.5...

dependencies

Bumps [flake8](https://gitlab.com/pycqa/flake8) from 3.9.1 to 3.9.2. Commits c6e0d27 Release 3.9.2 c428c55 Merge pull request #1328 from PyCQA/fix_indent_size_str See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=flake8&package-manager=pip&previous-version=3.9.1&new-version=3.9.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any...

dependencies

Bumps [autopep8](https://github.com/hhatto/autopep8) from 1.5.6 to 1.5.7. Release notes Sourced from autopep8's releases. v1.5.7 Change #597: disallow 0 for indent-size option #595: exit code is 99 when error occured cli option...

dependencies

Hey, I just watched [your talk](https://www.youtube.com/watch?v=f1ln5j3aoSI) and you mentioned there, that you use `BTreeMap` and I thought I can try to contribute to make it a little bit faster. This...

We should test hyperjson with the benchmark data provided in [gojay](https://github.com/francoispqt/gojay/blob/master/README.md#benchmark-results). Thanks to @arnecls for the link.

enhancement
help wanted
good first issue

In a [discussion on Reddit](https://www.reddit.com/r/rust/comments/8wsg5u/hyperjson_help_writing_the_fastest_json_module/e1zznc7/), user /u/Shnatsel suggested the use of fuzzing to test hyperjson for safety issues and panics. There are a few tools around, which could be helpful:...

Hi! I'm happy to find that hyperjson rejects single surrogates as invalid characters but the exception text looks more low-level than expected. Is this a bug? Can the exception message...

[Over on Reddit](https://www.reddit.com/r/rust/comments/8wsg5u/hyperjson_help_writing_the_fastest_json_module/e26aqpm/), @mikeyhew mentioned that there might be an option to parse JSON strings without copying: > Just wanted to point out that serde-json isn't zero-copy because it will...

enhancement
help wanted
good first issue
hacktoberfest

From our benchmarks we can see that we are consistently slower than everyone else when serializing/deserializing boolean values. We should fix that. orjson is using an `unsafe` block to create...

enhancement
help wanted
good first issue
hacktoberfest