An open API service indexing awesome lists of open source software.

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/

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`