-
- Downloads
Faster circuit_get_by_rend_token_and_purpose()
On busy servers, this function takes up something like 3-7% in different profiles, and gets invoked every time we need to participate as the midpoint in a hidden service. So maybe walking through a linked list of all the circuits here wasn't a good idea.
Showing
- changes/bug9841 7 additions, 0 deletionschanges/bug9841
- src/or/circuitlist.c 133 additions, 15 deletionssrc/or/circuitlist.c
- src/or/circuitlist.h 2 additions, 0 deletionssrc/or/circuitlist.h
- src/or/or.h 21 additions, 13 deletionssrc/or/or.h
- src/or/rendmid.c 3 additions, 3 deletionssrc/or/rendmid.c
Loading
Please register or sign in to comment