nathanmarz / cascalog

Data processing on Hadoop without the hassle.
Other
1.38k stars 178 forks source link

Use FilterNull to enforce ?var filtering #283

Closed ipostelnik closed 9 years ago

ipostelnik commented 9 years ago

We spend a lot of CPU time enforcing non-null vars. This makes it a little faster.

sritchie commented 9 years ago

Looks great!