why not merge it to clojure.core multimethods? I think it's a valuable work, you can create a patch to make clojure better. See https://clojure.org/community/contributing
2017-10-13 8:13 GMT+08:00 John Alan McDonald <[email protected]>: > Beta release (0.1.0) of faster-multimethods, which brings multimethod > lookup overhead to roughly the same cost as protocols, with only modest > changes to the Clojure 1.8.0 implementation. > > It is mostly backwards compatible with Clojure 1.8.0. I would very much > appreciate feedback on the semantic changes described in > https://github.com/palisades-lakes/faster-multimethods/blob/master/docs/ > changes.md. > > I would also appreciate feedback on the choice of benchmarks --- the claim > of protocol level performance depends on the benchmarks I've chosen, which > may not be representative of your code. > > documentation: https://palisades-lakes.github.io/faster-multimethods/ > > source for this release: https://github.com/palisades- > lakes/faster-multimethods/tree/faster-multimethods-0.1.0 > > -- > You received this message because you are subscribed to the Google > Groups "Clojure" group. > To post to this group, send email to [email protected] > Note that posts from new members are moderated - please be patient with > your first post. > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/clojure?hl=en > --- > You received this message because you are subscribed to the Google Groups > "Clojure" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- 庄晓丹 Email: [email protected] Site: http://fnil.net 不学习,毋宁死 -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
