Skip to content

util/set: add destructive iteration macros

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

Zink uses sets almost exclusively for tracking unique members without incrementally removing them. These changes provide a small amount of optimization for that case, allowing sets to be cleared while iterating.

Edited by Mike Blumenkrantz

Merge request reports