We use PAC file to automaticly select proxys, and it is very often for us to store a big table (whitelist or blacklist) in the PAC file.
I'm wondering, how the PAC file is used, and is it possible to preprocess the big table once and keep the processed data structure reused for every following query.
I have read the doc from mozilla but it tells nothing about my question.
And I have also read some articles about best practice of PAC, and it tells to "Keep the file as small and efficient as possible", but how can we keep the PAC file small when we indeed need a big table?