convex
convex copied to clipboard
Lazily decoded Refs
When decoding a Cell, it may make sense to decode embedded child cells lazily. This would involve:
- Keeping a pointer into the encoding of the parent
- Only performing decoding when Cell is explicitly requested
Main possible downside is making some Ref call sites megamorphic?