14 skills found
btwael / SuperStringA fast and memory-optimized string library for C++
FlatlinerDOA / RopeC# implementation of a Rope<T> immutable data structure.
josephg / Editing TracesReal world text editing traces for benchmarking CRDT and Rope data structures
abdoutech19 / Hangman GameA responsive hangman game built with vanilla javascript, html, and css. Animated with GSAP and canvas animations.
AhoyISki / AnyRopeA special rope, designed to work with any data type that is not String
chewxy / Skipropepackage skiprope is a rope-like data structure built on top of skiplists
linkdotnet / StringOperationsImplementation of some known string algorithmn and data structures like: Rope, Trie, Knuth Morris Pratt, Boyer Moore, Levenshtein
ivanbgd / Rope Data Structure CA C implementation of a data structure that can store a string and efficiently cut a part (a substring) of this string and insert it in a different position
dignipy / DignipyVarious data structure implementations in Python
kazuho / Picostringsimple rope impl. using std::string
baryluk / CordsCord (rope) implementation for D programming language, with rich high performance string processing library
ruimaciel / MropesM's ropes library: a rope data structure library implemented in C
fweez / SwiftRopeAn implementation of the Rope data structure, conforming to some Sequence & Collection protocols
linkdotnet / Ts StringoperationsImplementation of some known string algorithmn and data structures like: Rope, Trie, Knuth Morris Pratt, Boyer Moore, Levenshtein