I think it would be a good idea to some feedback and more widespread use
first.

I've started the process with https://dev.clojure.org/jira/browse/CLJ-2234.
The other semantic changes need more review.

The main performance change to clojure.lang.MultiFn is to replace
persistent data structures by standard Java ones, eg,
clojure.lang.PersistentHashMap by java.util.HashMap (acting as though
java.util.HashMap was immutable).This suggests that are opportunities for
improving the performance of Clojure collections, which would benefit more
than just multimethods. However, that's outside my scope for now.

In the meantime, this library will be available and it shouldn't be too
hard to migrate from the Clojure implementation (and back again later if
that turns out to be possible).


On Thu, Oct 12, 2017 at 7:28 PM, dennis zhuang <killme2...@gmail.com> wrote:

> 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 <palisades.la...@gmail.com>:
>
>> 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-l
>> akes/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 clojure@googlegroups.com
>> Note that posts from new members are moderated - please be patient with
>> your first post.
>> To unsubscribe from this group, send email to
>> clojure+unsubscr...@googlegroups.com
>> 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 clojure+unsubscr...@googlegroups.com.
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>
>
> --
> 庄晓丹
> Email:        killme2...@gmail.com
> 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 clojure@googlegroups.com
> Note that posts from new members are moderated - please be patient with
> your first post.
> To unsubscribe from this group, send email to
> clojure+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/clojure?hl=en
> ---
> You received this message because you are subscribed to a topic in the
> Google Groups "Clojure" group.
> To unsubscribe from this topic, visit https://groups.google.com/d/
> topic/clojure/zXcDcmNAaGk/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> clojure+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
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 clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to