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

Use cramjam to fill an allocated array with uproot.AsDtypeInPlace #1112

Open
jpivarski opened this issue Jan 30, 2024 · 0 comments
Open

Use cramjam to fill an allocated array with uproot.AsDtypeInPlace #1112

jpivarski opened this issue Jan 30, 2024 · 0 comments
Labels
big-project This will take some time, perhaps as a Fellowship or GSoC project feature New feature or request

Comments

@jpivarski
Copy link
Member

Actually, yes! One thing uproot is often doing is decompressing many small chunks and then concatenating them into a larger contiguous buffer. We could save some additional allocation and copy time if we can decompress into a buffer at an arbitrary offset.

Originally posted by @nsmith- in #1089 (comment)

If this has to bypass the basket_array concatenation, it is a big-project.

@jpivarski jpivarski added feature New feature or request big-project This will take some time, perhaps as a Fellowship or GSoC project labels Jan 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
big-project This will take some time, perhaps as a Fellowship or GSoC project feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant