Hello,
What are you trying to do with those booleans ?
Do you want to keep points that are far enough from any attractor ?
Or do you want to associate the closest attractor to each point ?
Cull Pattern would work with a list of 100 points and a Pattern made of a tree with 5 branches containing 100 booleans. You would get, for each attractor, the list of points that are further than your criteria - but there might be duplicates across branches.
Please clarify, and upload your GH file with internalized goemetry.