Skip to content
/ ropes Public

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

License

Notifications You must be signed in to change notification settings

IGJoshua/ropes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published