mirror of
https://github.com/curl/curl.git
synced 2026-08-05 06:46:13 +03:00
tool: Generate easysrc with last cache linked-list
Using a last cache linked-list improves the performance of easysrc generation. Bug: https://github.com/bagder/curl/issues/444 Ref: https://github.com/bagder/curl/issues/429 Closes #452
This commit is contained in:
parent
e77b5b7453
commit
19cb0c4a88
6 changed files with 183 additions and 36 deletions
|
|
@ -23,6 +23,7 @@ CURLX_HFILES = \
|
|||
../lib/warnless.h
|
||||
|
||||
CURL_CFILES = \
|
||||
slist_wc.c \
|
||||
tool_binmode.c \
|
||||
tool_bname.c \
|
||||
tool_cb_dbg.c \
|
||||
|
|
@ -64,6 +65,7 @@ CURL_CFILES = \
|
|||
tool_xattr.c
|
||||
|
||||
CURL_HFILES = \
|
||||
slist_wc.h \
|
||||
tool_binmode.h \
|
||||
tool_bname.h \
|
||||
tool_cb_dbg.h \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue