You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @hey-red -
We have started using MimeTypesMap and have found Extension->MimeType is O(1) but MimeType->Extension is O(N). This is hurting us in high performance code.
Are you open to a PR that generates dictionaries for both?