Skip to content

Add native optimizations #52

@cirospaciari

Description

@cirospaciari

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.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions