blob: e2a9bdc153e69e5b97640cbf3235cc7100bad6c4 (
plain)
1
2
3
4
5
|
# go-structr
A performant struct caching library with automated indexing by arbitrary combinations of fields, including support for negative results (errors!). An example use case is in database lookups.
This is a core underpinning of [GoToSocial](https://github.com/superseriousbusiness/gotosocial)'s performance.
|