Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 678 Bytes

File metadata and controls

15 lines (12 loc) · 678 Bytes

Goset

Description

Goset is a Go library that provides a simple and efficient way to work with generic sets. It allows you to create, manipulate, and perform operations on sets. It offers both a concurrent and no concurrent implementation, allowing you to choose the one that best fits your needs.

Features

  • Create sets of comparable elements.
  • Perform set operations such as union, intersection, and difference.

Example

Run the example code:

make example

This will run the example code in example/main.go, which demonstrates how to create and manipulate sets using the library.