-
-
Notifications
You must be signed in to change notification settings - Fork 67
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
feat: use cookie
module again
#194
Conversation
Previously, in PR fastify#152 we removed the `cookie` dep., since the repo was stale. The cookie module seems to be active again, and now actually the current implementation was outdated and lacking a performance fix from ~4 months ago.
It seems like our implementation is still slightly faster? |
Well I guess the perf difference is neglectable |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
I had to smirk about this: |
(I'm always trying to be positive about the future! 😄) |
I've put up another PR: jshttp/cookie#144 |
Previously, in PR #152 we removed the
cookie
dep., since the repo was stale.The cookie module seems to be active again, and now actually the current implementation was outdated and lacking a performance fix from ~4 months ago that drastically pushes perf.
Checklist
npm run test
andnpm run benchmark
-> (there is nobenchmark
script btw)and the Code of conduct