]> spindle.queued.net Git - midori/commit
Differentiate hash table/ frozen and manual/ normal completion
authorDale Whittaker <dayul@users.sf.net>
Mon, 9 Feb 2009 20:37:10 +0000 (21:37 +0100)
committerChristian Dywan <christian@twotoasts.de>
Mon, 9 Feb 2009 20:37:10 +0000 (21:37 +0100)
commit75c83f12243be8236c2ffff3f1ffbe7de8b967c7
tree72a433297237aa17324767041d2bf61d8bab6a4f
parentca4d5cb52049ba46a6bb5857cb1645aeeba4225b
Differentiate hash table/ frozen and manual/ normal completion

Adding and looking up items based on a hash table is incredibly
fast, so it's vital for startup, however at runtime we want
to prepend which invalidates the contents of the hash table. So
now we use the hash based lookup only for frozen operation,
which is used at startup and has to be fast, but manual string
comparisons are used at runtime.
midori/midori-locationaction.c