opengb
opengb copied to clipboard
Allow creating isolated pool for each request with global runtime in CF Workers
Motivation
CF workers requires an isolated pool for every request. In order to achieve this, we currently create a new runtime for every request. We can speed up requests by creating a new runtime once and reusing it.