forked from tinygrad/tinygrad
* Make UOp a normal class and use __slots__
* Use __slots__ in UPat
* Cache dtypes.{min,max}
* Use faster iterables in ops.py
* extend is a lot faster than nested listcomp
Co-authored-by: Roelof van Dijk <[email protected]>
---------
Co-authored-by: Roelof van Dijk <[email protected]>