de-dupe icon indicating copy to clipboard operation
de-dupe copied to clipboard

A ClojureScript library which "de-duplicates" Persistent Data Structures so they can be more efficiently serialised.

Results 2 de-dupe issues
Sort by recently updated
recently updated
newest added

I tried a couple of test inputs with a lot of duplication to test the src/core.cljs file as per your README. Invariably, using de-dupe made the value of (count (prn-str...

I included [de-dupe "0.2.2"] as a dependency in my project.clj and got ``` Could not find artifact de-dupe:de-dupe:jar:0.2.2 in central (https://repo1.maven.org/maven2/) Could not find artifact de-dupe:de-dupe:jar:0.2.2 in clojars (https://clojars.org/repo/) This...