Results 36 issues of Tom

per Chris's note here: https://clojurians.zulipchat.com/#narrow/stream/151924-data-science/topic/tech.2Eml.2Edataset/near/267758532 just defines overloads in java for a custom aset that doesn't return a value, incurring 0 boxing cost.

I was independently working on something similar, albeit with a focus on improving clojure.core/merge performance. Watching Tommi's talk reminded me of the slowness (and I end up using it in...

I ran across this a while back, when optimizing for some identity-based comparisons. It reared its head again when I was optimizing clojure's defrecord during the [icfpc 2019 optimization](https://github.com/joinr/icfpc2019/tree/opt) exercise,...

Building off of #8 , we have a better implementation for records. During my optimization exercise for the ICFPC 2019 contest, I ran into a couple of peculiar performance phenomena...

https://hackernoon.com/faster-clojure-reduce-57a104448ea4 via andre rauh

I ran into a use case for a work product that needed to quickly test membership between 2 sets to see if "any" member existed in both, and return the...

I've been using capsule without issues that I just started deving on another machine/account. It's a windows 10 system. Running the capsule from git-bash, we get: $ java -Dcapsule.log=verbose -jar...

## Expected behavior Cider 0.21 should - upon trying to print large amounts of text (e.g. > 1mb) gracefully halt for us, and during printing, print in chunks as to...

bug
high priority

Adding org support as an option (in addition to existing markdown) would be useful.

Per [bug in categorical mapping](https://clojurians.zulipchat.com/#narrow/stream/236259-tech.2Eml.2Edataset.2Edev/topic/bug.20in.20categorical.20mapping.20.3F) discussion, the simple scheme of assigning categories based on the size of the map is insufficient in the face of user input: before ``` user>...