Skip to content

Optimize Serialization#781

Open
yuce wants to merge 7 commits intohazelcast:masterfrom
yuce:optimize-serialization1
Open

Optimize Serialization#781
yuce wants to merge 7 commits intohazelcast:masterfrom
yuce:optimize-serialization1

Conversation

@yuce
Copy link
Contributor

@yuce yuce commented Feb 20, 2026

This PR optimizes array serialization by preallocating the necessary space and reading all array items all at once, instead of reading them one by one.

yuce added 5 commits February 19, 2026 16:11
* Fixed the race condition in ProxyManager.get_or_create
* Check the existence of event handlers in *Map proxies.
* VC put_if_absent must copy the passed document before updating it.
* Fix ConnectionManager start_connect_all_members task
@codecov-commenter
Copy link

codecov-commenter commented Feb 20, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 94.56%. Comparing base (9464505) to head (c054075).

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #781      +/-   ##
==========================================
- Coverage   94.57%   94.56%   -0.01%     
==========================================
  Files         393      393              
  Lines       25130    25149      +19     
==========================================
+ Hits        23766    23783      +17     
- Misses       1364     1366       +2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@yuce yuce changed the title Optimize serialization1 Optimize Serialization Feb 23, 2026
@yuce yuce requested a review from ihsandemir March 9, 2026 02:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants