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

https://github.com/astef/internedstring

Represents a string which is guaranteed to be interned. Provides an optimized GetHashCode() and Equals(...) overrides, which rely on reference comparison rather than string contents.
https://github.com/astef/internedstring

Last synced: about 1 year ago
JSON representation

Represents a string which is guaranteed to be interned. Provides an optimized GetHashCode() and Equals(...) overrides, which rely on reference comparison rather than string contents.

Awesome Lists containing this project