Skip to content
This repository was archived by the owner on Nov 29, 2018. It is now read-only.
This repository was archived by the owner on Nov 29, 2018. It is now read-only.

Create enumerator for sub intervals #19

@bstoecker

Description

@bstoecker

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions