Skip to content
Snippets Groups Projects
Unverified Commit 17c860c0 authored by Michael Emiel Gevaert's avatar Michael Emiel Gevaert Committed by GitHub
Browse files

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.
parent 0fb3a8da
No related branches found
No related tags found
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment