[HN Gopher] Gnet is the fastest networking framework in Go
       ___________________________________________________________________
        
       Gnet is the fastest networking framework in Go
        
       Author : mfru
       Score  : 11 points
       Date   : 2024-03-14 19:14 UTC (3 hours ago)
        
 (HTM) web link (gnet.host)
 (TXT) w3m dump (gnet.host)
        
       | tutfbhuf wrote:
       | People in the Go community often respond with "use net/http for
       | building web apps", the standard library is good enough and has
       | better support in the long run. This is good advice in most
       | cases. However, if you are using Go for API building and
       | explicitly want to squeeze out every little bit of performance,
       | then there are much faster libraries available than the standard
       | net/http. Gnet is one such example.
        
       | tazu wrote:
       | Is there an HTTP server library built on top of this? I'm getting
       | tired of Fiber/FastHTTP.
        
         | tutfbhuf wrote:
         | What are your current issues with Fiber/FastHTTP?
        
       | Akronymus wrote:
       | And what are the downsides? Hard to maintain code? Having to
       | deeply integrate the code to get the advertised performance?
       | 
       | Also: "Multiple Porotocols"
       | 
       | Oh, there it is on the github: "Note that the HTTP implementation
       | of gnet on TechEmpower is half-baked and fine-tuned for benchmark
       | purposes only and far from production-ready."
        
       ___________________________________________________________________
       (page generated 2024-03-14 23:00 UTC)