A simple gap buffer implementation for Nim
Samadi van Koten 2c4248d183 Implement the other half of splitLines | před 8 roky | |
---|---|---|
.gitignore | před 8 roky | |
README.md | před 8 roky | |
benchmark.nim | před 8 roky | |
example.nim | před 8 roky | |
gapbuffer.nim | před 8 roky | |
gapbuffer.nimble | před 8 roky |
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
.