ssrathi / gogitLinks
Implementation of git internals from scratch in Go language
☆50Updated 3 years ago
Alternatives and similar repositories for gogit
Users that are interested in gogit are comparing it to the libraries listed below
Sorting:
- ReGit: A Tiny Git-Compatible Git Implementation☆171Updated 3 years ago
- LRU cache using go generics☆119Updated 3 years ago
- A Go io/fs filesystem implementation for reading files in Github gists.☆127Updated 3 years ago
- Prig is for Processing Records In Go. Like AWK, but snobbish.☆64Updated 3 years ago
- Implementation of Constant Time LFU (least frequently used) cache in Go with concurrency safety.☆38Updated 2 years ago
- A persistent rope in Go☆87Updated 3 years ago
- A simple, single binary, message queue. Supports HTTP/2 and Redis Protocol.☆205Updated 2 years ago
- Go implementation of the traceroute tool☆106Updated 4 years ago
- Cancellable, Efficient and Reliable Distributed Task Queue in Go☆93Updated 2 years ago
- A distributed message queue.☆125Updated last month
- An Adaptive Radix Tree (ART) implementation in Go☆81Updated last year
- Pratt parser implementation in Go☆46Updated 3 years ago
- Single producer and multi-reader lockless ring buffer in go using generics from the go 1.18.x release. It is significantly faster than ch…☆162Updated last year
- Visualize Go SSA function using Graphviz☆49Updated 2 months ago
- Embedded durable, extensive, concurrent safe, highly configurable, transactional LSM tree based key-value store package☆36Updated 9 months ago
- Just enough of a git client (in Go) to init a repo, commit, and push to GitHub☆50Updated 2 years ago
- 🏇🏻 generalist, fast and tiny binary parser and compiler generator, powered by Go 1.18+ Generics☆58Updated 2 years ago
- Simple SQL parser☆76Updated 6 months ago
- Golang k-D tree implementation with duplicate coordinate support☆51Updated 2 years ago
- ⛷️ In-memory key/value cache server over HTTP with no dependencies.☆48Updated 4 years ago
- Dead simple file downloader in Go☆42Updated 2 years ago
- A distributed fault tolerant scheduler that is horizontally scalable 🔥☆98Updated 9 months ago
- A simpler and faster alternative to regexp☆52Updated 2 years ago
- Pure Go SQL parser☆161Updated last month
- small text editor☆93Updated 4 years ago
- Simplified error handling in Go☆169Updated 2 years ago
- A disk based KV store (based on Bitcask implementation)☆196Updated last year
- 🐶 Next generation building tool for nothing☆68Updated 4 years ago
- some data structures and algorithms using golang