This is an automated email from the ASF dual-hosted git repository.
chaokunyang pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/fory.git
The following commit(s) were added to refs/heads/main by this push:
new 73cee1eb8 docs: add python benchmark result to readme (#3496)
73cee1eb8 is described below
commit 73cee1eb892b26cd9c1e1d12c3d8f274c7f3dfcc
Author: Shawn Yang <[email protected]>
AuthorDate: Fri Mar 20 18:15:11 2026 +0800
docs: add python benchmark result to readme (#3496)
## Why?
## What does this PR do?
## Related issues
## AI Contribution Checklist
- [ ] Substantial AI assistance was used in this PR: `yes` / `no`
- [ ] If `yes`, I included a completed [AI Contribution
Checklist](https://github.com/apache/fory/blob/main/AI_POLICY.md#9-contributor-checklist-for-ai-assisted-prs)
in this PR description and the required `AI Usage Disclosure`.
## Does this PR introduce any user-facing change?
- [ ] Does this PR introduce any public API change?
- [ ] Does this PR introduce any binary protocol compatibility change?
## Benchmark
---
README.md | 14 ++++++++------
1 file changed, 8 insertions(+), 6 deletions(-)
diff --git a/README.md b/README.md
index cba41a2ff..def3df5b1 100644
--- a/README.md
+++ b/README.md
@@ -87,8 +87,6 @@ See [Java Benchmarks](docs/benchmarks/java) for more details.
### Rust Serialization Performance
-Fory Rust demonstrates competitive performance compared to other Rust
serialization frameworks.
-
<p align="center">
<img src="docs/benchmarks/rust/ecommerce_data.png" width="90%">
</p>
@@ -101,8 +99,6 @@ For more detailed benchmarks and methodology, see [Rust
Benchmarks](benchmarks/r
### C++ Serialization Performance
-Fory C++ demonstrates competitive performance compared to protobuf c++
serialization framework.
-
<p align="center">
<img src="docs/benchmarks/cpp/throughput.png" width="95%">
</p>
@@ -111,14 +107,20 @@ For more detailed benchmarks and methodology, see [C++
Benchmarks](benchmarks/cp
### Go Serialization Performance
-Fory Go demonstrates excellent performance compared to other go serialization
frameworks:
-
<p align="center">
<img src="docs/benchmarks/go/benchmark_combined.png" width="95%">
</p>
For more detailed benchmarks and methodology, see [Go
Benchmark](benchmarks/go).
+### Python Serialization Performance
+
+<p align="center">
+<img src="docs/benchmarks/python/throughput.png" width="95%">
+</p>
+
+For more detailed benchmarks and methodology, see [Pythonk](benchmarks/python).
+
### C# Serialization Performance
Fory C# demonstrates excellent performance compared to protobuf-net and
MessagePack-CSharp:
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]