Ichoran
Ichoran
In my personal library, I have it only as an extension method, and I called it `clip`, with arguments `clip(min, max)`. This lets you write things like ``` x clip...
Do you mean that we should write a Quickhull algorithm and use its performance as a benchmark?
Oh. Um. I didn't realize the tests were failing. I'll try to get to it over the weekend.
Oops, I got sick instead of getting to this, and then forgot about it. I'll try to get to it in the next couple of weeks.
Do we need both a counted set and a set which retains original copies? Although both can occasionally be useful, I would tend to say that most uses of the...
You can't get elements out of sets, and if you manage to, you _do_ get one that you put in (if you put in duplicates, you obviously only get one...
Oh, also, next time my groceries end up packed all jumbled up/unstructured, I will remind myself that it is because they were put in a bag :joy:
Agreed. I haven't had time to look in to that yet. I'll try to get to it in July. That said, Maven itself is less than optimal, and just having...
@rklaehn - I don't have credentials there, but they're not extremely hard to get. So, yes.
Another example: ``` java.lang.ArrayIndexOutOfBoundsException: -1 at ichi.maths.package$Distribution$.compute$mDc$sp(package.scala:1600) at ichi.bench.Thyme$$anonfun$7.apply$mcDI$sp(Thyme.scala:912) at ichi.bench.Thyme$$anonfun$7.apply(Thyme.scala:898) at ichi.bench.Thyme$$anonfun$7.apply(Thyme.scala:898) at scala.collection.TraversableLike$$anonfun$map$1.apply(TraversableLike.scala:244) at scala.collection.TraversableLike$$anonfun$map$1.apply(TraversableLike.scala:244) at scala.collection.immutable.Range.foreach(Range.scala:141) at scala.collection.TraversableLike$class.map(TraversableLike.scala:244) at scala.collection.AbstractTraversable.map(Traversable.scala:105) at ichi.bench.Thyme.(Thyme.scala:898) at ichi.bench.Thyme$$anonfun$37.apply(Thyme.scala:1499) at ichi.bench.Thyme$$anonfun$37.apply(Thyme.scala:1499) at...