Faster node sets (#256)
* it's common to have a deep structure of compound statements (ie: a whole hierarchy of regions), all checking the same attribute rather than `materializing` them separately, we group them, and materialize them all at once * Reduces a full brain hierarchy from 40 minutes to 6 seconds.
Please register or sign in to comment