Introduce sorted keyid array functions and use in DB4.
authorJonathan McDowell <noodles@earth.li>
Sun, 17 Oct 2004 22:15:37 +0000 (22:15 +0000)
committerJonathan McDowell <noodles@earth.li>
Sun, 17 Oct 2004 22:15:37 +0000 (22:15 +0000)
commitbe024aa68a513a2a85a7cddb28de4664b0b96144
tree527d8ae43414e9dd97a8d4cbd38c0c93e48edeb7
parent17623ae905ff751306ed51a30fd0ee97ffd00d01
Introduce sorted keyid array functions and use in DB4.
Adds functions to keep a sorted array of keyids (aiding searching speed).
Makes use of these in the DB4 backed for searching for keys based on uid
text.
Makefile.in
keyarray.c [new file with mode: 0644]
keyarray.h [new file with mode: 0644]
keydb_db4.c