Fixed benchmark data generation.

Benchmarks results are within the same magnitude that they were before;
but they are now testing the worst cases as intended.
1 file changed
tree: 59251051482caadfe4887c791a754fbaf2a8a51d
  1. internal/
  2. apply.go
  3. apply_test.go
  4. bench_test.go
  5. doc.go
  6. example_test.go
  7. LICENSE
  8. mutators.go
  9. primitives.go
  10. README.md
  11. readonly.go
  12. set_test.go
  13. types.go
README.md

Talk: https://go-talks.appspot.com/github.com/xtblog/gotalks/sets.slide

Documentation: http://godoc.org/github.com/xtgo/set

Package set provides type-safe, polymorphic mathematical set operations that operate on any sort.Interface implementation.