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

Polinabinder/file extend #477

Open
wants to merge 19 commits into
base: main
Choose a base branch
from
Open

Conversation

polinabinder1
Copy link
Collaborator

No description provided.

@polinabinder1
Copy link
Collaborator Author

This PR enables concatenation of multiple single cell memory map datasets without copying the full files over and needing to double the memory usage on disk. In this approach, the row, column, and data arrays are copied over in blocks of bytes, and files are deleted after they are copied over, ensuring limits on the amount of data stored in duplicate on disk.

@polinabinder1
Copy link
Collaborator Author

/build-ci

Copy link
Collaborator

@skothenhill-nv skothenhill-nv left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks pretty good, left a few stylistic comments. Docstrings could use examples I think.

polinabinder1 and others added 3 commits November 26, 2024 12:49
…ll_memmap_dataset.py

Co-authored-by: Steven Kothen-Hill <[email protected]>
Signed-off-by: polinabinder1 <[email protected]>
…ll_memmap_dataset.py

Co-authored-by: Steven Kothen-Hill <[email protected]>
Signed-off-by: polinabinder1 <[email protected]>
@polinabinder1
Copy link
Collaborator Author

/build-ci

@polinabinder1
Copy link
Collaborator Author

/build-ci

@polinabinder1
Copy link
Collaborator Author

/build-ci

1 similar comment
@polinabinder1
Copy link
Collaborator Author

/build-ci

@pstjohn pstjohn removed their request for review November 27, 2024 19:59
Copy link
Collaborator

@edawson edawson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved! Thank you for adding tests.

@polinabinder1
Copy link
Collaborator Author

/build-ci

@polinabinder1
Copy link
Collaborator Author

/build-ci

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.

4 participants