Skip to content

Releases: chewxy/skiprope

Version 1.0.0

18 Oct 13:25
Compare
Choose a tag to compare

This is version 1.0.0 of skiprope. It provides a rope-like data structure that searches using a skiplist, while using minimal dependencies (only stdlib for the library proper, and testify/assert for testing).