Skip to content
This repository has been archived by the owner on Sep 7, 2021. It is now read-only.
This repository is currently being migrated. It's locked while the migration is in progress.
This repository has been archived by the owner on Sep 7, 2021. It is now read-only.

Avoid varargs for batch operations #1453

Open
@mcandre

Description

Recommended to use arrays rather than varargs for batch insertion, as batches of 3,000+ insertions would present inefficiencies on 3,000+ value vararg function calls.

Activity

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

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions