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

Optimize Request Serializer #68

@plwai

Description

@plwai

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementEnchancement for current feature

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions