abcum / lcp

A longest common prefix library implementation for Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A longest common prefix library implementation for Go

License:Apache License 2.0


Languages

Language:Go 79.2%Language:Makefile 20.8%