znkr / diffLinks
A difference algorithm module for Go
β119Updated 3 weeks ago
Alternatives and similar repositories for diff
Users that are interested in diff are comparing it to the libraries listed below
Sorting:
- Faster utf8.Valid using multi-byte processing without SIMD.β82Updated last year
- π€« A simple secret-keeping library for Go.β41Updated 10 months ago
- XML Tokenizer is a low-memory high performance non-namespace parser library for parsing simple XML 1.0.β43Updated last month
- QUIC/HTTP3 library wrapper around msquicβ100Updated 3 weeks ago
- Pragmatic, type safe event sourcing framework for Go.β148Updated last month
- Fast cryptographically safe Guid generator for Goβ73Updated 5 months ago
- Browser detection in Go (golang)β89Updated last year
- Go struct inspection HTTP handlerβ67Updated 3 weeks ago
- GoLic, injects license into source code filesβ106Updated 4 years ago
- A lightweight Go tool for detecting file tampering by comparing content-based hashes stored securely in S3.β126Updated this week
- a concurrent hash array mapped trie implementation in goβ60Updated 6 months ago
- A Golang package to encrypt your pagination tokensβ160Updated last year
- Printf-Style Debugging with Zero-Cost in Production Buildsβ166Updated 4 months ago
- β The only assertion library that works with TinyGoβ34Updated last year
- Rebuf is a library that can be used as a WAL which can be used for logging and later replaying the data bytes during downstream service fβ¦β112Updated last year
- FSBroker is a Go library which aims to broker, group, dedup, and filter FSNotify events.β76Updated 5 months ago
- A transactional key-value database written in Go for Linux and macOSβ205Updated 3 months ago
- A reimplementation of https://github.com/otiai10/gosseract without CGo, running Tesseract compiled to WASM with Wazeroβ151Updated 6 months ago
- Go library that implements fs.FS for Postgres using Large Objects.β64Updated 4 months ago
- Grog is a mono-repo build tool that is agnostic on how you run your build commands, but instead focuses on caching and parallel executionβ¦β64Updated 3 weeks ago
- A WASM virtual machine written in Go with 0 dependenciesβ403Updated this week
- Float parser that sacrifices nothing.β55Updated last year
- Embed your whole project files into single existing Dockerfile file with respect to .dockerignore & GZIP compression support.β23Updated last year
- High-performance client-server library for Go, built around the Command patternβ84Updated last month
- tailer is a CLI tool to insert lines when command output stopsβ126Updated 2 years ago
- Allows for SQL syntax like querying into golang []slice structures. Supports sub-slices, sup-struct and maps!β56Updated 3 months ago
- [MODULE] - Fast JSON lexer (tokenizer) with no memory footprint and no garbage collector pressure (zero-alloc). 5x faster compared to Go'β¦