Skip to content

Conversation

@BaldDemian
Copy link
Contributor

Rationale

Deserialization is a CPU-intensive task, so introducing async does not provide significant benefits. In addition, using async causes function contagion issues. Therefore, it is necessary to remove the async decode logic.

Detailed Changes

  • Remove decode_async interface
  • Change the back-end object pool dependency from deadpool to object-pool
  • Change benchmark logic accordingly

Test Plan

Manual test

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

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant