|
|
|
|
|
by mreithub
3414 days ago
|
|
Has anyone of you experience with the fasthttp Go library[0]? Does it keep its promise in terms of speed? (I assume real world code would spend much more time in actual business logic than their examples/benchmarks so I guess there wouldn't be as much a difference as they claim, but the idea of zero allocations intrigues me) [0]: https://github.com/valyala/fasthttp |
|
If that is given, yes, it's faster.