Skip to content
This repository was archived by the owner on Jan 19, 2022. It is now read-only.
This repository was archived by the owner on Jan 19, 2022. It is now read-only.

Generate the tree lazily. #6

Description

@blinks

Increasing depths cause larger and larger delays at the beginning. Oberon should generate just enough metadata to guide the tree through an arc before descending, minimizing startup time.

I'm almost certain something in the code is forcing execution -- probably duration, which uses the last event in a list to determine the total length. If I could avoid that (perhaps by prescribing duration instead of retrieving it), it'd be easy to keep it lazy.

Metadata

Metadata

Assignees

Labels

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions