isi-vista / immutablecollections

A library for immutable collections, in the spirit of Guava's Immutable Collections.
MIT License
3 stars 1 forks source link

Drop use of frozendict as backing for ImmutableDict #32

Closed gabbard closed 5 years ago

gabbard commented 5 years ago

It only adds useless indirection.

gabbard commented 5 years ago

Do https://github.com/isi-vista/immutablecollections/issues/27 (for dictionaries) first

berquist commented 5 years ago

@rgabbard Is this only for ImmutableDict, or should it affect _freeze_list_multidict and _freeze_set_multidict as well?

gabbard commented 5 years ago

Those as well - they should switch to using ImmutableDict