Roland Lammel
Roland Lammel
> https://github.com/labstack/echo#benchmarks > > about v5 vs v4 or gin I guess you'd like to see updated benchmarks on the V5 branch There is some discussion going on about benchmarks...
Ok I have to admit I was interested too in numbers :) Forked to https://github.com/lammel/web-framework-benchmark to use current versions for Gin and Echo v4. Tested using `go1.19.3 linux/amd64` Benchmarks using...
Nice, but how does your package differ from the existing [github.com/brpaz/echozap](https://github.com/brpaz/echozap) just the line below yours?
For adding zap4echo I think having both for now seems ok, as zap4echo is more configurable. @aldas I'd prefer to move the whole third party middlewares seciotn from the README...
I think we should add a dedicated web-benchmark project that compares numbers with a selected list of other frameworks and generated the requires numbers and screenshots that can be used...
> Thanks for explaining your use case in more detail. > > This use case actually plays well into `tailspin`'s architecture, because it works on one line at a time....
> It's not Windows that handles it differently, it's the shell (cmd). In theory your non-windows logic in cursor.go should work perfectly when using bash on windows. Thanks for considering...