Skip to content

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

License

Notifications You must be signed in to change notification settings

alexandrepiveteau/elm-gap-buffer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

License

Stars

Watchers

Forks

Languages