line-bot-sdk-php icon indicating copy to clipboard operation
line-bot-sdk-php copied to clipboard

Use [] instead of array_merge

Open Vaduz opened this issue 4 years ago • 0 comments

Calling array_merge is so slow, so we want to use [] operator instead. See: https://stackoverflow.com/questions/23348339/optimizing-array-merge-operation

Vaduz avatar Mar 01 '21 08:03 Vaduz