-
Notifications
You must be signed in to change notification settings - Fork 69
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
Base.view
support
#419
Comments
Maybe we need a new type for viewed TimeArray. |
Hi, is there an ETA on this functionality? We have integrated TimeSeries in our package, but when slicing data, there is too much memory allocation with respect to DataFrames. We would like to keep TimeArrays, but the performance hit is significant. |
Hi @jd-lara , no ETA at this moment. I can mark this issue as high priority in my mind. I still need to do some surveys about the implementation details of |
Thanks, we will stick with TimeArrays for now and hopefully won't be too much of a bottleneck. |
I wrote some study notes here:
|
to avoid allocation
The text was updated successfully, but these errors were encountered: