Python SOP

node = hou.pwd()

geo = node.geometry()

newGeo = hou.Geometry()

for i in range(1,50000):

newGeo.merge(geo)

geo.merge(newGeo)