NamseEnt / namseent

Mono Repository for Namse Entertainment Ltd.
GNU Affero General Public License v3.0
13 stars 2 forks source link

Remove type_derives, use hash lru cache #895

Closed namse closed 4 months ago

namse commented 4 months ago

namui/skia doesn't use serde, and there is no benefit to use derive-macro. And also most of type support hash, so I changed using serde lru cache to hash cache.