Jack Valmadre

Results 59 comments of Jack Valmadre

In order to fix this, I define a struct which is allocated using new(), and associate with it a finalizer which invokes fftw_free. However, this breaks the interface of returning...

Fedora 15 and Go 1.1, and go-fftw commit d48c5e. ``` $ uname -mrs Linux 2.6.43.8-1.fc15.x86_64 x86_64 $ go version go version go1.1 linux/amd64 ``` I'm running it in an environment...

From https://code.google.com/p/go-wiki/wiki/cgo > keep in mind that the Go garbage collector will not interact with this data

I interpreted the doc differently. > typically they are useful only for releasing non-memory resources associated with an object during a long-running program I took this simply to mean that...

I understand. Yep, so the finalizer is not ideal since it will only be invoked when a garbage collection is triggered but the memory allocated by fftw_malloc will not count...

Cool, that alignment spec basically makes it a non-issue then. Thanks! I don't mind using defer to clean up a plan because I think there should also be utility functions...

I made these changes to my fork too, cheers.

Hi! This is still pending after two months. Do you need anything else from us? Thanks for all the effort involved in maintaining this repo!

Hi! I have rebased relative to the latest head, squashed commits and updated the websites to the official pages of the institute. Can you please revisit this 3-line PR? Thank...

The requested changes have been made. Thanks!