パッケージ: node-rbush (2.0.2-3)
node-rbush に関するリンク
Debian の資源:
node-rbush ソースパッケージをダウンロード:
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
High-performance 2D spatial index for rectangles
RBush is a high-performance JavaScript library for 2D spatial indexing of points and rectangles by Vladimir Agafonkin, based on an optimized R-tree data structure with bulk insertion support.
Spatial index is a special data structure for points and rectangles that allows you to perform queries like "all items within this bounding box" very efficiently (e.g. hundreds of times faster than looping over all items). It's most commonly used in maps and data visualizations.
Node.js is an event-based server-side JavaScript engine.
その他の node-rbush 関連パッケージ
|
|
|
|
-
- dep: node-quickselect (>= 1.0.1)
- JavaScript selection algorithm
-
- dep: nodejs
- evented I/O for V8 javascript - runtime executable