On 4/28/16 8:56 AM, Jay Norwood wrote:[...].reserve should make an improvement for large amount of appending, since you pre-allocate the data.[...]
How about `assumeSafeAppend`? Does it have any positive impact on performance?
sigod via Digitalmars-d-learn Fri, 29 Apr 2016 03:16:10 -0700
On 4/28/16 8:56 AM, Jay Norwood wrote:[...].reserve should make an improvement for large amount of appending, since you pre-allocate the data.[...]
How about `assumeSafeAppend`? Does it have any positive impact on performance?