Re: [Rd] Recycling memory with a small free list

2015-02-19 Thread Karl Millar via R-devel
u won't be frequently requesting the same sized memory block. Those assumptions don't hold in R. On the other hand, I don't see much benefit to R having it's own logic for handling small allocations, as most malloc implementations handle those extremely efficiently. Karl On Thu, Fe

<    1   2