Skip to content

Commit

Permalink
serde_json Serializer and Formatter, improve perf
Browse files Browse the repository at this point in the history
  • Loading branch information
ijl committed Jan 4, 2023
1 parent 9c4b8cc commit 728c464
Show file tree
Hide file tree
Showing 50 changed files with 1,564 additions and 17,275 deletions.
11 changes: 10 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,12 @@ chrono = { version = "^0.4.23", default_features = false }
compact_str = { version = "0.6", default_features = false, features = ["serde"] }
encoding_rs = { version = "0.8", default_features = false }
itoa = { version = "1", default_features = false }
itoap = { version = "1", features = ["std", "simd"] }
once_cell = { version = "1", default_features = false }
pyo3-ffi = { version = "0.17", default_features = false, features = ["extension-module"]}
ryu = { version = "1", default_features = false }
serde = { version = "1", default_features = false }
serde_json = { path = "include/json", default_features = false, features = ["std", "float_roundtrip"] }
serde_json = { version = "1", default_features = false, features = ["std", "float_roundtrip"] }
simdutf8 = { version = "0.1", default_features = false, features = ["std", "aarch64_neon"] }
smallvec = { version = "^1.10", default_features = false, features = ["union", "write"] }

Expand Down
85 changes: 0 additions & 85 deletions include/json/Cargo.toml

This file was deleted.

52 changes: 0 additions & 52 deletions include/json/build.rs

This file was deleted.

Loading

0 comments on commit 728c464

Please sign in to comment.