ziggs/vendor/github.com/abcum/lcp/README.md

982 B

lcp

LCP is a library for detecting the longest common prefix among byte slices for Golang.

Features

  • Detect longest common prefix in byte slices
  • Detect longest common prefix lexicographically
  • Detect longest common prefix between two or multiple byte slices

Installation

go get github.com/abcum/lcp