> This could save atleast a few allocations.

Thanks.

Could a (closure) iterator and streaming to file work? Just thinking loud.
    
    
    for i in uvArr:
      yield "<"
      yield $i.x
      yield ","
      yield $i.y
      yield ">"
    
    
    Run

Reply via email to