Pavel Mikhailovskii

Results 5 comments of Pavel Mikhailovskii

The fact that Clojure uses trees with 32 elements of course doesn't mean that it's five times faster. If that were the case it would make sense to use even...

The benchmarks look very good and stand for themselves. Thanks for inviting to contribute to the project, I'll try to find time to do that.

I don't have anything like `localhost` or `8080` in my `~/.kube/config`. Seems to be the same problem as in [https://github.com/kubernetes/helm/issues/3986](url)

Also, switching to Java 8 doesn't make any difference.

> The `hash` part is useful to detect different _instances_ of the "same singleton". Wouldn't it be more natural to use the `===` operator for that?