convex icon indicating copy to clipboard operation
convex copied to clipboard

Lazily decoded Refs

Open mikera opened this issue 4 years ago • 0 comments

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?

mikera avatar Sep 23 '21 10:09 mikera