Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: Empty element elision and associative arrays (was Re: Slurping a file)



On Thu, Jan 18, 2024 at 3:08 PM Ray Andrews <rayandrews@xxxxxxxxxxx> wrote:
>
> How hard would it be to get the first hash 'right'?

That's not how hash tables work.  Ignoring some details, the position
of an element in the table is mathematically computed (hence "hash")
from that specific element, without reference to other elements that
may already be there or be added later.




Messages sorted by: Reverse Date, Date, Thread, Author