Replace the PerfData dataclass with a named tuple.
- Works on Python 3.6. - The upsides of dataclass don't help in this case. - Is faster and uses less memory (although in this case it would hard to even measure the difference).
Loading
Please register or sign in to comment