Giter VIP home page Giter VIP logo

Comments (6)

valyala avatar valyala commented on July 25, 2024 3

FYI, I tried optimizing net/http before starting fasthttp. About 50% of memory allocations per request were shaved, but this didn't give significant performance gain. So I gave up and started fasthttp :)

from fasthttp.

hgfischer avatar hgfischer commented on July 25, 2024

👍 👍

from fasthttp.

sybrandy avatar sybrandy commented on July 25, 2024

Along the same lines, why does this not adhere to the same interface is net/http? Perhaps I misread the documentation, but at least ListenAndServe has a different interface.

from fasthttp.

abacaj avatar abacaj commented on July 25, 2024

I agree, seemed cumbersome to have to assign handlers. I would like it to follow more or less the net/http library like this https://gist.github.com/tristanwietsma/8444cf3cb5a1ac496203

from fasthttp.

trivita avatar trivita commented on July 25, 2024

@sybrandy true, deal breaker

from fasthttp.

valyala avatar valyala commented on July 25, 2024
  • net/http efficiency will never reach fasthttp due to API constraints and backwards compatibility requirements.
  • fasthttp cannot have API identical to net/http due to performance reasons.

See the FAQ for more information.

from fasthttp.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.