Skip to content

0.16.0

Compare
Choose a tag to compare
@svc-autorelease svc-autorelease released this 08 Jun 20:07
· 592 commits to develop since this release
5553e19
Type Description Link
Improvement SlsVersionMatcher#safeValueOf now allocates 94% less memory per invocation, by avoiding throwing and catching a NumberFormatException. Specifically, it would allocate ~2192 bytes for every single invocation in my benchmark, and now it allocates 152 bytes per op. It's also ~10x faster. #455