Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Immutable array based on RRB Vector #1286

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

jialunzhang-psu
Copy link
Collaborator

This PR modifies the tree structure based on RRB Vector: A Practical General Purpose Immutable Sequence, ICFP'15. It will support operations including removal and concat.

@jialunzhang-psu jialunzhang-psu marked this pull request as draft December 3, 2024 21:31
@coveralls
Copy link
Collaborator

coveralls commented Dec 3, 2024

Pull Request Test Coverage Report for Build 4255

Warning: This coverage report may be inaccurate.

This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.

Details

  • 64 of 93 (68.82%) changed or added relevant lines in 3 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage decreased (-0.3%) to 81.041%

Changes Missing Coverage Covered Lines Changed/Added Lines %
immut/array/array.mbt 9 10 90.0%
immut/array/operation.mbt 3 11 27.27%
immut/array/tree.mbt 52 72 72.22%
Totals Coverage Status
Change from base Build 4248: -0.3%
Covered Lines: 4561
Relevant Lines: 5628

💛 - Coveralls

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.

3 participants