-
Notifications
You must be signed in to change notification settings - Fork 93
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
SegArray.__getitem__
to Server
#1783
Comments
@reuster986 - I just ran across something that I wanted to get your take on. Initially, when I moved SegArray over to the server, I did not update the |
I'm not sure I understand all the pieces of this puzzle, but I think imitating the |
The user would need to call |
* Update to SegArray to move indexing to the server. This also updates to use JSON return for SegArrays. Adds from parts function to build segarray. Adds ak.segarray to build SegArray * Cleanup after mypy and test failures * Clean-up of unused functions * updating benchmark * Addressing Code review comments. * Addressing review comments.
Part of #1682
Update
SegArray.__getitem__()
so that SegArray indexing is done server-side.Note: There is a good bit of the structure all ready in place for this from SegString. We should be able to reuse this functionality.
The text was updated successfully, but these errors were encountered: