Closed johnnychen94 closed 3 years ago
Guess @oxinabox might be interested in knowing this since it makes ReferenceTests a lot lighter.
julia> @time using ReferenceTests
# before: 2.225183 seconds (5.65 M allocations: 388.105 MiB)
# after: 1.298767 seconds (2.54 M allocations: 174.356 MiB, 7.41% gc time)
A breaking change is that
vector
inputs now also userestrict
; this is unavoidable if we want to reduce the dependencies.