Code Monkey home page Code Monkey logo

Comments (4)

leafo avatar leafo commented on May 28, 2024

I actually haven't done any real performance benchmarking yet. I think the numbers you got are pretty reasonable for a starting point. I made a couple optimizations in terms of lazy loading information but I think there's still a lot of room for improvement.

from lapis.

pygy avatar pygy commented on May 28, 2024

I'm not very familiar with Openresty (still learning), but wouldn't using nginx for routing speed things up?

Have lapis server load web.lua, with a dummy lapis.serve method, that extracts the paths, and writes them in nginx.conf.compiled. Something like

        location /foo {
            default_type text/html;
            content_by_lua "handlers['foo'](uri_parser['foo'](uri))";
        }

You'd load Lapis with init_by_lua_file, to register the handlers.

from lapis.

killercup avatar killercup commented on May 28, 2024

Hi, I saw you mentioned the TechEmpower framework benchmark on lapis' homepage, but I haven't seen any of it done with lapis, only with OpenResty.

So I just wrote the first three test. It's doing quite well, I get a few thousand req/s for the first two and about 200-1300 for the third on my rather slow dev machine. (Nevertheless, OpenResty is easily 3x as fast for the "hello world" JSON benchmark, since it seems to have far less overhead.)

You can find the code here. Fork it if you'd like to extend or fix it; it's essentially your code anyway. :)

I'd be happy to see lapis in the next round of framework benchmarks, especially if it also had implementations for the other ORM tests.

from lapis.

leafo avatar leafo commented on May 28, 2024

Closing old discussion

from lapis.

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.