Volodymyr Agafonkin

Results 71 issues of Volodymyr Agafonkin

I was banging my head around this issue for quite a while. If you serve some `/folder` with beefy (which has an index.html) and load it as `localhost:9966/folder`, the asset...

@jasondavies thanks for the awesome module, its performance is mind-blowing! Still scratching my head over the following issue though: In most algorithms, you don't just sort a set of numbers...

There have been **a lot** of great community additions recently, but for better balance and focus, I think we should consider removing some terms too. There might be some in...

question

- ~~Eliminate recursion in edge flipping to improve performance~~ https://github.com/mapbox/delaunator/pull/35 - [x] Return an ordered set of points if they are collinear https://github.com/mapbox/delaunator/pull/47 β€” done in #17 - [ ]...

enhancement

Currently `delaunator` only works with `f64`. I need to learn how Rust generics and numeric traits work to enable using the library with [other numeric types](https://doc.rust-lang.org/book/first-edition/primitive-types.html#numeric-types).

enhancement

I wonder if it's possible to use twice less memory specifically for point data, where we know that `maxX` and `maxY` duplicate `minX` and `minY`. This could look like an...

enhancement

KDBush already has a `range` method, but `geokdbush` should have a wrapper around it that handles the date line wrapping.

enhancement

This is more of a discussion suggestion than a request. Polygon clipping and boolean operations is an incredibly important task in computational geometry, and it can be valuable in applications...

Capturing an idea of a potential performance improvement: currently we use a fixed hash table size for the hull β€” `sqrt(n)`. This generally works very well, but can be too...

enhancement

On certain alternate projections + low zoom combinations, map constraints are not accurate. For example, on this view of Albers, you can't pan the map down to see southern part...

bug :lady_beetle: