nirvantyagi / tracing

Rust implementation of message tracing for E2E encrypted messaging.
4 stars 0 forks source link

Tree traceback recursive function takes args by reference #2

Open nirvantyagi opened 5 years ago

nirvantyagi commented 5 years ago

The svr_build_tree helper recursive function takes the generator key by reference instead of consuming and taking ownership which would be more memory efficient.