> Object hashes currently come with a performance penalty. That's why they are > currently not the default.
Thanks, that makes sense. On 4/6/20, Elizabeth Mattijsen <l...@dijkmat.nl> wrote: >> On 6 Apr 2020, at 07:19, Joseph Brenner <doom...@gmail.com> wrote: >>> If you want a Hash which allows any >> kind of object as key, you have to declare it such: >> >>> my $obj = Rutabaga.new; >>> my %vegeout{Any}; # <-- see: >>> https://docs.raku.org/language/hashmap#Non-string_keys_(object_hash) >> >> That's an interesting detail, I didn't get that that behavior wasn't >> the default. > > Object hashes currently come with a performance penalty. That's why they > are currently not the default.