forked from apache/fury
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
perf(java): optimize object array copy perf (apache#1770)
## What does this PR do? optimize object array copy perf ## Related issues Closes apache#1749 ## 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 ``` Benchmark (bufferType) (references) Mode Cnt Score Error Units CopyBenchmark.fury_copy_object_array array false thrpt 3 3738130.731 ± 2558439.249 ops/s CopyBenchmark.kryo_copy_object_array array false thrpt 3 1840856.001 ± 3577628.201 ops/s Benchmark (bufferType) (references) Mode Cnt Score Error Units CopyBenchmark.fury_copy_object_array array false thrpt 3 8025674.789 ± 7659990.718 ops/s CopyBenchmark.kryo_copy_object_array array false thrpt 3 1167037.754 ± 1372076.679 ops/s ```
- Loading branch information
1 parent
4cdb9a2
commit f4865f0
Showing
4 changed files
with
28 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters