X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=Documentation%2Ftechnical%2Fapi-string-list.txt;h=6d8c24bb1e68e86d70d4a68d02e3a4d5ccb94c2a;hb=f526d120f649ec4426b559e94e09655b5a4f2b87;hp=293bb15d206e71f57e906b33ca27ee05e3429521;hpb=8acd141bb5cd4155d849fbfb3b74eb509608cd15;p=git.git diff --git a/Documentation/technical/api-string-list.txt b/Documentation/technical/api-string-list.txt index 293bb15d2..6d8c24bb1 100644 --- a/Documentation/technical/api-string-list.txt +++ b/Documentation/technical/api-string-list.txt @@ -104,8 +104,12 @@ write `string_list_insert(...)->util = ...;`. `unsorted_string_list_has_string`:: It's like `string_list_has_string()` but for unsorted lists. + +`unsorted_string_list_lookup`:: + + It's like `string_list_lookup()` but for unsorted lists. + -This function needs to look through all items, as opposed to its +The above two functions need to look through all items, as opposed to their counterpart for sorted lists, which performs a binary search. Data structures