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 fbd4388f feat(python): bump cython to 3.1.1 (#2318)
fbd4388f is described below
commit fbd4388f17417faad46ce161b72d189a5993de02
Author: penguin_wwy <[email protected]>
AuthorDate: Mon Jun 9 22:45:25 2025 +0800
feat(python): bump cython to 3.1.1 (#2318)
<!--
**Thanks for contributing to Fory.**
**If this is your first time opening a PR on fory, you can refer to
[CONTRIBUTING.md](https://github.com/apache/fory/blob/main/CONTRIBUTING.md).**
Contribution Checklist
- The **Apache Fory (incubating)** community has restrictions on the
naming of pr titles. You can also find instructions in
[CONTRIBUTING.md](https://github.com/apache/fory/blob/main/CONTRIBUTING.md).
- Fory has a strong focus on performance. If the PR you submit will have
an impact on performance, please benchmark it first and provide the
benchmark result here.
-->
## What does this PR do?
<!-- Describe the purpose of this PR. -->
## Related issues
<!--
Is there any related issue? Please attach here.
- #xxxx0
- #xxxx1
- #xxxx2
-->
## Does this PR introduce any user-facing change?
<!--
If any user-facing interface changes, please [open an
issue](https://github.com/apache/fory/issues/new/choose) describing the
need to do so and update the document if necessary.
-->
- [ ] Does this PR introduce any public API change?
- [ ] Does this PR introduce any binary protocol compatibility change?
## Benchmark
<!--
When the PR has an impact on performance (if you don't know whether the
PR will have an impact on performance, you can submit the PR first, and
if it will have impact on performance, the code reviewer will explain
it), be sure to attach a benchmark data here.
-->
fory_large_tuple: Mean +- std dev: [base] 116 ms +- 5 ms -> [new] 115 ms
+- 1 ms: 1.01x faster
fory_large_float_tuple: Mean +- std dev: [base] 142 ms +- 3 ms -> [new]
137 ms +- 9 ms: 1.04x faster
fory_large_boolean_tuple: Mean +- std dev: [base] 43.6 ms +- 0.6 ms ->
[new] 37.8 ms +- 0.4 ms: 1.15x faster
fory_large_list: Mean +- std dev: [base] 119 ms +- 4 ms -> [new] 117 ms
+- 1 ms: 1.02x faster
Benchmark hidden because not significant (5): fory_dict,
fory_large_dict, fory_dict_group, fory_tuple, fory_list
Geometric mean: 1.02x faster
Co-authored-by: wenyangwang <[email protected]>
---
bazel/fory_deps_setup.bzl | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/bazel/fory_deps_setup.bzl b/bazel/fory_deps_setup.bzl
index ca73e266..a8131bd3 100644
--- a/bazel/fory_deps_setup.bzl
+++ b/bazel/fory_deps_setup.bzl
@@ -145,8 +145,8 @@ def setup_deps():
auto_http_archive(
name = "cython",
build_file = "@com_github_grpc_grpc//third_party:cython.BUILD",
- url =
"https://github.com/cython/cython/releases/download/3.1.0a1/cython-3.1.0a1.tar.gz",
- sha256 =
"35b53f6947c3133452b84f0f9703f222deb9b02874861427a45e63c891379440",
+ url =
"https://github.com/cython/cython/releases/download/3.1.1/cython-3.1.1.tar.gz",
+ sha256 =
"505ccd413669d5132a53834d792c707974248088c4f60c497deb1b416e366397",
)
auto_http_archive(
name = "com_google_googletest",
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]