connection cache: avoid Curl_hash_alloc()
... by using plain structs instead of pointers for the connection cache, we can avoid several dynamic allocations that weren't necessary.
Showing
- lib/conncache.c 11 additions, 27 deletionslib/conncache.c
- lib/conncache.h 2 additions, 2 deletionslib/conncache.h
- lib/connect.c 2 additions, 2 deletionslib/connect.c
- lib/multi.c 7 additions, 9 deletionslib/multi.c
- lib/multihandle.h 3 additions, 1 deletionlib/multihandle.h
- lib/url.c 1 addition, 1 deletionlib/url.c
Loading
Please register or sign in to comment