rajasekarv / vega

A new arguably faster implementation of Apache Spark from scratch in Rust
Apache License 2.0
2.23k stars 205 forks source link

Add number_of_splits as a shortcut to splits().len() #17

Closed gzsombor closed 4 years ago

gzsombor commented 4 years ago

to avoid building a possibly costly Vec, when only the length is relevant