<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-proto/src/circuit/streammap, branch arti-v1.2.4</title>
<subtitle>mirror of https://gitlab.torproject.org/tpo/core/arti
</subtitle>
<id>http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.2.4</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.2.4'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2024-04-02T18:20:07Z</updated>
<entry>
<title>counted_map: Use educe(Default).</title>
<updated>2024-04-02T18:20:07Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2024-04-02T18:20:07Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=647281ab09ba30f467f6906fc3550e435df9de67'/>
<id>urn:sha1:647281ab09ba30f467f6906fc3550e435df9de67</id>
<content type='text'>
</content>
</entry>
<entry>
<title>counted_map: Use PhantomData&lt;fn(P)-&gt;P&gt;</title>
<updated>2024-04-02T18:17:44Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2024-04-02T18:17:44Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=2b97222cc053510ad753b73ec6b686fa0627a556'/>
<id>urn:sha1:2b97222cc053510ad753b73ec6b686fa0627a556</id>
<content type='text'>
This is always Send+Sync, and invariant with P.
</content>
</entry>
<entry>
<title>counted_map: Add some notes about correctness; downgrade unsafes</title>
<updated>2024-04-02T18:16:54Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2024-04-02T18:14:21Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=1043fc123b32313557af45d85e8149fc406f1233'/>
<id>urn:sha1:1043fc123b32313557af45d85e8149fc406f1233</id>
<content type='text'>
(We're letting the "unchecked" suffix of this function be enough
to indicate that it's risky to use.)
</content>
</entry>
<entry>
<title>streammap: Use an internal counted_hashmap to simplify invariant checking</title>
<updated>2024-03-28T14:49:30Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2024-03-26T18:07:29Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=ed67e615fd928f503d13772e37b809955d568ffd'/>
<id>urn:sha1:ed67e615fd928f503d13772e37b809955d568ffd</id>
<content type='text'>
Instead of making `streammap.rs` responsible for keeping track of a
count field, this lowers that functionality into a lower-level
CountedHashMap type.  Said type has a little more functionality than
we need, to sketch out how we'd want to develop it moving forward if
we find that it's useful elsewhere.

Closes #1344.
</content>
</entry>
</feed>
