gapbuffer

Crates.iogapbuffer
lib.rsgapbuffer
version0.1.1
sourcesrc
created_at2015-02-27 04:56:32.09691
updated_at2015-12-15 00:03:39.936387
descriptionA gap buffer in Rust.
homepagehttps://github.com/dlaronson/gapbuffer
repositoryhttps://github.com/dlaronson/gapbuffer
max_upload_size
id1480
size13,551
srrrse (withoutboats)

documentation

README

#GapBuffer

This library implements a gapbuffer, a dynamic array in which the unused portion of the array is shifted on insertion & removal. This optimizes for insertions and removals which could occur at any point in the file but tend to occur in localized clusters.

It is currently implemented with a backing RingBuf.

Commit count: 37

cargo fmt