From: Jean Privat Date: Tue, 9 Aug 2016 01:18:27 +0000 (-0400) Subject: Merge: Faster lookup X-Git-Url: http://nitlanguage.org Merge: Faster lookup This series improves the lookup strategies: * special fast track for the virtual type SELF * choose to iterate on the mclassdefs instead of the mpropdefs if they are less numerous. This mainly limit the degenerative cases that where discovered while investigating the slowdown of #2223 with nitc/nitc/nitc: before: 0m7.168s after: 0m6.232s with nitpick ../contrib: before: 0m20.928s after: 0m19.432s Pull-Request: #2245 Reviewed-by: Lucas Bajolet --- 6774d949b800f2ac49a264cd25806936d7aefc9f