[Mesa-dev] [PATCH 3/5] mesa: Import a copy of the open-addressing hash table code I wrote.
Kenneth Graunke
kenneth at whitecape.org
Thu Nov 1 11:24:37 PDT 2012
On 10/25/2012 09:13 AM, Eric Anholt wrote:
> Mesa's chaining hash table for object names is slow, and this should be much
> faster. I namespaced the functions under _mesa_*, to avoid visibility
> troubles that we may have had before with hash_table_* functions. The
> hash_table.c file unfortunately lives in program/ still to avoid confusion
> with automake's dependency files that would otherwise require a make distclean
> across this change.
Non-clean builds break all the time anyway (or at least have in the
recent past)...I'd say just put it where you want it.
More information about the mesa-dev
mailing list