BaldDemian opened a new pull request, #1631:
URL: https://github.com/apache/horaedb/pull/1631

   ## 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
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to