Ensured that same method description produces exactly same code on two runs
- due to unordered containers the same method could produce different but functionally equivalent code - this behaviour is bad for caching -> switched to ordered containers
Please register or sign in to comment