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

commonPrefixclj

(commonPrefix a b)
source

commonSuffixclj

(commonSuffix 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 builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
+kJump to recent docs
Move to previous article
Move to next article
+/Jump to the search field
× close