Crate granite_reckoner

Crate granite_reckoner 

Source
Expand description

§Granite Reckoner

granite_reckoner is a simple calculator enabling basic aggregations on Vec in the specified number of threads. Works for all Rust’s built-in numeric types. Returns “None” for overflows and non-comparable data. As for the primitives, the error propagates accordingly for high multiplicities.

Modules§

constants

Structs§

Column
Data wrapper populated with values.
EmptyColumn
Data wrapper without any data yet.