Skip to content

Releases: arunksaha/gdsu

Tightened Code Coverage requirements

30 Nov 18:09
aadde1a

Choose a tag to compare

Merge pull request #7 from arunksaha/codecov-settings

Tighten CodeCov settings

gdsu v0.1.0 — Initial Release

26 Nov 03:35
b47bd20

Choose a tag to compare

Initial release of gdsu — a Go Disjoint-Set Union (Union-Find) library with:

  • Interface-based design
  • Sparse generic implementation (any comparable type)
  • Compact high-performance int-based implementation
  • Benchmarks, examples, and documentation

This release includes:

  • gdsu interface
  • sparse DSU
  • compact DSU
  • benchmark suites
  • example tests