Avoid varargs for batch operations #1453

Open
opened 2019-10-03 15:46:38 +00:00 by mcandre · 1 comment
mcandre commented 2019-10-03 15:46:38 +00:00 (Migrated from github.com)

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.

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.

Could you give more details?

Could you give more details?
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: xorm/xorm#1453
No description provided.