Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Why is fiber faster that gin or beego ? #2623

Open
ghost opened this issue Jan 27, 2021 · 3 comments
Open

Why is fiber faster that gin or beego ? #2623

ghost opened this issue Jan 27, 2021 · 3 comments

Comments

@ghost
Copy link

ghost commented Jan 27, 2021

Hi, i wanna ask why is fiber framework faster than gin or beego ? according to the info in this page: https://github.com/the-benchmarker/web-frameworks

Is it cuz the size of the framework ?

Will gin become as fast as fiber ?

Thank you for help and support.

@liov
Copy link

liov commented Feb 2, 2021

fiber use fasthttp

@ghost
Copy link
Author

ghost commented Feb 3, 2021

fiber use fasthttp

Any why does not gin use the same thing ?

@utamori
Copy link
Contributor

utamori commented Feb 5, 2021

As discussed in this issue, there seem to be a few problems
#498

echo also used fasthttp until v2, but removed that dependency from v3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants