Fasthttp: [Question] Tips on better performance

Created on 15 Oct 2017  路  5Comments  路  Source: valyala/fasthttp

I appreciate your library, and it has helped me out a lot.
What are some tips that you have to improve the performance of my own golang library?

question

Most helpful comment

@kirillDanshin Why answer only this old question and not one of the many new ones or many pull requests? I wish I was a collaborator so I could clean everything up :(

All 5 comments

@imgurbot12 just avoid unnecessary memory copy and don't do anything that you can do later when it will be requested. basically, this rules works well with any software written in any language :)
also, see README.md for more tips and tricks

@kirillDanshin Why answer only this old question and not one of the many new ones or many pull requests? I wish I was a collaborator so I could clean everything up :(

@erikdubbelboer sorry, I just starting maintenance of the project.
glad to see you want to help us :)
please, feel free to send us a PR with your changes so we can test it properly and keep any license-related questions clean.

@kirillDanshin since this repo is no longer maintained I have been maintaining a version with the help of everyone else here: https://github.com/erikdubbelboer/fasthttp. As you can see it's already 57 commits ahead with many important bug fixes and improvements.

@erikdubbelboer I know about your fork, but I can't use any of your and your fork contributors' commits without your written permission and/or PR, so I asking you to create such PR 馃檪

Was this page helpful?
0 / 5 - 0 ratings

Related issues

vearutop picture vearutop  路  3Comments

shkreios picture shkreios  路  3Comments

jeremyjpj0916 picture jeremyjpj0916  路  5Comments

AnikHasibul picture AnikHasibul  路  3Comments

danilobuiatti picture danilobuiatti  路  3Comments