supabase / edge-runtime

A server based on Deno runtime, capable of running JavaScript, TypeScript, and WASM services.
MIT License
691 stars 62 forks source link

optimise gen function to use single memory allocation instead of 30+ currently #322

Closed AayushyaVajpayee closed 7 months ago

AayushyaVajpayee commented 7 months ago

Chore

Describe the chore

optimise gen function to use single memory allocation instead of 33 happening currently.

Additional context

since the changeset is small, i have created the pr already: https://github.com/supabase/edge-runtime/pull/321