In transitioning from Node12 to Node16 we found that v8's string left limit
went down to 512MB. We have a few places in our existing code base where we
JSON.stringify() objects that serialize to hundreds of megabytes, and we're
looking at alternatives.
Have folks in this forum worked through si
Hopefully this isn't off topic since it's more about GN than V8, but
figured y'all might have some ideas.
We're using GN as our build system for a project which embeds V8. Right now
have the V8 repo living under our project's repo at /depot/vendor/v8. We
build the V8 static library separately (