-
Notifications
You must be signed in to change notification settings - Fork 305
Faster message serialization #1064
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
Merged
+136
−80
Merged
Changes from all commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
9b331e2
Add orjson_packer and orjson_unpacker to speed up serialization of se…
fleming79 6ec7306
Refactor orjson packer to use functools.partial.
fleming79 c92b9c7
Add msgpack support for message serialization in Session
fleming79 c03c7a0
Refactor packer/unpacker change handling for improved readability
fleming79 f4d1580
Fix test_serialize_objects datetime checks on ci to compare using dat…
fleming79 fd29e5d
Fix datetime deserialization in test_serialize_objects to use dateuti…
fleming79 cec22e6
Add PicklingError to exception handling in test_cannot_serialize
fleming79 452103b
Update api docs
fleming79 7386b1d
Replace dateutil.parser.isoparse with jsonutil.parse_date in test_ser…
fleming79 e2f003a
Use rep in fstring
fleming79 6139b40
Merge remote-tracking branch 'jupyter/main' into orjson
260c07c
Add msgpack as a test dependency.
3d9e4be
Merge branch 'jupyter:main' into orjson
fleming79 aac1ecf
Fallback to json_packer and json_unpacker for orjson to handle for be…
a4a6d63
Merge branch 'jupyter:main' into orjson
fleming79 58e1405
Fix: test_args checking for removed _default_pack_unpack and _default…
1906968
Add type annotation to orjson_packer.
021f3fe
Add the other missing type annoatation.
b7a0388
Change orjson from a dependency to an optional dependency. Test again…
bd73040
Merge branch 'jupyter:main' into orjson
fleming79 547a74e
Double timeout for test_minimum_verisons
8e73d8a
Merge branch 'jupyter:main' into orjson
fleming79 5a24ca0
Fix invalid argument name.
a851764
Merge branch 'jupyter:main' into orjson
fleming79 86257c8
Add orjson and msgpack as additional_dependencies for mypy in .pre-co…
4518a01
Remove # type:ignore[import-not-found].
65b2e61
Should return result of orjson.loads.
d95030c
fix: get mypy working with orjson/msgpack
henryiii d1c1ad1
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 27d68be
Fix for previous refactor.
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.