forked from foxssake/natty
-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Labels
enhancementNew feature or requestNew feature or request
Milestone
Description
Background
For each packet, Noray has to look up the relay associated with the sender AND the target. Both of these are done with a simple Array.find, which loops all the relays. This is a hot path and we want to make sure it's performant.
Done criteria
- Performance test is created for relaying performance / bandwidth
- Optimize hot path if needed
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request