View Single Post
Kotoamatsukami
Member
Join Date: Jan 2017
Location: Malaysia
Old 02-18-2017 , 10:23   Re: [ TUT ]Dynamic Array
Reply With Quote #30

Hello, I have a question.
It is possible to insert a data using normal array then use ArrayPushArray to push the normal array into a dynamic array as the storage? As dynamic array is slower than normal array when inserting data.
As far as I understand from this topic, normal arrays are faster at inserting while dynamic arrays are faster at retrieving. So, is it possible to use normal array for data insertion?
Kotoamatsukami is offline