|
|
|
|
|
by ccouzens
1507 days ago
|
|
I've got a Fastly compute@edge service.
My state is relatively small (less than a MB of JSON) and only changes every few hours. So I compile the state into the binary and deploy that. I can share a blog post about this if there is interest. It gives us very good performance (p95 under 1ms) as the function doesn't need to call an external service. |
|