Hello Libor,
Thanks for sharing your optimizations. We particularly like your idea of having host items partially share their cached type information. This is definitely something we'll explore further.
By the way, if you're using V8 in a performance-critical application, we recommend using
Also, if you're comfortable sharing it, we'd love to hear more about your application, specifically the aspects that require large numbers of exposed objects.
Thanks again!
Thanks for sharing your optimizations. We particularly like your idea of having host items partially share their cached type information. This is definitely something we'll explore further.
By the way, if you're using V8 in a performance-critical application, we recommend using
V8ScriptEngineFlags.DisableGlobalMembers
if possible.Also, if you're comfortable sharing it, we'd love to hear more about your application, specifically the aspects that require large numbers of exposed objects.
Thanks again!