Skip to content

Profile relay lookup #28

@elementbound

Description

@elementbound

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

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions