Skip to content

util: improve set API and optimize table clearing

Mike Blumenkrantz requested to merge zmike/mesa:set_harder into master

this brings the set API into closer parity with hash_table and provides a minor optimization for the case where a set/hash_table are completely filled with deleted entries, avoiding unnecessary allocations

Merge request reports