whitequark[cis] has joined ##bash-crimes
<
whitequark[cis]>
oh wow that's so cool
<
whitequark[cis]>
> ecma48/vt100/vt200/xterm... were all designed by insane people who hated me specifically
<
isabella>
i swear i have ptsd from reading the docs
<
isabella>
there's so much stuff about alternate character sets that's not been used by anyone in the past 20 years
<
Maja>
> did you know that accessing a random element in an array takes linear time?
<
Maja>
not if it's an associative array!
<
JAA>
Let me guess, it's worse for associative arrays?
<
isabella>
Associative arrays are chained hash maps
<
isabella>
So ultimately they suffer from the same issue
<
isabella>
I don't know if the number of buckets is now dynamic but it used to be fixed to 128