Crate hadean_std [] [src]

Hadean's standard library of scalable distributed primitives.

Modules

dataframe

A scalable distributed dataframe datastructure.

graph

A scalable distributed graph datastructure.

list

A scalable distributed list datastructure.

pinnedvec

A vector that is "pinned" in memory, i.e. it is never reallocated. Thus it must be given a capacity on instantiation that will not change for its duration. push and other functions that increase the length fail if capacity is reached, and thus return a Result.