Skip to content

netdir: Wrap HsDir an Arc<>

Nick Mathewson requested to merge nickm/arti:arc_hsdirs_in_netdir into main

This change reduces the cost of cloning a NetDir. It's fine since–although we replace the HsDir once–we never modify it once it exists.

Closes #883 (closed).

Merge request reports