https://github.com/frontmage/iterator
goroutine iterator
https://github.com/frontmage/iterator
Last synced: 10 months ago
JSON representation
goroutine iterator
- Host: GitHub
- URL: https://github.com/frontmage/iterator
- Owner: FrontMage
- Created: 2018-03-28T09:16:53.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-28T09:17:17.000Z (over 8 years ago)
- Last Synced: 2025-03-30T15:13:45.894Z (about 1 year ago)
- Language: Go
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```