Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 700 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 700 Bytes

snark: Scalable Nested ARray toolKit

Build Status

A distributed nested vector library for Scala.

What is a nested vector?

A good question.

The long answer lies here.

The short answer however, is that nested vectors are a data structure meant for data parallel computing. They can be used as equivalent to 1D or 2D arrays, but that just scratches the surface of their power.

Why should we use them?

For now, you'll have to be content with the link above. As time allows (and as I build functionality), more will appear here.