Closed nickrobinson251 closed 1 year ago
ooft, tests are failing because of the test for https://github.com/JuliaStrings/InlineStrings.jl/issues/2 😞
Merging #59 (03445f4) into main (c8456ae) will increase coverage by
2.37%
. The diff coverage is95.42%
.
@@ Coverage Diff @@
## main #59 +/- ##
==========================================
+ Coverage 90.65% 93.02% +2.37%
==========================================
Files 1 1
Lines 460 674 +214
==========================================
+ Hits 417 627 +210
- Misses 43 47 +4
Impacted Files | Coverage Δ | |
---|---|---|
src/InlineStrings.jl | 93.02% <95.42%> (+2.37%) |
:arrow_up: |
:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more
now string concatenation
*
/string
return anInlineString
in some cases which give a performance improvmentthe
Base.*
/Base.string
API does not require us to return aBase.String
(just anAbstractString
)Micro-benchmarks
Now (this PR)
Before (v1.3.2)
Run on v1.8.4: