deno_std icon indicating copy to clipboard operation
deno_std copied to clipboard

[FR] spatial data-structures

Open lowlighter opened this issue 1 year ago • 0 comments

Std provides a few data structures, but currently none of them can be used for spatial partitioning. I've mostly used quadtrees and r-trees in the past, but there are lot more https://en.wikipedia.org/wiki/Spatial_database#Spatial_index

It'd be nice to have some of them implemented, so people can built upon to create maps, games, spatial search, etc.

lowlighter avatar Sep 20 '24 21:09 lowlighter