langfield / ki

version control for Anki collections
https://langfield.github.io/ki/
GNU Affero General Public License v3.0
70 stars 3 forks source link

Convert dataclasses to typed `NamedTuple`s #142

Closed langfield closed 7 months ago

langfield commented 1 year ago

Since @beartype supports this now on version 0.12.0, we'll be able to use tuple unpacking and everything will be a good deal faster.

langfield commented 7 months ago

Closing as unnecessary.