A simple gap buffer implementation for Nim
Samadi van Koten 2c4248d183 Implement the other half of splitLines | 8 роки тому | |
---|---|---|
.gitignore | 8 роки тому | |
README.md | 8 роки тому | |
benchmark.nim | 8 роки тому | |
example.nim | 8 роки тому | |
gapbuffer.nim | 8 роки тому | |
gapbuffer.nimble | 8 роки тому |
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
.