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

https://github.com/frontmage/iterator

goroutine iterator
https://github.com/frontmage/iterator

Last synced: 10 months ago
JSON representation

goroutine iterator

Awesome Lists containing this project

README

          

## Using goroutine for slice iterating
---
Currently benchmark is odd, goroutine is slower than directly.

```
$ go test -bench=. | grep ns
1000 1201456 ns/op
1000 1084547 ns/op
```