Skip to content

rpcserver: Use slotmap-careful instead of generational-arena.

Nick Mathewson requested to merge nickm/arti:rpc-use-slotmap into main

Unlike generational-arena, slotmap is maintained.

Unlike slotmap, slotmap-careful should never be able to reuse the same key for two different objects.

Closes #1282 (closed).

Merge request reports

Loading