https://github.com/coolapso/blog-concurrencytest
Code related with: https://4s3ti.net/en/posts/goconcurrency/
https://github.com/coolapso/blog-concurrencytest
concurrency concurrent-programming go golang
Last synced: about 2 months ago
JSON representation
Code related with: https://4s3ti.net/en/posts/goconcurrency/
- Host: GitHub
- URL: https://github.com/coolapso/blog-concurrencytest
- Owner: coolapso
- License: mit
- Created: 2023-09-28T10:49:11.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-28T15:46:39.000Z (over 2 years ago)
- Last Synced: 2025-06-24T10:11:16.820Z (12 months ago)
- Topics: concurrency, concurrent-programming, go, golang
- Language: Go
- Homepage: https://4s3ti.net/en/posts/goconcurrency/
- Size: 3.69 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Benchmark linear search with concurrency
This code is meaningless on its own. Read https://4s3ti.net/en/posts/goconcurrency/ for context
## Test Data
To generate the test data use the mkjsonfiles script in the `data/` dir
`cd data && python mkjsonfiles.py 1000000`