Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/raviqqe/argument-liveness.go
Understanding argument liveness in Go 1.8
https://github.com/raviqqe/argument-liveness.go
garbage-collection go
Last synced: 25 days ago
JSON representation
Understanding argument liveness in Go 1.8
- Host: GitHub
- URL: https://github.com/raviqqe/argument-liveness.go
- Owner: raviqqe
- License: unlicense
- Created: 2017-03-02T08:15:52.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-03-05T01:45:36.000Z (over 7 years ago)
- Last Synced: 2024-10-06T01:14:59.851Z (about 1 month ago)
- Topics: garbage-collection, go
- Language: Go
- Size: 2.93 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-golang-repositories - argument-liveness.go
README
# argument-liveness.go
Understanding argument liveness in Go 1.8
## Running examples
Each example directory has `main.go` which iterates over an infinite list.
```
go run $dir/main.go
```## Results
Does the program cause memory leak?
dir | go1.7 | go1.8
---------|-------|------
struct | No | No
struct\_pointer | No | No## License
[The Unlicense](https://unlicense.org)