shraddhaag / aocLinks
Solutions to Advent of Code.
☆51Updated 7 months ago
Alternatives and similar repositories for aoc
Users that are interested in aoc are comparing it to the libraries listed below
Sorting:
- High-performance distributed key-value store w/ a log-structured merge tree implementation written in pure Go + gRPC☆91Updated 2 months ago
- My solutions to the Glomers Challenge: a series of distributed systems challenges.☆123Updated 2 years ago
- A fully featured SQL database written in Go☆50Updated 7 months ago
- Go-BookReview: A Simple App to Track Books and Notes☆34Updated 7 months ago
- Code examples from the book 'The Power of Go: Tools'☆37Updated 6 months ago
- ☆19Updated last year
- A Go library for handling LFU cache operations in O(1)☆41Updated last year
- Template for creating Go CLIs☆59Updated 2 years ago
- A distributed fault tolerant scheduler that is horizontally scalable 🔥☆98Updated 10 months ago
- one billion row challenge☆42Updated last year
- Internalize Go programming techniques☆86Updated 10 months ago
- A Go progressive web app for finding (US) national parks near you.☆74Updated 10 months ago
- A distributed message queue.☆125Updated 2 months ago
- Rewrite of Go RESTful API tutorial using only the stdlib☆51Updated 3 years ago
- A disk based KV store (based on Bitcask implementation)☆197Updated last year
- Toolkit for solving and generating Sudoku puzzles in Go☆96Updated last year
- Listings from manning book☆163Updated 3 months ago
- Go implementation of the Lox programming language from Crafting Interpreters☆44Updated 3 years ago
- A blazingly fast event stream processing library powering the reveald event processing daemon.☆141Updated 2 months ago
- ☆68Updated 2 years ago
- ☆48Updated 7 months ago
- Companion app to "The Complete Guide to Go and SQLite".☆40Updated 2 months ago
- 🎄 My solutions to the Advents of Code, from 2015 to 2023 (450 🌟)☆66Updated 8 months ago
- A tool for formatting Go test results as readable documentation☆152Updated last year
- Cookies, but with structs, for happiness.☆110Updated 3 months ago
- Small functional language implemented in go☆29Updated last year
- An LSM Tree based Key-Value storage engine written in Go☆42Updated last year
- basically a remarkable framework for building JSON-based web APIs in Golang☆103Updated last year
- A basic Raft implementation in Go.