Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
orjson
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OpenVMS
Python
Modules
orjson
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
25d0d125f5d28c737c3310adb54dcf4ea3b6639c
Select Git revision
Branches
2
branch/default
default
protected
master
2 results
Begin with the selected commit
Created with Raphaël 2.2.0
22
Nov
23
25
26
27
29
3
Dec
4
11
12
13
14
15
16
20
21
30
31
1
Jan
2
3
12
14
15
16
17
18
19
21
23
24
27
28
29
31
2
Feb
3
5
19
12
Mar
23
2
Apr
18
19
28
2
May
11
7
Jul
14
17
21
Aug
28
29
5
Sep
6
14
18
19
20
21
22
23
24
25
30
1
Oct
8
10
14
15
16
19
24
29
5
Nov
7
12
27
11
Dec
22
3
Jan
8
16
17
20
21
22
28
3
Feb
4
10
9
10
11
12
14
19
20
24
7
Mar
9
10
15
18
19
26
27
1
Apr
8
17
24
28
29
30
1
May
5
15
19
27
8
Jun
18
20
23
30
3
Jul
8
13
24
6
Aug
8
11
16
17
21
Sep
22
25
6
Oct
20
28
29
30
6
Nov
graph
Serialization graphs
uwsgi, gunicorn integration testing
threading test
Usage, testing, performance README
Cargo.lock
1.0.0
Document git submodule on build
CHANGELOG.md
pyo3 ece59c92f0871b8185635146f1919157463af225
Note this is not a drop-in replacement
1.0.1
python 3.5 support
CI runs integration tests
orjson.pyi for mypy
CI publishes tags
rustfmt
Dict key must be str
Update pyo3, regex, smallvec
Serialization uses try_from_unchecked
typeref
Deploy misc
Deserialize uses &str
Deserialization avoids pyo3 borrows, uses FFI for list and dict
1.1.0
Function docstrings
pyo3, serde, libc updates
loads() benchmarks use unicode
Deserializing null avoids Py_None()
unlikely dict key not str
Misc
Serializing int simplified
graph writes images to doc
Exception misc
Remove graph bar plot
str, bytes simple tests
Remove unnecessary error abstraction
Use FFI for int, float, string, bool deserialization
Bool serialization uses pointer
rustfmt
Loading