Re: [ANN] com.dean.interval-tree

2021-04-07 Thread Jakub Holý
I guess you are aware of https://github.com/helins/interval.cljc ? On Wednesday, April 7, 2021 at 12:52:53 AM UTC+2 danle...@gmail.com wrote: > I agree that would be a useful addition to the README. Well, maybe one > practical example could be if you had a situation where you scheduled >

Re: [ANN] com.dean.interval-tree

2021-04-06 Thread danle...@gmail.com
I agree that would be a useful addition to the README. Well, maybe one practical example could be if you had a situation where you scheduled various overlapping shifts of employees and you wanted to know who was on duty at a particular time. Or all of the people on duty during some portion

Re: [ANN] com.dean.interval-tree

2021-04-06 Thread Paulus Esterhazy
Very cool, thanks for sharing! This looks like it would be perfect for Advent of Code puzzles. Out of curiosity, what are real-life problems that benefit from the use of an interval map? On Tue, Apr 6, 2021 at 2:04 PM danle...@gmail.com wrote: > > > https://github.com/dco-dev/interval-tree > >

[ANN] com.dean.interval-tree

2021-04-06 Thread danle...@gmail.com
https://github.com/dco-dev/interval-tree I’m pleased to announce that my company has released our first modest contribution back to the Clojure community. In brief, this library provides “interval map”, “interval set”, “ordered-set”, and “ordered-map” collections, but more fundamentally we