Ziya ÖZÇELİK
Ziya ÖZÇELİK
Hi @cideM, Is it the right approach to create a new object on every request? I'm talking about a service that receives millions of requests
@cideM You're right. Thank you for your suggestion. I'll share the performance benchmark as soon as possible.
@cideM Imagine you have a middleware structure like the one below. You're adding to context **RequestPath** value. ```go app.Use(func(c *fiber.Ctx) error { path := c.Path() if len(c.Request().URI().QueryString()) > 0 {...
@cideM You're right, I'm using reflection. But Reflection is also used in methods such as `Infow` and `Debugw`. I am not doing anything that will create an extra cost. Please...
Hi, I did benchmark tests for many options. I hope the following comparison is useful for you. | Operation | Time | Objects Allocated | | -------------------------------------- | ---------- |...