rtree

RTree is a Codable, On-Disk Swift implementation of an R*-Tree.


Codable

RTree is built on top of Apple’s Codable protocol. This allows for easy storage of JSON records, and any JSON can be stored in RTree. This allows for quick storage of data retrieved from the web, JSON files or your own custom structures within Swift.