sideshow / apns2

⚡ HTTP/2 Apple Push Notification Service (APNs) push provider for Go — Send push notifications to iOS, tvOS, Safari and OSX apps, using the APNs HTTP/2 protocol.
MIT License
2.94k stars 333 forks source link

Perf to be faster #215

Open kperreau opened 1 year ago

kperreau commented 1 year ago

Hello, don't know if you already know it but there is a faster implementation of net/http called fasthttp and i wonder if there is any plan to release with this package.

Fasthttp (10x faster than net/http): https://github.com/valyala/fasthttp#http-client-comparison-with-nethttp

Fasthttp with http2 (4x faster): https://github.com/dgrr/http2

Thanks!

ColeTownsend commented 8 months ago

@kperreau did you end up doing anything with fasthttp?