palisades-lakes/faster-multimethods

"Backwards compatible alternative to clojure's defmulti/defmethod, with about 1/10 the method lookup overhead, performance roughly comparable to protocols."

  • VCSN/A

  • cljdoc documentationcljdoc
  • 637 Downloads
  • 94 This Version

Leiningen/Boot

[palisades-lakes/faster-multimethods "0.1.0"]

Clojure CLI/deps.edn

palisades-lakes/faster-multimethods {:mvn/version "0.1.0"}

Gradle

implementation("palisades-lakes:faster-multimethods:0.1.0")

Maven

<dependency>
  <groupId>palisades-lakes</groupId>
  <artifactId>faster-multimethods</artifactId>
  <version>0.1.0</version>
</dependency>