Skip to content

issues Search Results · repo:mourner/flatbush language:JavaScript

Filter by

32 results
 (96 ms)

32 results

inmourner/flatbush (press backspace or delete to remove)

If I understand the code correctly, the leaves belonging to a node are a continous array segment. This should allow for some improvements if the query box covers most of the data.
enhancement
  • muendlein
  • 1
  • Opened 
    23 days ago
  • #60

Upgrading TypeScript and then running npm test produces the following errors: index.js:88:47 - error TS2554: Expected 0-1 arguments, but got 3. 88 this._boxes = new ArrayType(data, byteOffset ...
help wanted
  • mourner
  • 7
  • Opened 
    on Jan 8
  • #58

hi @mourner — i think there may be some utility in having a function similar to search but is more efficient for the use case of when we want to simply check if at least 1 result exists such that the first ...
enhancement
  • mzrzvi
  • 2
  • Opened 
    on Mar 21, 2024
  • #56

👋 In kylebarron/geo-index I created a new Rust port of Flatbush and Kdbush. This is different from all previous ports I ve seen in that a requirement is maintaining FFI compatibility with your reference ...
enhancement
  • kylebarron
  • 3
  • Opened 
    on Jan 18, 2024
  • #54

Hi there, thanks for the great lib! I m using it to do cursor-over detection, where naturally a lot of boxes are nested within each other. Now when I retrieve the next neighbor for any given position ...
question
  • Gregoor
  • 3
  • Opened 
    on Aug 5, 2023
  • #53

https://github.com/chusitoo/flatbush This new impl has tests and supports the V3 construction mechanism
  • logankaser
  • 1
  • Opened 
    on Jul 30, 2023
  • #51

Hi @mourner, I hope you are well! Upgrading to the latest flatbush version from 3.3.0 produced a regression in .neighbors() when k = Infinity, resulting in an out of memory error: const Flatbush = require( ...
bug
  • danburzo
  • 6
  • Opened 
    on May 31, 2023
  • #50

hey @mourner i m currently reading back bounding box coords to render a hover rect over the matched index, it looks something like below bound to mousemove. this works well enough for my-sized datasets. ...
question
  • leeoniya
  • 1
  • Opened 
    on Aug 30, 2022
  • #45

hi @mourner, i was wondering if it is possible to resize the index before calling finish()? looking at the code, i think it s possible. my situation is that i have 100k objects (stored as flat arrays ...
enhancement
  • leeoniya
  • 1
  • Opened 
    on Aug 30, 2022
  • #43

Flatbush is often used to index points, i.e., zero-width rectangles. How do you feel about changing the signature of add to add(minX, minY, maxX = minX, maxY = minY) as a minor DX improvement for point ...
enhancement
  • mootari
  • 4
  • Opened 
    on Apr 28, 2022
  • #42
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.