sandboxie-plus / Sandboxie

Sandboxie Plus & Classic
https://Sandboxie-Plus.com
GNU General Public License v3.0
12.89k stars 1.44k forks source link

Add a cache for the configuration. #3962

Open love-code-yeyixiao opened 1 month ago

love-code-yeyixiao commented 1 month ago

Is your feature request related to a problem or use case?

We all know that SBIEDLL frequently calls the SbieApi_QueryConf family of functions,one such query won't take long, but what if you do it in many repetitive functions?

Describe the solution you'd like

It is not realistic to refactor all such queries, but we can modify the SBIEAPI,for example, we can save time by storing the read configuration as key-value pairs inside the SBIEDLL without having to specifically communicate with the service.

Describe alternatives you've considered

It can be provided as an optional option.