Crell / enum-comparison

A comparison of enumerations and similar features in different languages
82 stars 7 forks source link

Enums as keys #32

Closed iluuu1994 closed 3 years ago

iluuu1994 commented 3 years ago

This should be added to future scope.

Crell commented 3 years ago

Is there a need beyond what WeakMap covers?

iluuu1994 commented 3 years ago

Yeah for sure. Weak maps memory management is different (if you only track the objects in the map they'll be deallocated) and it can't be serialized.

Crell commented 3 years ago

Eh, not convinced, but added to future scope to keep others from asking the same question. :smile:

iluuu1994 commented 3 years ago

Cool :+1: