A simple gap buffer implementation for Nim
Samadi van Koten 2c4248d183 Implement the other half of splitLines | il y a 8 ans | |
---|---|---|
.gitignore | il y a 8 ans | |
README.md | il y a 8 ans | |
benchmark.nim | il y a 8 ans | |
example.nim | il y a 8 ans | |
gapbuffer.nim | il y a 8 ans | |
gapbuffer.nimble | il y a 8 ans |
This library implements a simple gap buffer for Nim. I won't claim it's fast, but it should be good enough for most uses.
If you're interested in exactly how fast this library is, take a look at
benchmark.nim
and run nim c -r benchmark.nim
.