You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a sizable chunk of CHANGES not tagged in a release. I think after the bug fix #57, which caused a performance degration, and the optimization #62 I think things are in a decent spot for a new tag to be created.
The tag will probably be made in the next couple days. After the freshest commits have cured for a short time.
The text was updated successfully, but these errors were encountered:
It was discovered in #64 that void* arguments cause allocations in cgo
and extra time checking arguments as opposed to char* arguments.
The issue golang/go#14387 claims that it will fix this problem but I am
going to keep this patch around for testing against tip and later
merging if necessary.
There is a sizable chunk of CHANGES not tagged in a release. I think after the bug fix #57, which caused a performance degration, and the optimization #62 I think things are in a decent spot for a new tag to be created.
The tag will probably be made in the next couple days. After the freshest commits have cured for a short time.
The text was updated successfully, but these errors were encountered: