Skip to content

feat(multitude): add object_tree arena example#509

Draft
martintmk wants to merge 2 commits into
mainfrom
martintmk/multitude-object-tree-example
Draft

feat(multitude): add object_tree arena example#509
martintmk wants to merge 2 commits into
mainfrom
martintmk/multitude-object-tree-example

Conversation

@martintmk

Copy link
Copy Markdown
Member

Add an example that materializes a typed object tree from a mocked, statically-allocated data backend into an arena-backed model built on multitude::Arc. Demonstrates a fixed 16-byte Value, thin 8-byte Arc leaf handles (RcStr/RcUtf16Str/RcBinary/RcArray), and an improved allocation profile measured with alloc_tracker.

Add an example that materializes a typed object tree from a mocked, statically-allocated data backend into an arena-backed model built on multitude::Arc. Demonstrates a fixed 16-byte Value, thin 8-byte Arc leaf handles (RcStr/RcUtf16Str/RcBinary/RcArray), and an improved allocation profile measured with alloc_tracker.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@codecov

codecov Bot commented Jun 17, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.0%. Comparing base (b190aba) to head (23c0d7b).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #509   +/-   ##
=======================================
  Coverage   100.0%   100.0%           
=======================================
  Files         343      343           
  Lines       26121    26121           
=======================================
  Hits        26121    26121           

☔ View full report in Codecov by Harness.
📢 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.

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.

1 participant