alexandrepiveteau / elm-gap-buffer

An array-based gap buffer implementation, based on the Array data structure from elm/core.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

elm-gap-buffer

elm-package elm-test

An array-based gap buffer implementation, based on the Array data structure from elm/core.

This library tries to implement gap buffer operations in amortized constant time in practice. The backing Array of the gap buffer doesn't shrink when items are deleted.

About

An array-based gap buffer implementation, based on the Array data structure from elm/core.

License:MIT License


Languages

Language:Elm 100.0%