Skip to content

First implementation of boa_mempool, a memory pool allocator - #4461

Closed
hansl wants to merge 7 commits into
boa-dev:mainfrom
hansl:mem-pool
Closed

First implementation of boa_mempool, a memory pool allocator#4461
hansl wants to merge 7 commits into
boa-dev:mainfrom
hansl:mem-pool

Conversation

@hansl

@hansl hansl commented Oct 9, 2025

Copy link
Copy Markdown
Contributor

No description provided.

@codecov

codecov Bot commented Oct 9, 2025

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 75.45455% with 27 lines in your changes missing coverage. Please review.
✅ Project coverage is 51.53%. Comparing base (6ddc2b4) to head (c24a60a).
⚠️ Report is 602 commits behind head on main.

Files with missing lines Patch % Lines
core/mempool/src/lib.rs 69.66% 27 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #4461      +/-   ##
==========================================
+ Coverage   47.24%   51.53%   +4.29%     
==========================================
  Files         476      505      +29     
  Lines       46892    51560    +4668     
==========================================
+ Hits        22154    26573    +4419     
- Misses      24738    24987     +249     

☔ 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.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@jedel1043 jedel1043 added A-Performance Performance related changes and issues C-GC Issue related to garbage collection labels Oct 13, 2025
@github-actions

Copy link
Copy Markdown

Test262 conformance changes

Test result main count PR count difference
Total 50,595 50,595 0
Passed 47,620 47,620 0
Ignored 2,056 2,056 0
Failed 919 919 0
Panics 0 0 0
Conformance 94.12% 94.12% 0.00%

@nekevss

nekevss commented Nov 20, 2025

Copy link
Copy Markdown
Member

Closing for now in favor of migrating this work to oscars for iteration. For more information, see boa-dev/oscars#1.

@nekevss nekevss closed this Nov 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-Performance Performance related changes and issues C-GC Issue related to garbage collection

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants