Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 982 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 982 Bytes

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