Giter VIP home page Giter VIP logo

Comments (2)

springmeyer avatar springmeyer commented on August 19, 2024

@mapsam - I would be very interested, once the basic implementation is working, for you to benchmark rough performance against node-mapnik's vtile.query.

The reason is that the results I think should help guide level of effort and potentially what related pushes we invest in.

For example if the speed is similar, then I'd be concerned that closest_point is expensive (we'd of course confirm with profiling) and we'll then want to prioritize investment in trying contains, within, or covers instead per #13 (comment) (when radius=0). Or potentially looking at what is slow inside closest_point and trying to optimize it.

If the speed is faster, then that would be exciting since we'd then know we have room to do more while keeping the current API latency similar: like querying more surrounding tiles to support larger radius values without needing to jump to parent tiles (that might not contain all the features).

Note: Since node-mapnik only takes one tile, we'd stick to one tile for 🍏 to 🍏.

from vtquery.

mapsam avatar mapsam commented on August 19, 2024

Benchmarks have been set up and are now helping us make decisions when profiling and making updates!

They can be run like so:

node bench/vtquery.bench.js --iterations=1000 --concurrency=1

from vtquery.

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.