John-Mark Gurney wrote, On 12/01/2013 03:20: > Either it happens rarely, and always doing a realloc won't hurt > performance, or it happens often, and then you should be using a larger > buffer in the first place.. What if a size-elastic implementation of a dynamic data structure would be able to adjust to the malloc implementation, such as agreeing to allocate regions of size (2^k - 8)? Much like the use of getpagesize() (yes, I know it's not part of a technical standard).Received on Sun Dec 01 2013 - 02:05:02 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:40:44 UTC