IGJoshua / ropes

A high-performance implementation of the rope data structure for Clojure.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ropes

A rope is a data structure designed for efficient persistent inserts and deletes from very long sequences. This library provides an implementation of this data structure and the operations on it and which conforms to Clojure's collection types.

License

Copyright © 2021 Joshua Suskalo

Distributed under the Eclipse Public License version 1.0.

About

A high-performance implementation of the rope data structure for Clojure.

License:Eclipse Public License 1.0


Languages

Language:Clojure 100.0%