faster-multimethods VS overload-fn

Compare faster-multimethods vs overload-fn and see what are their differences.

faster-multimethods

Almost backwards compatible alternative to Clojure 1.8.0 implementation of multimethods with roughly 1/10 the method lookup cost. (by palisades-lakes)

overload-fn

Function overloading on type for Clojure (by ertugrulcetin)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
faster-multimethods overload-fn
1 1
12 19
- -
3.3 0.0
9 months ago about 3 years ago
Java Clojure
Apache License 2.0 MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

faster-multimethods

Posts with mentions or reviews of faster-multimethods. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-02-08.
  • overload-fn: Function overloading on type for Clojure
    2 projects | /r/Clojure | 8 Feb 2021
    u/ertucetin Per experiments once you get into multi-type signatures and obviate protocols (there could probably be a weird nested protocol branching thing though), and into multimethods, calls get about 28x slower. If you use the equivalent faster-multimethods experiment then the multi-type example is on par with protocols (probably obviates the need for protocols).

overload-fn

Posts with mentions or reviews of overload-fn. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-02-08.

What are some alternatives?

When comparing faster-multimethods and overload-fn you can also consider the following projects:

logseq - A local-first, non-linear, outliner notebook for organizing and sharing your personal knowledge base. Use it to organize your todo list, to write your journals, or to record your unique life.

methodical - Functional and flexible multimethods for Clojure. Nondestructive multimethod construction, CLOS-style aux methods and method combinations, partial-default dispatch, easy next-method invocation, helpful debugging tools, and more.