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.

Avoid varargs for batch operations #1453

Open
mcandre opened this issue Oct 3, 2019 · 1 comment
Open

Avoid varargs for batch operations #1453

mcandre opened this issue Oct 3, 2019 · 1 comment
Labels

Comments

@mcandre
Copy link

mcandre commented Oct 3, 2019

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.

@lunny
Copy link
Member

lunny commented Oct 5, 2019

Could you give more details?

@lunny lunny added the proposal label Oct 5, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants