The GitHub Actions job "Fury CI" on fury.git has succeeded.
Run started by GitHub user pandalee99 (triggered by pandalee99).

Head commit for run:
87ddcc835d83002ebaab4c39b8a5ec18df8f96ca / Shawn Yang <[email protected]>
perf(python): optimize bytes buffer creation (#2008)

## What does this PR do?

This pr optimize bytes buffer creation by a fast path to get address of
`bytes` by `PyBytes_AsString` instead of using slow `memoryview`
## 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/fury/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.
-->

Report URL: https://github.com/apache/fury/actions/runs/12849524782

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to