A simple gap buffer implementation for Nim
Samadi van Koten 2c4248d183 Implement the other half of splitLines | %!s(int64=8) %!d(string=hai) anos | |
---|---|---|
.gitignore | %!s(int64=8) %!d(string=hai) anos | |
README.md | %!s(int64=8) %!d(string=hai) anos | |
benchmark.nim | %!s(int64=8) %!d(string=hai) anos | |
example.nim | %!s(int64=8) %!d(string=hai) anos | |
gapbuffer.nim | %!s(int64=8) %!d(string=hai) anos | |
gapbuffer.nimble | %!s(int64=8) %!d(string=hai) anos |
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
.