package
0.15.0
Repository: https://github.com/armadaproject/armada.git
Documentation: pkg.go.dev

# Functions

New return a new *StringInterner backed by a LRU of the given size.

# Structs

StringInterner deduplicates strings with equal value but different backing arrays, thus reducing overall memory usage if many duplicate strings are stored.