Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ayoubzulfiqar/thealgorithms
Blazzingly Fast Cutting-Edge Concurrent Generic Algorithms implemented in Go.
https://github.com/ayoubzulfiqar/thealgorithms
algorithm algorithms algorithms-and-data-structures go golang searching-algorithms sorting-algorithms
Last synced: 8 days ago
JSON representation
Blazzingly Fast Cutting-Edge Concurrent Generic Algorithms implemented in Go.
- Host: GitHub
- URL: https://github.com/ayoubzulfiqar/thealgorithms
- Owner: ayoubzulfiqar
- Created: 2023-09-01T07:46:09.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-08T14:17:48.000Z (11 months ago)
- Last Synced: 2024-01-29T00:20:27.300Z (10 months ago)
- Topics: algorithm, algorithms, algorithms-and-data-structures, go, golang, searching-algorithms, sorting-algorithms
- Language: Go
- Homepage:
- Size: 181 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# The Algorithms
This repository contains implementations of cutting-edge concurrent algorithms coded in Go.
The algorithms in this repository leverage concurrency & Generics to achieve blazing fast speeds not possible with traditional sequential approaches.
Each algorithm implementation is carefully optimized, tested, and benchmarked for efficiency and speed. Documentation provides overviews of the algorithms and guidance on optimal configurations.This collection provides cutting-edge building blocks to develop high-throughput, low-latency concurrent generic systems. The algorithms target throughput-oriented tasks like data processing, analytics, simulations, and more.
---
[Sorting Algorithms](algo/sort/sort.md)
[Searching Algorithms](algo/search/search.md)