You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue tracks the exploration and potential implementation of a performance optimization mentioned in a pull request review comment. The optimization involves considering a pool for memory allocation to reduce the cost, specifically in the context of the function() within the file.
Potential Benefits
Reduced memory allocation and deallocation overhead.
Improved performance for high-throughput scenarios.
Thanks for opening your first issue here! 🎉 Be sure to follow the issue template! If you need help or want to chat with us, join us on Discord https://gofiber.io/discord
This issue tracks the exploration and potential implementation of a performance optimization mentioned in a pull request review comment. The optimization involves considering a pool for memory allocation to reduce the cost, specifically in the context of the
function()
within thefile
.Potential Benefits
Context
Optimization Suggestions
Reuse Client through Pool: Consider reusing the client through a pool, preferably the normal client or the underlying fasthttp client.
Reuse Cookie Objects through Pool: Implement reusing cookie objects through a pool.
Address Cookie Problems: Solve problems with cookies by removing the reference and replacing it with a copy.
Additional Input (Contributor's Suggestion)
The following suggestion is provided by a contributor and should be considered for integration:
Action Items
Contributions and discussions are welcome to further refine and implement these optimizations for enhancing performance in the specified context.
The text was updated successfully, but these errors were encountered: