Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-04-08 | util: add minimal OrderedSet type | Lennart Poettering | |
OrderedSet implements a Set-like structure, but maintains insertion ordered. It is hence to Set what OrderedHashmap is for Hashmap. Internally, this is only a wrapper around OrderedHashmap for now, but this could one day be improved and be added to hashmap.c natively. |