An open API service indexing awesome lists of open source software.

https://github.com/mustafaturan/profiling-examples


https://github.com/mustafaturan/profiling-examples

Last synced: 8 months ago
JSON representation

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)