Categorygithub.com/daanv2/go-optimal
repositorypackage
1.0.0
Repository: https://github.com/daanv2/go-optimal.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# README

Go Optimal

GitHub go.mod Go version GitHub release (latest by date) 🐹 Golang

A simple, fast, and easy-to-use library for optimally creating and handling data.

Documentation

The documentation can be found go dev or here.

Environment Variables / Settings

VariableOptionalDocumentation
CPU_CACHE_L1trueCache L1 size in bytes, When set overrides the scraped value
CPU_CACHE_L2trueCache L2 size in bytes, When set overrides the scraped value
CPU_CACHE_L3trueCache L3 size in bytes, When set overrides the scraped value
CPU_CACHE_OPTIMAL_SIZEtrueOptimal cache size in bytes, When set overrides the scraped value
CPU_CACHE_TARGETtrueWhat type of cache to target, can be L1, L2, L3, anything else and it will determine on its own