samuelneff / MimeTypeMap

Provides a huge dictionary of file extensions to mime types.
MIT License
625 stars 201 forks source link

Used separate dictionaries for each mapping #33

Closed NathanJPhillips closed 8 years ago

NathanJPhillips commented 8 years ago

Used separate dictionaries for each mapping, this improves performance, reduces initialisation when only mapping from extensions and is a more rational data model.

samuelneff commented 8 years ago

Thanks for your interest and contribution. This is a big change that I'm not prepared to merge without sufficient justification.