hfour / yads

An array-like data structure with a monoidal cache
8 stars 4 forks source link

Monoid array v1 #6

Closed spion closed 5 years ago

spion commented 5 years ago

Implements the monoid array as well as foldToIndex. This is enough to implement caching for things like layout node heights, markers, search results etc.

spion commented 5 years ago

Needs tests for external friendly MonoidArray interface, as well as documentation rewrite to just use MArray instead of internals.