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
Add TODOs with notes for optimization and commented out logging code.
To evaluate the logs this produces:
grep -Eo or-match.* ~/Freenet/logs/freenet-latest.log | \
sort | uniq -c | sort -h \
> misordered-MessageFilter-or-matches.log
cat misordered-MessageFilter-or-matches.log
this produces a list of MessageFilters with the frequency for pairs
where the first is the one that did not match and the second is the
filter that did match.
0 commit comments