diff options
Diffstat (limited to 'vendor/codeberg.org/gruf/go-structr/README.md')
-rw-r--r-- | vendor/codeberg.org/gruf/go-structr/README.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/vendor/codeberg.org/gruf/go-structr/README.md b/vendor/codeberg.org/gruf/go-structr/README.md new file mode 100644 index 000000000..e2a9bdc15 --- /dev/null +++ b/vendor/codeberg.org/gruf/go-structr/README.md @@ -0,0 +1,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.
\ No newline at end of file |