Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1.4 KB

README.md

File metadata and controls

26 lines (18 loc) · 1.4 KB

Tideland Go Data Structures and Algorithms

GitHub release GitHub license Go Module GoDoc Workflow Go Report Card

Description

Tideland Go Data Structures and Algorithms contains some useful data structures and algorithms.

  • collections contains collection types like a ring buffer, stacks, sets and trees
  • identifier allows the generation of UUIDs in different versions as well as other identifier
  • mapreduce provides a generic map/reduce algorithm
  • sort contains a parallel quicksort
  • timex helps working with times
  • version helps managing semantic versioning

I hope you like it. ;)

Contributors