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

Add native optimizations #52

Open
9 tasks
cirospaciari opened this issue Dec 18, 2022 · 0 comments
Open
9 tasks

Add native optimizations #52

cirospaciari opened this issue Dec 18, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@cirospaciari
Copy link
Owner

cirospaciari commented Dec 18, 2022

These methods need native optimizations:

  • App#get_headers
  • App#get_queries
  • App#get_parameters
  • App#preserve
  • App#cork_end
  • WebSocket#cork_send
  • App#send (end + content-type + status + other headers + cork)
  • static file serving needs to be all In native (C++) without touching python at all.
  • sendfile must be all native too.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant