From: Jelle Zijlstra Date: Thu, 13 Aug 2020 02:12:21 +0000 (-0700) Subject: Remove slow assertion (#1592) X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/f825e7ef28c65689e06453d0c3a00310b90cdfdb?hp=f825e7ef28c65689e06453d0c3a00310b90cdfdb Remove slow assertion (#1592) Partial fix for #1581 This assertion produces behavior quadratic in the number of leaves in a line, which is making Black extremely slow on files with very long expressions. On my benchmark file this change makes Black 10x faster. ---