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?
@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 馃檪
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 :(