/Aaron Abramov

Rust: Dropping Heavy Things In Another Thread Can Make Your Code 10000 Times Faster tl;dr: "A significant chunk of time is usually spent not in doing any computations, but in dropping large data structures at the end of the function." Example and workaround is shown. 

featured in #184