blackgear / mono_pac

A minimal proxy auto config file generator based on ip range.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

faster then https://github.com/yaleh/Flora_Pac

hnboy2005 opened this issue · comments

faster than https://github.com/yaleh/Flora_Pac ? just curious

Of course.

The PAC instance will be reuse instead of start new instance for every request. Yaleh's Flora_Pac will redefine ip range array every time but mono_pac do it once.

By the way, Yaleh's Flora_Pac(without blacklist or whitelist) is 7.2x larger than mono_pac and 13.1x larger than mono_pac with unicode compress.