From b1af8fd87760b34e3ff2fd3bda38f211815a0473 Mon Sep 17 00:00:00 2001 From: Terin Stock Date: Sun, 9 Mar 2025 17:47:56 +0100 Subject: [chore] remove vendor --- vendor/codeberg.org/gruf/go-structr/README.md | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 vendor/codeberg.org/gruf/go-structr/README.md (limited to 'vendor/codeberg.org/gruf/go-structr/README.md') diff --git a/vendor/codeberg.org/gruf/go-structr/README.md b/vendor/codeberg.org/gruf/go-structr/README.md deleted file mode 100644 index 2ea88faef..000000000 --- a/vendor/codeberg.org/gruf/go-structr/README.md +++ /dev/null @@ -1,11 +0,0 @@ -# go-structr - -A library with a series of performant data types with automated struct value indexing. Indexing is supported via arbitrary combinations of fields, and in the case of the cache type, negative results (errors!) are also supported. - -Under the hood, go-structr maintains a hashmap per index, where each hashmap is keyed by serialized input key. This is handled by the incredibly performant serialization library [go-mangler/v2](https://codeberg.org/gruf/go-mangler), which at this point in time supports all concrete types, so feel free to index by by *almost* anything! - -See the [docs](https://pkg.go.dev/codeberg.org/gruf/go-structr) for more API information. - -## Notes - -This is a core underpinning of [GoToSocial](https://github.com/superseriousbusiness/gotosocial)'s performance. \ No newline at end of file -- cgit v1.2.3