Re: Bash performance when declaring variables

2015-04-17 Thread Eduardo A . Bustamante López
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

2015-04-17 Thread Chet Ramey
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

Bash performance when declaring variables (was: Re: [Help-bash] make function local)

2015-04-16 Thread Eduardo A . Bustamante López
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 the debugging that is enabled when you build from > the devel