Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Contribute optimizations to the python-mimeparse project #1183

Closed
3 tasks
kgriffs opened this issue Dec 20, 2017 · 2 comments
Closed
3 tasks

Contribute optimizations to the python-mimeparse project #1183

kgriffs opened this issue Dec 20, 2017 · 2 comments

Comments

@kgriffs
Copy link
Member

kgriffs commented Dec 20, 2017

Optimizations may include:

  • Cython support (simply compiling and/or *.pyx modules)
  • Algorithms
  • Micro-optimizations

Also consider simply implementing our own media type parsing and removing this dependency, or creating our own standalone project under falconry/*

@kgriffs kgriffs added this to the Version 2.0 milestone Dec 20, 2017
@kgriffs kgriffs modified the milestones: Version 2.0, Version 2.1 May 13, 2018
@foresmac
Copy link

Doesn't look like this project has had any updates since 2016, and it's not a complicated library. But how often does one run into q values in an Accept header? Does falcon even really need what this ostensibly does? Couldn't we just pick the first match from Accept that falcon is configured to support? Honestly, I've only encountered a few APIs that support more than one serialization format.

@vytas7
Copy link
Member

vytas7 commented Dec 20, 2021

Now that python-mimeparse has been moved to Falconry, closing this issue in favour of falconry/python-mimeparse#45.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants