Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork476
AddSparseElement variant for simple sparse array storage#4543
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:main
Are you sure you want to change the base?
Uh oh!
There was an error while loading.Please reload this page.
Conversation
61d029b to504d667CompareTest262 conformance changes
|
codecovbot commentedNov 22, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@## main #4543 +/- ##==========================================+ Coverage 47.24% 57.05% +9.81%========================================== Files 476 504 +28 Lines 46892 57598 +10706 ==========================================+ Hits 22154 32864 +10710+ Misses 24738 24734 -4 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Introduce a new `SparseElement` variant to `IndexedProperties` that storessimple values (data descriptors with all flags true) in a hash map withoutfull property descriptors. This optimizes memory usage for sparse arrays.
504d667 toca27bf0Compare
Introduce a new
SparseElementvariant toIndexedPropertiesthat stores simple values (data descriptors with all flags true) in a hash map without full property descriptors. This optimizes memory usage for sparse arrays.