Quantcast
Channel: sequence – It's Actors All The Way Down
Viewing all articles
Browse latest Browse all 8

Finger Tree: A Functional Value Object

$
0
0
A Finger Tree is a data-structure that supports amortized O(1) additional and removal of elements from either end [1]. It also can support a large number of common sequence operations, including concatenation, very efficiently. Our implementation is based on the Hinze-Paterson structure [2], simplified for use as a Deque. It is possible to implement a […]

Viewing all articles
Browse latest Browse all 8

Trending Articles