Skip to content
  • Tiago Peixoto's avatar
    · 8e962092
    Tiago Peixoto authored
    Simplify range filtering, and definitely remove python filtering
        
    Simplify range filtering of vertices and edges, by always filtering
    both at once, even if all vertices or edges are being considered. This
    severely reduces compilation time and memory, at a small potential
    cost in run-time speed, which will probably be overshadowed by other
    things, such as dynamic_map look-ups ("premature optimization is the
    root of all evil"). Also, remove python-filtering, since, in the end,
    it is just code bloat, since it is quite slow for most uses and can be
    replaced, generally, by python property editing + range filtering.
    8e962092