Oh, I'm late to this party. :) Replacing (unordered_)?(map|set)<> with my own hashtable implementation: https://github.com/cliffordwolf/yosys/blob/master/kernel/hashlib.h …
-
-
Replying to @oe1cxw @barrelshifter
Faster than unordered_(map|set), deterministic iterator order across architectures, and it is sortable.
1 reply 0 retweets 0 likes -
Replying to @oe1cxw @barrelshifter
Sortable means in this case you can sort it and then iterate in sort order until you insert or erase elements.
1 reply 0 retweets 0 likes
Replying to @oe1cxw @barrelshifter
But, unlike (unordered_)?(map|set)<>, it can move the elements in memory on insert and erase. Than can be a pitfall.
1:15 AM - 16 Apr 2017
0 replies
0 retweets
0 likes
Loading seems to be taking a while.
Twitter may be over capacity or experiencing a momentary hiccup. Try again or visit Twitter Status for more information.