You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
so what if would be lets say ./mkp224o -f filterProg would run basically filterProg "$DOMAIN" we could do more interesting things like checking the URL for anything in a filter at any point in the url, not just the start
The text was updated successfully, but these errors were encountered:
another idea would be to spawn filterProg as a sub-process and just feed it information throught a ENV var (like what thread it is) and pass Urls through STDIN
anything else than shared memory based feeding would be too slow to be worth it imo, and at that point you'd need to use this thru specialized interface, and would end up losing some speed in the hot loop anyway due to cache area loss.
i think just modifying mkp224o would be simpler instead of doing that.
so what if would be lets say
./mkp224o -f filterProg
would run basicallyfilterProg "$DOMAIN"
we could do more interesting things like checking the URL for anything in a filter at any point in the url, not just the startThe text was updated successfully, but these errors were encountered: