[v8-users] JSON::Stringify and node16/v8 string length limits

2022-01-04 Thread 'philip....@airtable.com' via v8-users
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

[v8-users] Adding V8 as a GN dependency

2022-01-04 Thread Dan Farley
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 (