Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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)