sizeof
Share on:
Enter Your Mastodon Instance
https://
Copy the link below to share to Mastodon
https://terminaltrove.com/sizeof/
A command-line tool to calculate the size of data structures
go install github.com/zackproser/sizeof@latest
sizeof is a command-line tool that calculates the size of data structures in bytes.
It's written in Go and can be used to understand memory usage in various programming scenarios.