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

Update the version of serde_closure used #28

Closed alecmocatta closed 4 years ago

alecmocatta commented 4 years ago

The new version doesn't require the explicit listing of captured variables, or the explicit dereference of captured variables in FnMut! and Fn! closures.

rajasekarv commented 4 years ago

Looks pretty good. Thanks @alecmocatta