overload-fn VS faster-multimethods

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

overload-fn

Function overloading on type for Clojure (by ertugrulcetin)

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)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
overload-fn faster-multimethods
1 1
19 12
- -
0.0 3.3
over 3 years ago 10 months ago
Clojure Java
MIT License Apache License 2.0
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.

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.

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).

What are some alternatives?

When comparing overload-fn and faster-multimethods 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.