GitXplorerGitXplorer
s

r-tree

public
12 stars
12 forks
0 issues

Commits

List of commits on branch master.
Unverified
1facd87a99b57fa88ab9d6cd908ef9d334d52533

Fixing visualizer's cabal file, dropping installation from CI

BBurningWitness committed a year ago
Unverified
c5d2f8474a54a6e1cdf06d3541e61b7ac0ab18f5

Overhaul, take two

BBurningWitness committed a year ago
Unverified
9f6ef773e531008435cab2474728d37f1f4bbcfb

Removing Github CI file

BBurningWitness committed 2 years ago
Unverified
443e648139a1585e4c8a2ea4e34a167ad01701c7

Boxing back MBRs, reverting implementation to NonEmpty lists, purging primitive

BBurningWitness committed 2 years ago
Unverified
63695d3857f98bab997fd48d3ca2c823c9a7d954

Expanding the benchmark

BBurningWitness committed 2 years ago
Unverified
ddb3c5ca03bc21207eff914c5f2afc786c5f54d1

Assigning nominal role to coordinate types

BBurningWitness committed 2 years ago

README

The README file for this repository.

r-tree Hackage

A Haskell library for R-trees and R*-trees.

[!NOTE]

R-trees are self-balancing and as such can only be spine-strict.

Featuring:

  • Data.R2Tree.*: two-dimensional R-tree with the R*-tree insertion algorithm.

    Double-based implementation is considered the default one; a Float-based variant is provided for cases where reduced precision is preferred, for example rendering.

Higher-dimensional R-trees are not currently provided, but should be trivial to add if needed.