Liking cljdoc? Tell your friends :D

clj-diff.optimizations

String optimizations for diff algorithms. See http://neil.fraser.name/writing/diff/.

String optimizations for diff algorithms.
See http://neil.fraser.name/writing/diff/.
raw docstring

common-prefixclj

(common-prefix a b)
source

common-suffixclj

(common-suffix a b)
source

diffclj

(diff a b f)

Return the diff of a and b. Wrap the diff function f in pre and post optimizations. Check for nil and equality. Remove common prefix and suffix.

Return the diff of a and b. Wrap the diff function f in pre and post
optimizations. Check for nil and equality. Remove common prefix and suffix.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close