Skip to content

Use estimate of row count when growing arrays #94

Open
@davidanthoff

Description

@davidanthoff

Right now we just grow them by a fixed factor. Instead, we could compute the average row size in bytes, plus standard deviation or something, and then grow based on the remaining bytes in the file.

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