Re: Bash performance when declaring variables
I agree 100% with you here. I don't see the point of optimizing bash for unrealistic cases. -- Eduardo Bustamante https://dualbus.me/
Re: Bash performance when declaring variables
On 4/16/15 12:48 PM, Eduardo A. Bustamante López wrote: > On Thu, Apr 16, 2015 at 11:07:34AM -0400, Chet Ramey wrote: > [...] >> I knew that rang a bell somewhere. mt_hash is a function in the bash >> malloc library that keeps track of all allocations and deallocations in >> a table. It's part of