A simple gap buffer implementation for Nim

Samadi van Koten 2c4248d183 Implement the other half of splitLines hace 7 años
.gitignore 043ff935cc Add benchmarking program hace 7 años
README.md 0eee9bf906 Add simple README hace 7 años
benchmark.nim af15adddc8 Add some iterators including items and splitLines hace 7 años
example.nim 2c4248d183 Implement the other half of splitLines hace 7 años
gapbuffer.nim 2c4248d183 Implement the other half of splitLines hace 7 años
gapbuffer.nimble 51c30df78a Update .nimble file to only install necessary files hace 7 años

README.md

Gap Buffers for Nim

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.