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
This is a great project. Thank you for sharing it with the community.
I discovered the project when gometalinter ran against some of my code and found an inefficient alignment in one of my code's structs. But when I looked up the project, I found nothing in the README or the GoDoc that explained why memory alignment is a good thing or how I might achieve it.
I read Padding is hard which helped, but wonder if we might add something in the README or even the source code to help others who might have the same problem.
This is a great project. Thank you for sharing it with the community.
I discovered the project when gometalinter ran against some of my code and found an inefficient alignment in one of my code's structs. But when I looked up the project, I found nothing in the README or the GoDoc that explained why memory alignment is a good thing or how I might achieve it.
I read Padding is hard which helped, but wonder if we might add something in the README or even the source code to help others who might have the same problem.
/cc @markmandel
The text was updated successfully, but these errors were encountered: