summaryrefslogtreecommitdiff
path: root/changes/ticket27225
AgeCommit message (Collapse)Author
2018-11-07Memoize summarize_protover_flags()Nick Mathewson
Our tests showed that this function is responsible for a huge number of our malloc/free() calls. It's a prime candidate for being memoized. Closes ticket 27225.