Julia v1.2-rc1: ```julia julia> @time using BandedMatrices 35.992443 seconds (28.97 M allocations: 1.977 GiB, 0.80% gc time) ``` Julia v1.1: ```julia julia> @time using BandedMatrices 6.413619 seconds (30.84 M allocations: 2.027 GiB, 6.87% gc time) ```