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

Implement dynamic vector of vectors data structure #34

Merged
merged 5 commits into from
Jun 26, 2024

Conversation

efaulhaber
Copy link
Member

This is similar to VectorOfVectors of ArraysOfArray.jl, but dynamic, supporting push! and deleteat!.
This is needed to make #25 GPU-compatible (and more efficient in general).
Coincidentally, the update buffer was using a similar data structure, so we already have a first use-case for this new data structure.

@efaulhaber efaulhaber added the enhancement New feature or request label Jun 24, 2024
Copy link

codecov bot commented Jun 24, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 91.26%. Comparing base (927120c) to head (98b02e0).

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #34      +/-   ##
==========================================
+ Coverage   89.86%   91.26%   +1.39%     
==========================================
  Files          13       15       +2     
  Lines         306      355      +49     
==========================================
+ Hits          275      324      +49     
  Misses         31       31              
Flag Coverage Δ
unit 91.26% <100.00%> (+1.39%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@efaulhaber efaulhaber requested a review from LasNikas June 25, 2024 17:15
svchb
svchb previously approved these changes Jun 25, 2024
@LasNikas LasNikas enabled auto-merge (squash) June 26, 2024 06:58
@LasNikas LasNikas merged commit 85be8bc into main Jun 26, 2024
10 checks passed
@LasNikas LasNikas deleted the ef/dynamic-vector-of-vectors branch June 26, 2024 07:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants