Pinned Repositories
benchtools
benchmarking utilities for clojure and java
collection-experiments
Benchmarks for alternative collection implementations
curate
Sample Clojure code for managing photo collections.
dynamic-functions
generic functions: more restricted but faster than Clojure multimethods
faster-multimethods
Almost backwards compatible alternative to Clojure 1.8.0 implementation of multimethods with roughly 1/10 the method lookup cost.
function-experiments
Benchmarking variations on clojure functions.
les-elemens
Out of chaos... (Jean-Féry Rebel 1737)
mudstone
continuous spaces, differentiable functions, optimization, ...
multimethod-experiments
Experiments with implementation and design variations related to Clojure's `defmulti`/`defmethod`/`MultiFn`.
xfp
utilities for 'exact' floating point calculation
palisades-lakes's Repositories
palisades-lakes/faster-multimethods
Almost backwards compatible alternative to Clojure 1.8.0 implementation of multimethods with roughly 1/10 the method lookup cost.
palisades-lakes/multimethod-experiments
Experiments with implementation and design variations related to Clojure's `defmulti`/`defmethod`/`MultiFn`.
palisades-lakes/dynamic-functions
generic functions: more restricted but faster than Clojure multimethods
palisades-lakes/xfp
utilities for 'exact' floating point calculation
palisades-lakes/benchtools
benchmarking utilities for clojure and java
palisades-lakes/collection-experiments
Benchmarks for alternative collection implementations
palisades-lakes/curate
Sample Clojure code for managing photo collections.
palisades-lakes/function-experiments
Benchmarking variations on clojure functions.
palisades-lakes/les-elemens
Out of chaos... (Jean-Féry Rebel 1737)
palisades-lakes/mudstone
continuous spaces, differentiable functions, optimization, ...
palisades-lakes/nzqr
Numbers, arithmetic, and generic functions
palisades-lakes/nzqr-jmh
Benchmarks for nzqr
palisades-lakes/openjdk-numbers
openjdk excerpts
palisades-lakes/palisades-lakes-parent
parent pom for palisades-lakes projects
palisades-lakes/PalisadesLakesTex
(UNSUPPORTED) shared latex and and bibtex for palisades-lakes projects.
palisades-lakes/sicpplus
working thru SICP, SICM, Functional Differential Geometry, and Software Design for Flexibility, etc., in clojure
palisades-lakes/xfp-jmh
benchmarks for exact floating poiint algorithms