An open API service indexing awesome lists of open source software.

https://github.com/retroscepter/speedytree

Ultra-fast quadtree implementation in JavaScript for Deno.
https://github.com/retroscepter/speedytree

deno javascript quadtree

Last synced: over 1 year ago
JSON representation

Ultra-fast quadtree implementation in JavaScript for Deno.

Awesome Lists containing this project

README

          

# speedytree [![Deno CI](https://github.com/octavetoast/speedytree/actions/workflows/deno.yml/badge.svg)](https://github.com/octavetoast/speedytree/actions/workflows/deno.yml) [![Coverage Status](https://coveralls.io/repos/github/octavetoast/speedytree/badge.svg?branch=main)](https://coveralls.io/github/octavetoast/speedytree?branch=main)

A fast quadtree implementation in JavaScript for Deno.

## Usage

```JavaScript

import { QuadTree } from 'https://deno.land/x/speedytree@1.0.1/mod.ts'

/* TODO */

```

## [Documentation](https://doc.deno.land/https/deno.land/x/speedytree/mod.ts)

This module has first-class Deno support, documentation will always be available at [doc.deno.land](https://doc.deno.land/https/deno.land/x/speedytree/mod.ts).