SkillAgentSearch skills...

Gapbuffer

GapBuffer data structure in Rust.

Install / Use

/learn @withoutboats/Gapbuffer
About this skill

Quality Score

0/100

Supported Platforms

Universal

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.

View on GitHub
GitHub Stars16
CategoryDevelopment
Updated2y ago
Forks4

Languages

Rust

Security Score

60/100

Audited on Jul 25, 2023

No findings