Giter VIP home page Giter VIP logo

Comments (6)

DennisOSRM avatar DennisOSRM commented on June 19, 2024 1

Yes. The calculations can be done independently. There are some bottle necks such that you won't get linear speed up with a growing number of processors but it should scale quite good. It is important to use the shared memory facility here, which the bindings do. No data (except the bit used locally for each query) will be doubled.

from node-osrm.

DennisOSRM avatar DennisOSRM commented on June 19, 2024

Sure. Pretty much the same like pure NodeJS

from node-osrm.

jpatel27b avatar jpatel27b commented on June 19, 2024

Are there any other types of queries we can do with node-osrm besides routing? For example, getting the nearest road point, and other calculations that have been covered by the APIs through OSRM itself?

from node-osrm.

clintharris avatar clintharris commented on June 19, 2024

@DennisOSRM To be clear, if you have two routing requests (via node bindings), resulting in two calls to OSRM, the routing calculations for both could be done simultaneously? Both calculations would run against the same route data that's been loaded to memory (i.e., it's not like you'd double the memory usage or something)?

from node-osrm.

springmeyer avatar springmeyer commented on June 19, 2024

added an example server in dc1add7 that shows how to create a single instance of osrm.Engine and then requests can share that instance.

from node-osrm.

clintharris avatar clintharris commented on June 19, 2024

awesome--thanks Dane!

from node-osrm.

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.