dglazkov / polymath

MIT License
133 stars 9 forks source link

Host should load the libraries file once at boot #20

Closed jkomoros closed 1 year ago

jkomoros commented 1 year ago

Currently we load the library on every request, but we don't allow the library file to vary.

We should fetch the library once when the python file is executed and then use it for all requests. This will be a bit more efficient in the cases where multiple queries are issued to the same endpoint within a minute or two.

dglazkov commented 1 year ago

yes please!