https://github.com/mustafaturan/profiling-examples
https://github.com/mustafaturan/profiling-examples
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mustafaturan/profiling-examples
- Owner: mustafaturan
- Created: 2021-04-26T02:41:16.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-05-20T07:46:14.000Z (over 4 years ago)
- Last Synced: 2024-12-29T01:02:46.502Z (9 months ago)
- Language: Go
- Size: 7.81 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Profiling Examples
This project hosts examples for profiling, garbage collection, memory leaks, and zero-allocation with sample codes and results.
* [Pass function vs pass interface](./pass-fn-vs-interface/README.md)
* [Slice of value vs pointer](./slice-of-value-vs-pointer/README.md)
* [Towards to zero-allocation](./towards-to-zero-allocation/README.md)