Skip to content
This repository has been archived by the owner on Oct 29, 2021. It is now read-only.

Optimize Request Serializer #68

Open
plwai opened this issue Jun 7, 2020 · 0 comments
Open

Optimize Request Serializer #68

plwai opened this issue Jun 7, 2020 · 0 comments
Labels
enhancement Enchancement for current feature

Comments

@plwai
Copy link
Member

plwai commented Jun 7, 2020

Problem

The current serializer for context.param, context.form, context.json and context.query_params performance is bad.

Possible root cause

There are too many clone and loops in the context.parse_queries function. Optimize the algorithm there should solve this problem.

@plwai plwai added the enhancement Enchancement for current feature label Jun 7, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement Enchancement for current feature
Projects
None yet
Development

No branches or pull requests

1 participant