amazon-ion / ion-schema-rust

Rust implementation of Ion Schema
https://amazon-ion.github.io/ion-schema/sandbox
Apache License 2.0
13 stars 6 forks source link

Cache for nullable annotated type references #101

Open desaikd opened 2 years ago

desaikd commented 2 years ago

It seems like we should be able to cache nullable annotated type references instead of parsing/building them each time they're referenced in the schema.

_Originally posted by @zslayton in https://github.com/amzn/ion-schema-rust/pull/100#discussion_r927856720_