ordered-set
ordered-set copied to clipboard
Rebuild self.map after .pop()
Resolves Issue 83
Just getting around to reviewing this -- how about we skip rebuilding the map in the case that already worked, where the index being popped is -1 or len(oset)-1?