diff options
| author | Luc Van Oostenryck <luc.vanoostenryck@gmail.com> | 2017-09-27 09:06:57 +0200 |
|---|---|---|
| committer | Luc Van Oostenryck <luc.vanoostenryck@gmail.com> | 2018-07-01 00:18:44 +0200 |
| commit | 3bdee1146f67511258f25ed9aa675f4bd44f06b5 (patch) | |
| tree | 7c8f308a5d70a8aba5ff474a1e95020bb862d81f /Makefile | |
| parent | f0abb143f3e3d776ee4e227a8cbb30620a799be8 (diff) | |
| download | sparse-dev-3bdee1146f67511258f25ed9aa675f4bd44f06b5.tar.gz | |
sset: add implementation of sparse sets
Sparse set implements set operations like add, remove & test in O(1).
More importantly it also allow to reset the set as a whole in O(1).
It's very handy for a few things.
Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -57,6 +57,7 @@ LIB_OBJS += scope.o LIB_OBJS += show-parse.o LIB_OBJS += simplify.o LIB_OBJS += sort.o +LIB_OBJS += sset.o LIB_OBJS += stats.o LIB_OBJS += storage.o LIB_OBJS += symbol.o |
