Pergunta de entrevista da empresa Vim

About loading and reloading resources in each request.

Resposta da entrevista

Sigiloso

27 de nov. de 2023

Loading and reloading resources in each request can have performance implications and may not be the most efficient approach, depending on the context. Generally, resources such as configuration files or static data should be loaded once during the application's initialization and then reused for subsequent requests. This is to avoid unnecessary overhead associated with reloading resources on every request. Caching, Concurrency, Performance, File Watching