You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 29, 2018. It is now read-only.
Currently, if you split a time_frame, you often want to enumerate over it afterwards (like mapping it to a specified object).
but useing time_frame.split_by_interval(duration).each has to allocate memory before iterating.
An iterator would improve the iteration speed and cleans up code of gem users.