Skip to content

tor-netdoc: use InternCache to save memory for families and protover lists

Nick Mathewson requested to merge nickm/arti:intern-more into main

We found that this kind of optimization saved a lot of memory in Tor. In Arti the optimization is even easier, since we have generics and weak references.

Merge request reports