Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 1.34 KB

readme.md

File metadata and controls

24 lines (19 loc) · 1.34 KB

Reference implementation of micro and mini Adapton in Clojure

This is a Clojure implementation of microAdapton and miniAdapton as described on adapton.org.

Not finished...

  • Don't use this in production: performance improvements would need to be done
  • I haven't come up with a good example that shows a performance increase over normal memoization yet, but I haven't tried terribly hard either.

Resources

Possible future improvements