Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rampa2510/system-design
Some projects I made for fun while learning system design
https://github.com/rampa2510/system-design
Last synced: about 6 hours ago
JSON representation
Some projects I made for fun while learning system design
- Host: GitHub
- URL: https://github.com/rampa2510/system-design
- Owner: rampa2510
- Created: 2024-09-14T05:19:15.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-09-14T19:12:54.000Z (2 months ago)
- Last Synced: 2024-09-15T20:09:57.480Z (2 months ago)
- Language: Go
- Size: 9.77 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# System Design algo
These are algorithms I wrote while learning different system design concepts.
# Table of Contents
1. [Load Balancing Algorithms](loadBalancingAlgo)
1. [Simple Hashing](loadBalancingAlgo/simpleHashing.go)
2. [Consistent Hashing](loadBalancingAlgo/consistentHashing.go)
3. [Weighted Round Robin](loadBalacningAlgo/weightedRoundRobin.go)
3. [Least Connection](loadBalacningAlgo/leastConnection.go)