-
-
Notifications
You must be signed in to change notification settings - Fork 63
Open
Labels
enhancementNew feature or requestNew feature or request
Description
We now support as_buffer() #59 which drastically improves performance when loading arrays from JSON into numpy.
We should also support as_buffer() for Objects, which would retrieve the values as an array. This is to support calling it like this:
For @riddell-stan's use case, this should use less memory and be roughly 4x faster (since we also void the iterator creation for values())
riddell-stan
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request