Sujay Jayakar

Results 5 comments of Sujay Jayakar

Ah, I think I probably just forgot to implement this logic... So, I think the idea was to have the `closer` coroutine maintain a reference to this channel and send...

The motivation for having this coroutine at all is that the per-socket coroutines can't have access to the `Peer`'s maps, so they can't clean up their own state directly.

+1, very impressed with this work!

I was planning on using index sorting for our [full text search](https://docs.convex.dev/text-search) at Convex to ensure that results are sorted in a deterministic order that's independent of how documents are...

> Index sorting is kinda a misnomer, the index is not sorted, but the segments. Right, I think that's my understanding -- for an index sorted by `intval`, ```rust let...