Comparing different methods for using an arbitrary object as a Map key, for a relatively small number of entries. Used to make decisions about how to cache WrappedEnum instances in ts-enum-util: https://github.com/UselessPickles/ts-enum-util
Comparing performance of:Polyfill Map by Object vs Native Map by Object vs Native Map by JSON vs Object by JSON vs Native WeakMap by Object