Skip to content

Windowing to reduce buffer sizes #4

Description

@That3Percent

Right now, each leaf node in the tree keeps a single buffer and flushes all elements at once. This consumes much more memory than is necessary.

Instead, allocate buffers of fixed sizes (eg: 64k) and flush to a "window" whenever the buffer is full.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions