• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

go-pkgz / stringutils
98%
master: 98%

Build:
Build:
LAST BUILD BRANCH: refs/tags/v1.3.0
DEFAULT BRANCH: master
Repo Added 18 May 2023 08:15AM UTC
Token Pwx1XkBqXNXmj4O0HUCC14ZCzhfqIIOI2 regen
Build 19 Last
Files 1
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH refs/tags/v1.2.2
branch: refs/tags/v1.2.2
CHANGE BRANCH
x
Reset
Sync Branches
  • refs/tags/v1.2.2
  • golangci-lint-v2-migration
  • main
  • master
  • refs/tags/v1.0.0
  • refs/tags/v1.1.0
  • refs/tags/v1.2.0
  • refs/tags/v1.2.1
  • refs/tags/v1.3.0

11 Aug 2025 10:02PM UTC coverage: 98.291% (-0.1%) from 98.438%
16893245594

push

github

umputun
refactor(dedup): unify DeDup algorithms into single stable implementation

replace unstable O(n²) DeDup with stable O(n) map-based algorithm that preserves order of first occurrences. DeDupBig is now deprecated and simply calls DeDup for backwards compatibility.

this change eliminates the confusing dual-algorithm design, improves performance for all slice sizes, and ensures predictable behavior. the new implementation no longer mutates input slices, returning a new slice instead.

verified by comprehensive tests including stability checks and non-mutation verification. benchmarks show significant performance improvement for small slices with no degradation for large ones.

4 of 4 new or added lines in 1 file covered. (100.0%)

115 of 117 relevant lines covered (98.29%)

30.41 hits per line

Relevant lines Covered
Build:
Build:
117 RELEVANT LINES 115 COVERED LINES
30.41 HITS PER LINE
Source Files on refs/tags/v1.2.2
  • List 1
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
16893245594 refs/tags/v1.2.2 refactor(dedup): unify DeDup algorithms into single stable implementation replace unstable O(n²) DeDup with stable O(n) map-based algorithm that preserves order of first occurrences. DeDupBig is now deprecated and simply calls DeDup for backwards... push 11 Aug 2025 10:04PM UTC umputun github
98.29
See All Builds (18)

Badge your Repo: stringutils

We detected this repo isn’t badged! Grab the embed code to the right, add it to your repo to show off your code coverage, and when the badge is live hit the refresh button to remove this message.

Could not find badge in README.

Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

Refresh
  • Settings
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc