clojure-dev

Issues: https://clojure.atlassian.net/browse/CLJ | Guide: https://insideclojure.org/2015/05/01/contributing-clojure/
borkdude 2021-06-24T08:56:03.103200Z

@alexmiller In a ticket from clojure.data.json I saw you mentioned: > Can you switch from using hash-map when constructing the option maps to array-map? If it's not already faster now, it likely will be in 1.11 Is there more info on why array maps would be faster in 1.11? Interested!

šŸ‘ 1
šŸ‘‚ 7
šŸ‘€ 2
alexmiller 2021-06-24T12:14:53.106600Z

There were some changes as part of the trailing map stuff and I think Rich and Fogus had ideas about more, but Iā€™m not sure where all that landed

šŸ¤Æ 1