tschady / advent-of-code

Advent of Code with Clojure: 2015 - 2023
26 stars 2 forks source link

int-set for integer set operations #53

Open tschady opened 1 year ago

tschady commented 1 year ago

There are special union, intersection and difference operators for these sets, which are significantly faster than those in clojure.set