diff --git a/README.md b/README.md index 42dd89fe8..ebbc4ed22 100644 --- a/README.md +++ b/README.md @@ -283,7 +283,7 @@ The following open source libraries, frameworks, and tools are used by GoToSocia - [gruf/go-runners](https://codeberg.org/gruf/go-runners); workerpools and synchronization. [MIT License](https://spdx.org/licenses/MIT.html). - [gruf/go-sched](https://codeberg.org/gruf/go-sched); task scheduler. [MIT License](https://spdx.org/licenses/MIT.html). - [gruf/go-store](https://codeberg.org/gruf/go-store); file storage backend (local & s3). [MIT License](https://spdx.org/licenses/MIT.html). - - [gruf/go-structr](https://codeberg.org/gruf/go-structr); struct caching w/ automated multiple indexing. [MIT License](https://spdx.org/licenses/MIT.html). + - [gruf/go-structr](https://codeberg.org/gruf/go-structr); struct caching + queueing with automated indexing by field. [MIT License](https://spdx.org/licenses/MIT.html). - [h2non/filetype](https://github.com/h2non/filetype); filetype checking. [MIT License](https://spdx.org/licenses/MIT.html). - jackc: - [jackc/pgx](https://github.com/jackc/pgconn); Postgres driver. [MIT License](https://spdx.org/licenses/MIT.html). diff --git a/go.mod b/go.mod index 018e2ef2d..f66ad14ff 100644 --- a/go.mod +++ b/go.mod @@ -19,7 +19,7 @@ require ( codeberg.org/gruf/go-runners v1.6.2 codeberg.org/gruf/go-sched v1.2.3 codeberg.org/gruf/go-store/v2 v2.2.4 - codeberg.org/gruf/go-structr v0.3.0 + codeberg.org/gruf/go-structr v0.6.0 codeberg.org/superseriousbusiness/exif-terminator v0.7.0 github.com/DmitriyVTitov/size v1.5.0 github.com/KimMachineGun/automemlimit v0.5.0 @@ -84,6 +84,7 @@ require ( codeberg.org/gruf/go-atomics v1.1.0 // indirect codeberg.org/gruf/go-bitutil v1.1.0 // indirect codeberg.org/gruf/go-fastpath/v2 v2.0.0 // indirect + codeberg.org/gruf/go-mangler v1.3.0 // indirect codeberg.org/gruf/go-maps v1.0.3 // indirect github.com/Masterminds/goutils v1.1.1 // indirect github.com/Masterminds/semver/v3 v3.2.0 // indirect @@ -202,7 +203,6 @@ require ( github.com/uptrace/opentelemetry-go-extra/otelsql v0.2.3 // indirect github.com/vmihailenco/msgpack/v5 v5.4.1 // indirect github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect - github.com/zeebo/xxh3 v1.0.2 // indirect go.mongodb.org/mongo-driver v1.14.0 // indirect go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.24.0 // indirect go.opentelemetry.io/proto/otlp v1.1.0 // indirect diff --git a/go.sum b/go.sum index 6ce0c6d8d..9273583e9 100644 --- a/go.sum +++ b/go.sum @@ -58,6 +58,10 @@ codeberg.org/gruf/go-kv v1.6.4 h1:3NZiW8HVdBM3kpOiLb7XfRiihnzZWMAixdCznguhILk= codeberg.org/gruf/go-kv v1.6.4/go.mod h1:O/YkSvKiS9XsRolM3rqCd9YJmND7dAXu9z+PrlYO4bc= codeberg.org/gruf/go-logger/v2 v2.2.1 h1:RP2u059EQKTBFV3cN8X6xDxNk2RkzqdgXGKflKqB7Oc= codeberg.org/gruf/go-logger/v2 v2.2.1/go.mod h1:m/vBfG5jNUmYXI8Hg9aVSk7Pn8YgEBITQB/B/CzdRss= +codeberg.org/gruf/go-loosy v0.0.0-20231007123304-bb910d1ab5c4 h1:IXwfoU7f2whT6+JKIKskNl/hBlmWmnF1vZd84Eb3cyA= +codeberg.org/gruf/go-loosy v0.0.0-20231007123304-bb910d1ab5c4/go.mod h1:fiO8HE1wjZCephcYmRRsVnNI/i0+mhy44Z5dQalS0rM= +codeberg.org/gruf/go-mangler v1.3.0 h1:cf0vuuLJuEhoIukPHj+MUBIQSWxZcfEYt2Eo/r7Rstk= +codeberg.org/gruf/go-mangler v1.3.0/go.mod h1:jnOA76AQoaO2kTHi0DlTTVaFYfRM+9fzs8f4XO6MsOk= codeberg.org/gruf/go-maps v1.0.3 h1:VDwhnnaVNUIy5O93CvkcE2IZXnMB1+IJjzfop9V12es= codeberg.org/gruf/go-maps v1.0.3/go.mod h1:D5LNDxlC9rsDuVQVM6JObaVGAdHB6g2dTdOdkh1aXWA= codeberg.org/gruf/go-mutexes v1.4.0 h1:53H6bFDRcG6rjk3iOTuGaStT/VTFdU5Uw8Dszy88a8g= @@ -68,8 +72,8 @@ codeberg.org/gruf/go-sched v1.2.3 h1:H5ViDxxzOBR3uIyGBCf0eH8b1L8wMybOXcdtUUTXZHk codeberg.org/gruf/go-sched v1.2.3/go.mod h1:vT9uB6KWFIIwnG9vcPY2a0alYNoqdL1mSzRM8I+PK7A= codeberg.org/gruf/go-store/v2 v2.2.4 h1:8HO1Jh2gg7boQKA3hsDAIXd9zwieu5uXwDXEcTOD9js= codeberg.org/gruf/go-store/v2 v2.2.4/go.mod h1:zI4VWe5CpXAktYMtaBMrgA5QmO0sQH53LBRvfn1huys= -codeberg.org/gruf/go-structr v0.3.0 h1:qaQz40LVm6dWDDp0pGsHbsbO0+XbqsXZ9N5YgqMmG78= -codeberg.org/gruf/go-structr v0.3.0/go.mod h1:v9TsGsCBNNSVm/qeOuiblAeIS72YyxEIUoRpW8j4xm8= +codeberg.org/gruf/go-structr v0.6.0 h1:cFiTE0SN1RzgX833y5DnPgWcdVNfqcvLVvPGLTNcvjg= +codeberg.org/gruf/go-structr v0.6.0/go.mod h1:K1FXkUyO6N/JKt8aWqyQ8rtW7Z9ZmXKWP8mFAQ2OJjE= codeberg.org/superseriousbusiness/exif-terminator v0.7.0 h1:Y6VApSXhKqExG0H2hZ2JelRK4xmWdjDQjn13CpEfzko= codeberg.org/superseriousbusiness/exif-terminator v0.7.0/go.mod h1:gCWKduudUWFzsnixoMzu0FYVdxHWG+AbXnZ50DqxsUE= dmitri.shuralyov.com/gpu/mtl v0.0.0-20190408044501-666a987793e9/go.mod h1:H6x//7gZCb22OMCxBHrMx7a5I7Hp++hsVxbQ4BYO7hU= @@ -126,6 +130,8 @@ github.com/cilium/ebpf v0.9.1 h1:64sn2K3UKw8NbP/blsixRpF3nXuyhz/VjRlRzvlBRu4= github.com/cilium/ebpf v0.9.1/go.mod h1:+OhNOIXx/Fnu1IE8bJz2dzOA+VSfyTfdNUVdlQnxUFY= github.com/client9/misspell v0.3.4/go.mod h1:qj6jICC3Q7zFZvVWo7KLAzC3yx5G7kyvSDkc90ppPyw= github.com/cncf/udpa/go v0.0.0-20191209042840-269d4d468f6f/go.mod h1:M8M6+tZqaGXZJjfX53e64911xZQV5JYwmTeXPW+k8Sc= +github.com/cnf/structhash v0.0.0-20201127153200-e1b16c1ebc08 h1:ox2F0PSMlrAAiAdknSRMDrAr8mfxPCfSZolH+/qQnyQ= +github.com/cnf/structhash v0.0.0-20201127153200-e1b16c1ebc08/go.mod h1:pCxVEbcm3AMg7ejXyorUXi6HQCzOIBf7zEDVPtw0/U4= github.com/containerd/cgroups/v3 v3.0.1 h1:4hfGvu8rfGIwVIDd+nLzn/B9ZXx4BcCjzt5ToenJRaE= github.com/containerd/cgroups/v3 v3.0.1/go.mod h1:/vtwk1VXrtoa5AaZLkypuOJgA/6DyPMZHJPGQNtlHnw= github.com/coreos/go-oidc/v3 v3.10.0 h1:tDnXHnLyiTVyT/2zLDGj09pFPkhND8Gl8lnTRhoEaJU= @@ -179,6 +185,8 @@ github.com/fsnotify/fsnotify v1.4.7/go.mod h1:jwhsz4b93w/PPRr/qN1Yymfu8t87LnFCMo github.com/fsnotify/fsnotify v1.4.9/go.mod h1:znqG4EE+3YCdAaPaxE2ZRY/06pZUdp0tY4IgpuI1SZQ= github.com/fsnotify/fsnotify v1.7.0 h1:8JEhPFa5W2WU7YfeZzPNqzMP6Lwt7L2715Ggo0nosvA= github.com/fsnotify/fsnotify v1.7.0/go.mod h1:40Bi/Hjc2AVfZrqy+aj+yEI+/bRxZnMJyTJwOpGvigM= +github.com/fxamacker/cbor v1.5.1 h1:XjQWBgdmQyqimslUh5r4tUGmoqzHmBFQOImkWGi2awg= +github.com/fxamacker/cbor v1.5.1/go.mod h1:3aPGItF174ni7dDzd6JZ206H8cmr4GDNBGpPa971zsU= github.com/gabriel-vasile/mimetype v1.4.3 h1:in2uUcidCuFcDKtdcBxlR0rJ1+fsokWf+uqxgUFjbI0= github.com/gabriel-vasile/mimetype v1.4.3/go.mod h1:d8uq/6HKRL6CGdk+aubisF/M5GcPfT7nKyLpA0lbSSk= github.com/gavv/httpexpect v2.0.0+incompatible h1:1X9kcRshkSKEjNJJxX9Y9mQ5BRfbxU5kORdjhlA1yX8= @@ -493,6 +501,8 @@ github.com/minio/sha256-simd v1.0.1/go.mod h1:Pz6AKMiUdngCLpeTL/RJY1M9rUuPMYujV5 github.com/mitchellh/copystructure v1.0.0/go.mod h1:SNtv71yrdKgLRyLFxmLdkAbkKEFWgYaq1OVrnRcwhnw= github.com/mitchellh/copystructure v1.2.0 h1:vpKXTN4ewci03Vljg/q9QvCGUDttBOGBIa15WveJJGw= github.com/mitchellh/copystructure v1.2.0/go.mod h1:qLl+cE2AmVv+CoeAwDPye/v+N2HKCj9FbZEVFJRxO9s= +github.com/mitchellh/hashstructure/v2 v2.0.2 h1:vGKWl0YJqUNxE8d+h8f6NJLcCJrgbhC4NcD46KavDd4= +github.com/mitchellh/hashstructure/v2 v2.0.2/go.mod h1:MG3aRVU/N29oo/V/IhBX8GR/zz4kQkprJgF2EVszyDE= github.com/mitchellh/mapstructure v1.3.3/go.mod h1:bFUtVrKA4DC2yAKiSyO/QUcy7e+RRV2QTWOzhPopBRo= github.com/mitchellh/mapstructure v1.4.1/go.mod h1:bFUtVrKA4DC2yAKiSyO/QUcy7e+RRV2QTWOzhPopBRo= github.com/mitchellh/mapstructure v1.5.0 h1:jeMsZIYE/09sWLaz43PL7Gy6RuMjD2eJVyuac5Z2hdY= @@ -684,6 +694,8 @@ github.com/vmihailenco/tagparser/v2 v2.0.0 h1:y09buUbR+b5aycVFQs/g70pqKVZNBmxwAh github.com/vmihailenco/tagparser/v2 v2.0.0/go.mod h1:Wri+At7QHww0WTrCBeu4J6bNtoV6mEfg5OIWRZA9qds= github.com/wagslane/go-password-validator v0.3.0 h1:vfxOPzGHkz5S146HDpavl0cw1DSVP061Ry2PX0/ON6I= github.com/wagslane/go-password-validator v0.3.0/go.mod h1:TI1XJ6T5fRdRnHqHt14pvy1tNVnrwe7m3/f1f2fDphQ= +github.com/x448/float16 v0.8.4 h1:qLwI1I70+NjRFUR3zs1JPUCgaCXSh3SW62uAKT1mSBM= +github.com/x448/float16 v0.8.4/go.mod h1:14CWIYCyZA/cWjXOioeEpHeN/83MdbZDRQHoFcYsOfg= github.com/xdg-go/pbkdf2 v1.0.0/go.mod h1:jrpuAogTd400dnrH08LKmI/xc1MbPOebTwRqcT5RDeI= github.com/xdg-go/scram v1.0.2/go.mod h1:1WAq6h33pAW+iRreB34OORO2Nf7qel3VV3fjBj+hCSs= github.com/xdg-go/scram v1.1.1/go.mod h1:RaEWvsqvNKKvBPvcKeFjrG2cJqOkHTiyTpzz23ni57g= @@ -709,10 +721,6 @@ github.com/yuin/goldmark v1.1.32/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9de github.com/yuin/goldmark v1.4.13/go.mod h1:6yULJ656Px+3vBD8DxQVa3kxgyrAnzto9xy5taEt/CY= github.com/yuin/goldmark v1.7.0 h1:EfOIvIMZIzHdB/R/zVrikYLPPwJlfMcNczJFMs1m6sA= github.com/yuin/goldmark v1.7.0/go.mod h1:uzxRWxtg69N339t3louHJ7+O03ezfj6PlliRlaOzY1E= -github.com/zeebo/assert v1.3.0 h1:g7C04CbJuIDKNPFHmsk4hwZDO5O+kntRxzaUoNXj+IQ= -github.com/zeebo/assert v1.3.0/go.mod h1:Pq9JiuJQpG8JLJdtkwrJESF0Foym2/D9XMU5ciN/wJ0= -github.com/zeebo/xxh3 v1.0.2 h1:xZmwmqxHZA8AI603jOQ0tMqmBr9lPeFwGg6d+xy9DC0= -github.com/zeebo/xxh3 v1.0.2/go.mod h1:5NWz9Sef7zIDm2JHfFlcQvNekmcEl9ekUZQQKCYaDcA= go.mongodb.org/mongo-driver v1.7.3/go.mod h1:NqaYOwnXWr5Pm7AOpO5QFxKJ503nbMse/R79oO62zWg= go.mongodb.org/mongo-driver v1.7.5/go.mod h1:VXEWRZ6URJIkUq2SCAyapmhH0ZLRBP+FT4xhp5Zvxng= go.mongodb.org/mongo-driver v1.10.0/go.mod h1:wsihk0Kdgv8Kqu1Anit4sfK+22vSFbUrAVEYRhCXrA8= diff --git a/internal/cache/db.go b/internal/cache/db.go index ff38c1d93..c383ed6c7 100644 --- a/internal/cache/db.go +++ b/internal/cache/db.go @@ -31,10 +31,10 @@ import ( type GTSCaches struct { // Account provides access to the gtsmodel Account database cache. - Account structr.Cache[*gtsmodel.Account] + Account StructCache[*gtsmodel.Account] // AccountNote provides access to the gtsmodel Note database cache. - AccountNote structr.Cache[*gtsmodel.AccountNote] + AccountNote StructCache[*gtsmodel.AccountNote] // TEMPORARY CACHE TO ALLEVIATE SLOW COUNT QUERIES, // (in time will be removed when these IDs are cached). @@ -44,19 +44,19 @@ type GTSCaches struct { }] // AccountSettings provides access to the gtsmodel AccountSettings database cache. - AccountSettings structr.Cache[*gtsmodel.AccountSettings] + AccountSettings StructCache[*gtsmodel.AccountSettings] // Application provides access to the gtsmodel Application database cache. - Application structr.Cache[*gtsmodel.Application] + Application StructCache[*gtsmodel.Application] // Block provides access to the gtsmodel Block (account) database cache. - Block structr.Cache[*gtsmodel.Block] + Block StructCache[*gtsmodel.Block] // FollowIDs provides access to the block IDs database cache. - BlockIDs *SliceCache[string] + BlockIDs SliceCache[string] // BoostOfIDs provides access to the boost of IDs list database cache. - BoostOfIDs *SliceCache[string] + BoostOfIDs SliceCache[string] // DomainAllow provides access to the domain allow database cache. DomainAllow *domain.Cache @@ -65,22 +65,22 @@ type GTSCaches struct { DomainBlock *domain.Cache // Emoji provides access to the gtsmodel Emoji database cache. - Emoji structr.Cache[*gtsmodel.Emoji] + Emoji StructCache[*gtsmodel.Emoji] // EmojiCategory provides access to the gtsmodel EmojiCategory database cache. - EmojiCategory structr.Cache[*gtsmodel.EmojiCategory] + EmojiCategory StructCache[*gtsmodel.EmojiCategory] // Filter provides access to the gtsmodel Filter database cache. - Filter structr.Cache[*gtsmodel.Filter] + Filter StructCache[*gtsmodel.Filter] // FilterKeyword provides access to the gtsmodel FilterKeyword database cache. - FilterKeyword structr.Cache[*gtsmodel.FilterKeyword] + FilterKeyword StructCache[*gtsmodel.FilterKeyword] // FilterStatus provides access to the gtsmodel FilterStatus database cache. - FilterStatus structr.Cache[*gtsmodel.FilterStatus] + FilterStatus StructCache[*gtsmodel.FilterStatus] // Follow provides access to the gtsmodel Follow database cache. - Follow structr.Cache[*gtsmodel.Follow] + Follow StructCache[*gtsmodel.Follow] // FollowIDs provides access to the follower / following IDs database cache. // THIS CACHE IS KEYED AS THE FOLLOWING {prefix}{accountID} WHERE PREFIX IS: @@ -88,76 +88,76 @@ type GTSCaches struct { // - 'l>' for local following IDs // - '<' for follower IDs // - 'l<' for local follower IDs - FollowIDs *SliceCache[string] + FollowIDs SliceCache[string] // FollowRequest provides access to the gtsmodel FollowRequest database cache. - FollowRequest structr.Cache[*gtsmodel.FollowRequest] + FollowRequest StructCache[*gtsmodel.FollowRequest] // FollowRequestIDs provides access to the follow requester / requesting IDs database // cache. THIS CACHE IS KEYED AS THE FOLLOWING {prefix}{accountID} WHERE PREFIX IS: // - '>' for following IDs // - '<' for follower IDs - FollowRequestIDs *SliceCache[string] + FollowRequestIDs SliceCache[string] // Instance provides access to the gtsmodel Instance database cache. - Instance structr.Cache[*gtsmodel.Instance] + Instance StructCache[*gtsmodel.Instance] // InReplyToIDs provides access to the status in reply to IDs list database cache. - InReplyToIDs *SliceCache[string] + InReplyToIDs SliceCache[string] // List provides access to the gtsmodel List database cache. - List structr.Cache[*gtsmodel.List] + List StructCache[*gtsmodel.List] // ListEntry provides access to the gtsmodel ListEntry database cache. - ListEntry structr.Cache[*gtsmodel.ListEntry] + ListEntry StructCache[*gtsmodel.ListEntry] // Marker provides access to the gtsmodel Marker database cache. - Marker structr.Cache[*gtsmodel.Marker] + Marker StructCache[*gtsmodel.Marker] // Media provides access to the gtsmodel Media database cache. - Media structr.Cache[*gtsmodel.MediaAttachment] + Media StructCache[*gtsmodel.MediaAttachment] // Mention provides access to the gtsmodel Mention database cache. - Mention structr.Cache[*gtsmodel.Mention] + Mention StructCache[*gtsmodel.Mention] // Move provides access to the gtsmodel Move database cache. - Move structr.Cache[*gtsmodel.Move] + Move StructCache[*gtsmodel.Move] // Notification provides access to the gtsmodel Notification database cache. - Notification structr.Cache[*gtsmodel.Notification] + Notification StructCache[*gtsmodel.Notification] // Poll provides access to the gtsmodel Poll database cache. - Poll structr.Cache[*gtsmodel.Poll] + Poll StructCache[*gtsmodel.Poll] // PollVote provides access to the gtsmodel PollVote database cache. - PollVote structr.Cache[*gtsmodel.PollVote] + PollVote StructCache[*gtsmodel.PollVote] // PollVoteIDs provides access to the poll vote IDs list database cache. - PollVoteIDs *SliceCache[string] + PollVoteIDs SliceCache[string] // Report provides access to the gtsmodel Report database cache. - Report structr.Cache[*gtsmodel.Report] + Report StructCache[*gtsmodel.Report] // Status provides access to the gtsmodel Status database cache. - Status structr.Cache[*gtsmodel.Status] + Status StructCache[*gtsmodel.Status] // StatusFave provides access to the gtsmodel StatusFave database cache. - StatusFave structr.Cache[*gtsmodel.StatusFave] + StatusFave StructCache[*gtsmodel.StatusFave] // StatusFaveIDs provides access to the status fave IDs list database cache. - StatusFaveIDs *SliceCache[string] + StatusFaveIDs SliceCache[string] // Tag provides access to the gtsmodel Tag database cache. - Tag structr.Cache[*gtsmodel.Tag] + Tag StructCache[*gtsmodel.Tag] // Tombstone provides access to the gtsmodel Tombstone database cache. - Tombstone structr.Cache[*gtsmodel.Tombstone] + Tombstone StructCache[*gtsmodel.Tombstone] // ThreadMute provides access to the gtsmodel ThreadMute database cache. - ThreadMute structr.Cache[*gtsmodel.ThreadMute] + ThreadMute StructCache[*gtsmodel.ThreadMute] // User provides access to the gtsmodel User database cache. - User structr.Cache[*gtsmodel.User] + User StructCache[*gtsmodel.User] // Webfinger provides access to the webfinger URL cache. // TODO: move out of GTS caches since unrelated to DB. @@ -198,7 +198,7 @@ func (c *Caches) initAccount() { return a2 } - c.GTS.Account.Init(structr.Config[*gtsmodel.Account]{ + c.GTS.Account.Init(structr.CacheConfig[*gtsmodel.Account]{ Indices: []structr.IndexConfig{ {Fields: "ID"}, {Fields: "URI"}, @@ -212,7 +212,7 @@ func (c *Caches) initAccount() { }, MaxSize: cap, IgnoreErr: ignoreErrors, - CopyValue: copyF, + Copy: copyF, Invalidate: c.OnInvalidateAccount, }) } @@ -255,14 +255,14 @@ func (c *Caches) initAccountNote() { return n2 } - c.GTS.AccountNote.Init(structr.Config[*gtsmodel.AccountNote]{ + c.GTS.AccountNote.Init(structr.CacheConfig[*gtsmodel.AccountNote]{ Indices: []structr.IndexConfig{ {Fields: "ID"}, {Fields: "AccountID,TargetAccountID"}, }, MaxSize: cap, IgnoreErr: ignoreErrors, - CopyValue: copyF, + Copy: copyF, }) } @@ -275,13 +275,13 @@ func (c *Caches) initAccountSettings() { log.Infof(nil, "cache size = %d", cap) - c.GTS.AccountSettings.Init(structr.Config[*gtsmodel.AccountSettings]{ + c.GTS.AccountSettings.Init(structr.CacheConfig[*gtsmodel.AccountSettings]{ Indices: []structr.IndexConfig{ {Fields: "AccountID"}, }, MaxSize: cap, IgnoreErr: ignoreErrors, - CopyValue: func(s1 *gtsmodel.AccountSettings) *gtsmodel.AccountSettings { + Copy: func(s1 *gtsmodel.AccountSettings) *gtsmodel.AccountSettings { s2 := new(gtsmodel.AccountSettings) *s2 = *s1 return s2 @@ -304,14 +304,14 @@ func (c *Caches) initApplication() { return a2 } - c.GTS.Application.Init(structr.Config[*gtsmodel.Application]{ + c.GTS.Application.Init(structr.CacheConfig[*gtsmodel.Application]{ Indices: []structr.IndexConfig{ {Fields: "ID"}, {Fields: "ClientID"}, }, MaxSize: cap, IgnoreErr: ignoreErrors, - CopyValue: copyF, + Copy: copyF, }) } @@ -337,7 +337,7 @@ func (c *Caches) initBlock() { return b2 } - c.GTS.Block.Init(structr.Config[*gtsmodel.Block]{ + c.GTS.Block.Init(structr.CacheConfig[*gtsmodel.Block]{ Indices: []structr.IndexConfig{ {Fields: "ID"}, {Fields: "URI"}, @@ -347,7 +347,7 @@ func (c *Caches) initBlock() { }, MaxSize: cap, IgnoreErr: ignoreErrors, - CopyValue: copyF, + Copy: copyF, Invalidate: c.OnInvalidateBlock, }) } @@ -360,10 +360,7 @@ func (c *Caches) initBlockIDs() { log.Infof(nil, "cache size = %d", cap) - c.GTS.BlockIDs = &SliceCache[string]{Cache: simple.New[string, []string]( - 0, - cap, - )} + c.GTS.BlockIDs.Init(0, cap) } func (c *Caches) initBoostOfIDs() { @@ -374,10 +371,7 @@ func (c *Caches) initBoostOfIDs() { log.Infof(nil, "cache size = %d", cap) - c.GTS.BoostOfIDs = &SliceCache[string]{Cache: simple.New[string, []string]( - 0, - cap, - )} + c.GTS.BoostOfIDs.Init(0, cap) } func (c *Caches) initDomainAllow() { @@ -409,7 +403,7 @@ func (c *Caches) initEmoji() { return e2 } - c.GTS.Emoji.Init(structr.Config[*gtsmodel.Emoji]{ + c.GTS.Emoji.Init(structr.CacheConfig[*gtsmodel.Emoji]{ Indices: []structr.IndexConfig{ {Fields: "ID"}, {Fields: "URI"}, @@ -419,7 +413,7 @@ func (c *Caches) initEmoji() { }, MaxSize: cap, IgnoreErr: ignoreErrors, - CopyValue: copyF, + Copy: copyF, }) } @@ -438,14 +432,14 @@ func (c *Caches) initEmojiCategory() { return c2 } - c.GTS.EmojiCategory.Init(structr.Config[*gtsmodel.EmojiCategory]{ + c.GTS.EmojiCategory.Init(structr.CacheConfig[*gtsmodel.EmojiCategory]{ Indices: []structr.IndexConfig{ {Fields: "ID"}, {Fields: "Name"}, }, MaxSize: cap, IgnoreErr: ignoreErrors, - CopyValue: copyF, + Copy: copyF, Invalidate: c.OnInvalidateEmojiCategory, }) } @@ -472,14 +466,14 @@ func (c *Caches) initFilter() { return filter2 } - c.GTS.Filter.Init(structr.Config[*gtsmodel.Filter]{ + c.GTS.Filter.Init(structr.CacheConfig[*gtsmodel.Filter]{ Indices: []structr.IndexConfig{ {Fields: "ID"}, {Fields: "AccountID", Multiple: true}, }, MaxSize: cap, IgnoreErr: ignoreErrors, - CopyValue: copyF, + Copy: copyF, }) } @@ -504,7 +498,7 @@ func (c *Caches) initFilterKeyword() { return filterKeyword2 } - c.GTS.FilterKeyword.Init(structr.Config[*gtsmodel.FilterKeyword]{ + c.GTS.FilterKeyword.Init(structr.CacheConfig[*gtsmodel.FilterKeyword]{ Indices: []structr.IndexConfig{ {Fields: "ID"}, {Fields: "AccountID", Multiple: true}, @@ -512,7 +506,7 @@ func (c *Caches) initFilterKeyword() { }, MaxSize: cap, IgnoreErr: ignoreErrors, - CopyValue: copyF, + Copy: copyF, }) } @@ -537,7 +531,7 @@ func (c *Caches) initFilterStatus() { return filterStatus2 } - c.GTS.FilterStatus.Init(structr.Config[*gtsmodel.FilterStatus]{ + c.GTS.FilterStatus.Init(structr.CacheConfig[*gtsmodel.FilterStatus]{ Indices: []structr.IndexConfig{ {Fields: "ID"}, {Fields: "AccountID", Multiple: true}, @@ -545,7 +539,7 @@ func (c *Caches) initFilterStatus() { }, MaxSize: cap, IgnoreErr: ignoreErrors, - CopyValue: copyF, + Copy: copyF, }) } @@ -571,7 +565,7 @@ func (c *Caches) initFollow() { return f2 } - c.GTS.Follow.Init(structr.Config[*gtsmodel.Follow]{ + c.GTS.Follow.Init(structr.CacheConfig[*gtsmodel.Follow]{ Indices: []structr.IndexConfig{ {Fields: "ID"}, {Fields: "URI"}, @@ -581,7 +575,7 @@ func (c *Caches) initFollow() { }, MaxSize: cap, IgnoreErr: ignoreErrors, - CopyValue: copyF, + Copy: copyF, Invalidate: c.OnInvalidateFollow, }) } @@ -594,10 +588,7 @@ func (c *Caches) initFollowIDs() { log.Infof(nil, "cache size = %d", cap) - c.GTS.FollowIDs = &SliceCache[string]{Cache: simple.New[string, []string]( - 0, - cap, - )} + c.GTS.FollowIDs.Init(0, cap) } func (c *Caches) initFollowRequest() { @@ -622,7 +613,7 @@ func (c *Caches) initFollowRequest() { return f2 } - c.GTS.FollowRequest.Init(structr.Config[*gtsmodel.FollowRequest]{ + c.GTS.FollowRequest.Init(structr.CacheConfig[*gtsmodel.FollowRequest]{ Indices: []structr.IndexConfig{ {Fields: "ID"}, {Fields: "URI"}, @@ -632,7 +623,7 @@ func (c *Caches) initFollowRequest() { }, MaxSize: cap, IgnoreErr: ignoreErrors, - CopyValue: copyF, + Copy: copyF, Invalidate: c.OnInvalidateFollowRequest, }) } @@ -645,10 +636,7 @@ func (c *Caches) initFollowRequestIDs() { log.Infof(nil, "cache size = %d", cap) - c.GTS.FollowRequestIDs = &SliceCache[string]{Cache: simple.New[string, []string]( - 0, - cap, - )} + c.GTS.FollowRequestIDs.Init(0, cap) } func (c *Caches) initInReplyToIDs() { @@ -659,10 +647,7 @@ func (c *Caches) initInReplyToIDs() { log.Infof(nil, "cache size = %d", cap) - c.GTS.InReplyToIDs = &SliceCache[string]{Cache: simple.New[string, []string]( - 0, - cap, - )} + c.GTS.InReplyToIDs.Init(0, cap) } func (c *Caches) initInstance() { @@ -687,14 +672,14 @@ func (c *Caches) initInstance() { return i1 } - c.GTS.Instance.Init(structr.Config[*gtsmodel.Instance]{ + c.GTS.Instance.Init(structr.CacheConfig[*gtsmodel.Instance]{ Indices: []structr.IndexConfig{ {Fields: "ID"}, {Fields: "Domain"}, }, MaxSize: cap, IgnoreErr: ignoreErrors, - CopyValue: copyF, + Copy: copyF, }) } @@ -720,13 +705,13 @@ func (c *Caches) initList() { return l2 } - c.GTS.List.Init(structr.Config[*gtsmodel.List]{ + c.GTS.List.Init(structr.CacheConfig[*gtsmodel.List]{ Indices: []structr.IndexConfig{ {Fields: "ID"}, }, MaxSize: cap, IgnoreErr: ignoreErrors, - CopyValue: copyF, + Copy: copyF, Invalidate: c.OnInvalidateList, }) } @@ -752,7 +737,7 @@ func (c *Caches) initListEntry() { return l2 } - c.GTS.ListEntry.Init(structr.Config[*gtsmodel.ListEntry]{ + c.GTS.ListEntry.Init(structr.CacheConfig[*gtsmodel.ListEntry]{ Indices: []structr.IndexConfig{ {Fields: "ID"}, {Fields: "ListID", Multiple: true}, @@ -760,7 +745,7 @@ func (c *Caches) initListEntry() { }, MaxSize: cap, IgnoreErr: ignoreErrors, - CopyValue: copyF, + Copy: copyF, }) } @@ -779,13 +764,13 @@ func (c *Caches) initMarker() { return m2 } - c.GTS.Marker.Init(structr.Config[*gtsmodel.Marker]{ + c.GTS.Marker.Init(structr.CacheConfig[*gtsmodel.Marker]{ Indices: []structr.IndexConfig{ {Fields: "AccountID,Name"}, }, MaxSize: cap, IgnoreErr: ignoreErrors, - CopyValue: copyF, + Copy: copyF, }) } @@ -804,13 +789,13 @@ func (c *Caches) initMedia() { return m2 } - c.GTS.Media.Init(structr.Config[*gtsmodel.MediaAttachment]{ + c.GTS.Media.Init(structr.CacheConfig[*gtsmodel.MediaAttachment]{ Indices: []structr.IndexConfig{ {Fields: "ID"}, }, MaxSize: cap, IgnoreErr: ignoreErrors, - CopyValue: copyF, + Copy: copyF, Invalidate: c.OnInvalidateMedia, }) } @@ -838,13 +823,13 @@ func (c *Caches) initMention() { return m2 } - c.GTS.Mention.Init(structr.Config[*gtsmodel.Mention]{ + c.GTS.Mention.Init(structr.CacheConfig[*gtsmodel.Mention]{ Indices: []structr.IndexConfig{ {Fields: "ID"}, }, MaxSize: cap, IgnoreErr: ignoreErrors, - CopyValue: copyF, + Copy: copyF, }) } @@ -857,7 +842,7 @@ func (c *Caches) initMove() { log.Infof(nil, "cache size = %d", cap) - c.GTS.Move.Init(structr.Config[*gtsmodel.Move]{ + c.GTS.Move.Init(structr.CacheConfig[*gtsmodel.Move]{ Indices: []structr.IndexConfig{ {Fields: "ID"}, {Fields: "URI"}, @@ -867,7 +852,7 @@ func (c *Caches) initMove() { }, MaxSize: cap, IgnoreErr: ignoreErrors, - CopyValue: func(m1 *gtsmodel.Move) *gtsmodel.Move { + Copy: func(m1 *gtsmodel.Move) *gtsmodel.Move { m2 := new(gtsmodel.Move) *m2 = *m1 return m2 @@ -898,14 +883,14 @@ func (c *Caches) initNotification() { return n2 } - c.GTS.Notification.Init(structr.Config[*gtsmodel.Notification]{ + c.GTS.Notification.Init(structr.CacheConfig[*gtsmodel.Notification]{ Indices: []structr.IndexConfig{ {Fields: "ID"}, {Fields: "NotificationType,TargetAccountID,OriginAccountID,StatusID", AllowZero: true}, }, MaxSize: cap, IgnoreErr: ignoreErrors, - CopyValue: copyF, + Copy: copyF, }) } @@ -935,14 +920,14 @@ func (c *Caches) initPoll() { return p2 } - c.GTS.Poll.Init(structr.Config[*gtsmodel.Poll]{ + c.GTS.Poll.Init(structr.CacheConfig[*gtsmodel.Poll]{ Indices: []structr.IndexConfig{ {Fields: "ID"}, {Fields: "StatusID"}, }, MaxSize: cap, IgnoreErr: ignoreErrors, - CopyValue: copyF, + Copy: copyF, Invalidate: c.OnInvalidatePoll, }) } @@ -969,7 +954,7 @@ func (c *Caches) initPollVote() { return v2 } - c.GTS.PollVote.Init(structr.Config[*gtsmodel.PollVote]{ + c.GTS.PollVote.Init(structr.CacheConfig[*gtsmodel.PollVote]{ Indices: []structr.IndexConfig{ {Fields: "ID"}, {Fields: "PollID", Multiple: true}, @@ -977,7 +962,7 @@ func (c *Caches) initPollVote() { }, MaxSize: cap, IgnoreErr: ignoreErrors, - CopyValue: copyF, + Copy: copyF, Invalidate: c.OnInvalidatePollVote, }) } @@ -990,10 +975,7 @@ func (c *Caches) initPollVoteIDs() { log.Infof(nil, "cache size = %d", cap) - c.GTS.PollVoteIDs = &SliceCache[string]{Cache: simple.New[string, []string]( - 0, - cap, - )} + c.GTS.PollVoteIDs.Init(0, cap) } func (c *Caches) initReport() { @@ -1021,13 +1003,13 @@ func (c *Caches) initReport() { return r2 } - c.GTS.Report.Init(structr.Config[*gtsmodel.Report]{ + c.GTS.Report.Init(structr.CacheConfig[*gtsmodel.Report]{ Indices: []structr.IndexConfig{ {Fields: "ID"}, }, MaxSize: cap, IgnoreErr: ignoreErrors, - CopyValue: copyF, + Copy: copyF, }) } @@ -1062,7 +1044,7 @@ func (c *Caches) initStatus() { return s2 } - c.GTS.Status.Init(structr.Config[*gtsmodel.Status]{ + c.GTS.Status.Init(structr.CacheConfig[*gtsmodel.Status]{ Indices: []structr.IndexConfig{ {Fields: "ID"}, {Fields: "URI"}, @@ -1073,7 +1055,7 @@ func (c *Caches) initStatus() { }, MaxSize: cap, IgnoreErr: ignoreErrors, - CopyValue: copyF, + Copy: copyF, Invalidate: c.OnInvalidateStatus, }) } @@ -1101,7 +1083,7 @@ func (c *Caches) initStatusFave() { return f2 } - c.GTS.StatusFave.Init(structr.Config[*gtsmodel.StatusFave]{ + c.GTS.StatusFave.Init(structr.CacheConfig[*gtsmodel.StatusFave]{ Indices: []structr.IndexConfig{ {Fields: "ID"}, {Fields: "AccountID,StatusID"}, @@ -1109,7 +1091,7 @@ func (c *Caches) initStatusFave() { }, MaxSize: cap, IgnoreErr: ignoreErrors, - CopyValue: copyF, + Copy: copyF, Invalidate: c.OnInvalidateStatusFave, }) } @@ -1122,10 +1104,7 @@ func (c *Caches) initStatusFaveIDs() { log.Infof(nil, "cache size = %d", cap) - c.GTS.StatusFaveIDs = &SliceCache[string]{Cache: simple.New[string, []string]( - 0, - cap, - )} + c.GTS.StatusFaveIDs.Init(0, cap) } func (c *Caches) initTag() { @@ -1143,14 +1122,14 @@ func (c *Caches) initTag() { return m2 } - c.GTS.Tag.Init(structr.Config[*gtsmodel.Tag]{ + c.GTS.Tag.Init(structr.CacheConfig[*gtsmodel.Tag]{ Indices: []structr.IndexConfig{ {Fields: "ID"}, {Fields: "Name"}, }, MaxSize: cap, IgnoreErr: ignoreErrors, - CopyValue: copyF, + Copy: copyF, }) } @@ -1168,7 +1147,7 @@ func (c *Caches) initThreadMute() { return t2 } - c.GTS.ThreadMute.Init(structr.Config[*gtsmodel.ThreadMute]{ + c.GTS.ThreadMute.Init(structr.CacheConfig[*gtsmodel.ThreadMute]{ Indices: []structr.IndexConfig{ {Fields: "ID"}, {Fields: "ThreadID", Multiple: true}, @@ -1177,7 +1156,7 @@ func (c *Caches) initThreadMute() { }, MaxSize: cap, IgnoreErr: ignoreErrors, - CopyValue: copyF, + Copy: copyF, }) } @@ -1196,14 +1175,14 @@ func (c *Caches) initTombstone() { return t2 } - c.GTS.Tombstone.Init(structr.Config[*gtsmodel.Tombstone]{ + c.GTS.Tombstone.Init(structr.CacheConfig[*gtsmodel.Tombstone]{ Indices: []structr.IndexConfig{ {Fields: "ID"}, {Fields: "URI"}, }, MaxSize: cap, IgnoreErr: ignoreErrors, - CopyValue: copyF, + Copy: copyF, }) } @@ -1228,7 +1207,7 @@ func (c *Caches) initUser() { return u2 } - c.GTS.User.Init(structr.Config[*gtsmodel.User]{ + c.GTS.User.Init(structr.CacheConfig[*gtsmodel.User]{ Indices: []structr.IndexConfig{ {Fields: "ID"}, {Fields: "AccountID"}, @@ -1238,7 +1217,7 @@ func (c *Caches) initUser() { }, MaxSize: cap, IgnoreErr: ignoreErrors, - CopyValue: copyF, + Copy: copyF, Invalidate: c.OnInvalidateUser, }) } diff --git a/internal/cache/invalidate.go b/internal/cache/invalidate.go index a7c4a1552..746d8c7e7 100644 --- a/internal/cache/invalidate.go +++ b/internal/cache/invalidate.go @@ -37,7 +37,7 @@ func (c *Caches) OnInvalidateAccount(account *gtsmodel.Account) { // Invalidate this account's // following / follower lists. // (see FollowIDs() comment for details). - c.GTS.FollowIDs.InvalidateAll( + c.GTS.FollowIDs.Invalidate( ">"+account.ID, "l>"+account.ID, "<"+account.ID, @@ -47,7 +47,7 @@ func (c *Caches) OnInvalidateAccount(account *gtsmodel.Account) { // Invalidate this account's // follow requesting / request lists. // (see FollowRequestIDs() comment for details). - c.GTS.FollowRequestIDs.InvalidateAll( + c.GTS.FollowRequestIDs.Invalidate( ">"+account.ID, "<"+account.ID, ) @@ -96,7 +96,7 @@ func (c *Caches) OnInvalidateFollow(follow *gtsmodel.Follow) { // Invalidate source account's following // lists, and destination's follwer lists. // (see FollowIDs() comment for details). - c.GTS.FollowIDs.InvalidateAll( + c.GTS.FollowIDs.Invalidate( ">"+follow.AccountID, "l>"+follow.AccountID, "<"+follow.AccountID, @@ -115,7 +115,7 @@ func (c *Caches) OnInvalidateFollowRequest(followReq *gtsmodel.FollowRequest) { // Invalidate source account's followreq // lists, and destinations follow req lists. // (see FollowRequestIDs() comment for details). - c.GTS.FollowRequestIDs.InvalidateAll( + c.GTS.FollowRequestIDs.Invalidate( ">"+followReq.AccountID, "<"+followReq.AccountID, ">"+followReq.TargetAccountID, @@ -164,15 +164,13 @@ func (c *Caches) OnInvalidateStatus(status *gtsmodel.Status) { // Invalidate status ID cached visibility. c.Visibility.Invalidate("ItemID", status.ID) - for _, id := range status.AttachmentIDs { - // Invalidate each media by the IDs we're aware of. - // This must be done as the status table is aware of - // the media IDs in use before the media table is - // aware of the status ID they are linked to. - // - // c.GTS.Media().Invalidate("StatusID") will not work. - c.GTS.Media.Invalidate("ID", id) - } + // Invalidate each media by the IDs we're aware of. + // This must be done as the status table is aware of + // the media IDs in use before the media table is + // aware of the status ID they are linked to. + // + // c.GTS.Media().Invalidate("StatusID") will not work. + c.GTS.Media.InvalidateIDs("ID", status.AttachmentIDs) if status.BoostOfID != "" { // Invalidate boost ID list of the original status. diff --git a/internal/cache/slice.go b/internal/cache/slice.go deleted file mode 100644 index 0a7a6ccdc..000000000 --- a/internal/cache/slice.go +++ /dev/null @@ -1,52 +0,0 @@ -// GoToSocial -// Copyright (C) GoToSocial Authors admin@gotosocial.org -// SPDX-License-Identifier: AGPL-3.0-or-later -// -// This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public License as published by -// the Free Software Foundation, either version 3 of the License, or -// (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU Affero General Public License for more details. -// -// You should have received a copy of the GNU Affero General Public License -// along with this program. If not, see . - -package cache - -import ( - "slices" - - "codeberg.org/gruf/go-cache/v3/simple" -) - -// SliceCache wraps a simple.Cache to provide simple loader-callback -// functions for fetching + caching slices of objects (e.g. IDs). -type SliceCache[T any] struct { - *simple.Cache[string, []T] -} - -// Load will attempt to load an existing slice from the cache for the given key, else calling the provided load function and caching the result. -func (c *SliceCache[T]) Load(key string, load func() ([]T, error)) ([]T, error) { - // Look for follow IDs list in cache under this key. - data, ok := c.Get(key) - - if !ok { - var err error - - // Not cached, load! - data, err = load() - if err != nil { - return nil, err - } - - // Store the data. - c.Set(key, data) - } - - // Return data clone for safety. - return slices.Clone(data), nil -} diff --git a/internal/cache/visibility.go b/internal/cache/visibility.go index 878efcdb8..e280054ec 100644 --- a/internal/cache/visibility.go +++ b/internal/cache/visibility.go @@ -24,7 +24,7 @@ import ( ) type VisibilityCache struct { - structr.Cache[*CachedVisibility] + StructCache[*CachedVisibility] } func (c *Caches) initVisibility() { @@ -42,7 +42,7 @@ func (c *Caches) initVisibility() { return v2 } - c.Visibility.Init(structr.Config[*CachedVisibility]{ + c.Visibility.Init(structr.CacheConfig[*CachedVisibility]{ Indices: []structr.IndexConfig{ {Fields: "ItemID", Multiple: true}, {Fields: "RequesterID", Multiple: true}, @@ -50,7 +50,7 @@ func (c *Caches) initVisibility() { }, MaxSize: cap, IgnoreErr: ignoreErrors, - CopyValue: copyF, + Copy: copyF, }) } diff --git a/internal/cache/wrappers.go b/internal/cache/wrappers.go new file mode 100644 index 000000000..edeea9bcd --- /dev/null +++ b/internal/cache/wrappers.go @@ -0,0 +1,214 @@ +// GoToSocial +// Copyright (C) GoToSocial Authors admin@gotosocial.org +// SPDX-License-Identifier: AGPL-3.0-or-later +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU Affero General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Affero General Public License for more details. +// +// You should have received a copy of the GNU Affero General Public License +// along with this program. If not, see . + +package cache + +import ( + "slices" + + "codeberg.org/gruf/go-cache/v3/simple" + "codeberg.org/gruf/go-structr" +) + +// SliceCache wraps a simple.Cache to provide simple loader-callback +// functions for fetching + caching slices of objects (e.g. IDs). +type SliceCache[T any] struct { + cache simple.Cache[string, []T] +} + +// Init initializes the cache with given length + capacity. +func (c *SliceCache[T]) Init(len, cap int) { + c.cache = simple.Cache[string, []T]{} + c.cache.Init(len, cap) +} + +// Load will attempt to load an existing slice from cache for key, else calling load function and caching the result. +func (c *SliceCache[T]) Load(key string, load func() ([]T, error)) ([]T, error) { + // Look for cached values. + data, ok := c.cache.Get(key) + + if !ok { + var err error + + // Not cached, load! + data, err = load() + if err != nil { + return nil, err + } + + // Store the data. + c.cache.Set(key, data) + } + + // Return data clone for safety. + return slices.Clone(data), nil +} + +// Invalidate: see simple.Cache{}.InvalidateAll(). +func (c *SliceCache[T]) Invalidate(keys ...string) { + _ = c.cache.InvalidateAll(keys...) +} + +// Trim: see simple.Cache{}.Trim(). +func (c *SliceCache[T]) Trim(perc float64) { + c.cache.Trim(perc) +} + +// Clear: see simple.Cache{}.Clear(). +func (c *SliceCache[T]) Clear() { + c.cache.Clear() +} + +// Len: see simple.Cache{}.Len(). +func (c *SliceCache[T]) Len() int { + return c.cache.Len() +} + +// Cap: see simple.Cache{}.Cap(). +func (c *SliceCache[T]) Cap() int { + return c.cache.Cap() +} + +// StructCache wraps a structr.Cache{} to simple index caching +// by name (also to ease update to library version that introduced +// this). (in the future it may be worth embedding these indexes by +// name under the main database caches struct which would reduce +// time required to access cached values). +type StructCache[StructType any] struct { + cache structr.Cache[StructType] + index map[string]*structr.Index +} + +// Init initializes the cache with given structr.CacheConfig{}. +func (c *StructCache[T]) Init(config structr.CacheConfig[T]) { + c.index = make(map[string]*structr.Index, len(config.Indices)) + c.cache = structr.Cache[T]{} + c.cache.Init(config) + for _, cfg := range config.Indices { + c.index[cfg.Fields] = c.cache.Index(cfg.Fields) + } +} + +// GetOne calls structr.Cache{}.GetOne(), using a cached structr.Index{} by 'index' name. +// Note: this also handles conversion of the untyped (any) keys to structr.Key{} via structr.Index{}. +func (c *StructCache[T]) GetOne(index string, key ...any) (T, bool) { + i := c.index[index] + return c.cache.GetOne(i, i.Key(key...)) +} + +// Get calls structr.Cache{}.Get(), using a cached structr.Index{} by 'index' name. +// Note: this also handles conversion of the untyped (any) keys to structr.Key{} via structr.Index{}. +func (c *StructCache[T]) Get(index string, keys ...[]any) []T { + i := c.index[index] + return c.cache.Get(i, i.Keys(keys...)...) +} + +// Put: see structr.Cache{}.Put(). +func (c *StructCache[T]) Put(values ...T) { + c.cache.Put(values...) +} + +// LoadOne calls structr.Cache{}.LoadOne(), using a cached structr.Index{} by 'index' name. +// Note: this also handles conversion of the untyped (any) keys to structr.Key{} via structr.Index{}. +func (c *StructCache[T]) LoadOne(index string, load func() (T, error), key ...any) (T, error) { + i := c.index[index] + return c.cache.LoadOne(i, i.Key(key...), load) +} + +// LoadIDs calls structr.Cache{}.Load(), using a cached structr.Index{} by 'index' name. Note: this also handles +// conversion of the ID strings to structr.Key{} via structr.Index{}. Strong typing is used for caller convenience. +// +// If you need to load multiple cache keys other than by ID strings, please create another convenience wrapper. +func (c *StructCache[T]) LoadIDs(index string, ids []string, load func([]string) ([]T, error)) ([]T, error) { + i := c.index[index] + if i == nil { + // we only perform this check here as + // we're going to use the index before + // passing it to cache in main .Load(). + panic("missing index for cache type") + } + + // Generate cache keys for ID types. + keys := make([]structr.Key, len(ids)) + for x, id := range ids { + keys[x] = i.Key(id) + } + + // Pass loader callback with wrapper onto main cache load function. + return c.cache.Load(i, keys, func(uncached []structr.Key) ([]T, error) { + uncachedIDs := make([]string, len(uncached)) + for i := range uncached { + uncachedIDs[i] = uncached[i].Values()[0].(string) + } + return load(uncachedIDs) + }) +} + +// Store: see structr.Cache{}.Store(). +func (c *StructCache[T]) Store(value T, store func() error) error { + return c.cache.Store(value, store) +} + +// Invalidate calls structr.Cache{}.Invalidate(), using a cached structr.Index{} by 'index' name. +// Note: this also handles conversion of the untyped (any) keys to structr.Key{} via structr.Index{}. +func (c *StructCache[T]) Invalidate(index string, key ...any) { + i := c.index[index] + c.cache.Invalidate(i, i.Key(key...)) +} + +// InvalidateIDs calls structr.Cache{}.Invalidate(), using a cached structr.Index{} by 'index' name. Note: this also +// handles conversion of the ID strings to structr.Key{} via structr.Index{}. Strong typing is used for caller convenience. +// +// If you need to invalidate multiple cache keys other than by ID strings, please create another convenience wrapper. +func (c *StructCache[T]) InvalidateIDs(index string, ids []string) { + i := c.index[index] + if i == nil { + // we only perform this check here as + // we're going to use the index before + // passing it to cache in main .Load(). + panic("missing index for cache type") + } + + // Generate cache keys for ID types. + keys := make([]structr.Key, len(ids)) + for x, id := range ids { + keys[x] = i.Key(id) + } + + // Pass to main invalidate func. + c.cache.Invalidate(i, keys...) +} + +// Trim: see structr.Cache{}.Trim(). +func (c *StructCache[T]) Trim(perc float64) { + c.cache.Trim(perc) +} + +// Clear: see structr.Cache{}.Clear(). +func (c *StructCache[T]) Clear() { + c.cache.Clear() +} + +// Len: see structr.Cache{}.Len(). +func (c *StructCache[T]) Len() int { + return c.cache.Len() +} + +// Cap: see structr.Cache{}.Cap(). +func (c *StructCache[T]) Cap() int { + return c.cache.Cap() +} diff --git a/internal/db/bundb/emoji.go b/internal/db/bundb/emoji.go index 69d33eede..2316e7d71 100644 --- a/internal/db/bundb/emoji.go +++ b/internal/db/bundb/emoji.go @@ -76,23 +76,11 @@ func (e *emojiDB) DeleteEmojiByID(ctx context.Context, id string) error { defer func() { // Invalidate cached emoji. - e.state.Caches.GTS. - Emoji. - Invalidate("ID", id) + e.state.Caches.GTS.Emoji.Invalidate("ID", id) - for _, accountID := range accountIDs { - // Invalidate cached account. - e.state.Caches.GTS. - Account. - Invalidate("ID", accountID) - } - - for _, statusID := range statusIDs { - // Invalidate cached account. - e.state.Caches.GTS. - Status. - Invalidate("ID", statusID) - } + // Invalidate cached account and status IDs. + e.state.Caches.GTS.Account.InvalidateIDs("ID", accountIDs) + e.state.Caches.GTS.Status.InvalidateIDs("ID", statusIDs) }() // Load emoji into cache before attempting a delete, @@ -594,23 +582,10 @@ func (e *emojiDB) GetEmojisByIDs(ctx context.Context, ids []string) ([]*gtsmodel return nil, db.ErrNoEntries } - // Preallocate at-worst possible length. - uncached := make([]string, 0, len(ids)) - // Load all emoji IDs via cache loader callbacks. - emojis, err := e.state.Caches.GTS.Emoji.Load("ID", - - // Load cached + check for uncached. - func(load func(keyParts ...any) bool) { - for _, id := range ids { - if !load(id) { - uncached = append(uncached, id) - } - } - }, - - // Uncached emoji loader function. - func() ([]*gtsmodel.Emoji, error) { + emojis, err := e.state.Caches.GTS.Emoji.LoadIDs("ID", + ids, + func(uncached []string) ([]*gtsmodel.Emoji, error) { // Preallocate expected length of uncached emojis. emojis := make([]*gtsmodel.Emoji, 0, len(uncached)) @@ -671,23 +646,10 @@ func (e *emojiDB) GetEmojiCategoriesByIDs(ctx context.Context, ids []string) ([] return nil, db.ErrNoEntries } - // Preallocate at-worst possible length. - uncached := make([]string, 0, len(ids)) - // Load all category IDs via cache loader callbacks. - categories, err := e.state.Caches.GTS.EmojiCategory.Load("ID", - - // Load cached + check for uncached. - func(load func(keyParts ...any) bool) { - for _, id := range ids { - if !load(id) { - uncached = append(uncached, id) - } - } - }, - - // Uncached emoji loader function. - func() ([]*gtsmodel.EmojiCategory, error) { + categories, err := e.state.Caches.GTS.EmojiCategory.LoadIDs("ID", + ids, + func(uncached []string) ([]*gtsmodel.EmojiCategory, error) { // Preallocate expected length of uncached categories. categories := make([]*gtsmodel.EmojiCategory, 0, len(uncached)) diff --git a/internal/db/bundb/filter.go b/internal/db/bundb/filter.go index bcd572f34..d09a5067d 100644 --- a/internal/db/bundb/filter.go +++ b/internal/db/bundb/filter.go @@ -79,17 +79,9 @@ func (f *filterDB) GetFiltersForAccountID(ctx context.Context, accountID string) } // Get each filter by ID from the cache or DB. - uncachedFilterIDs := make([]string, 0, len(filterIDs)) - filters, err := f.state.Caches.GTS.Filter.Load( - "ID", - func(load func(keyParts ...any) bool) { - for _, id := range filterIDs { - if !load(id) { - uncachedFilterIDs = append(uncachedFilterIDs, id) - } - } - }, - func() ([]*gtsmodel.Filter, error) { + filters, err := f.state.Caches.GTS.Filter.LoadIDs("ID", + filterIDs, + func(uncachedFilterIDs []string) ([]*gtsmodel.Filter, error) { uncachedFilters := make([]*gtsmodel.Filter, 0, len(uncachedFilterIDs)) if err := f.db. NewSelect(). diff --git a/internal/db/bundb/filterkeyword.go b/internal/db/bundb/filterkeyword.go index 703d58d43..5fd824a0b 100644 --- a/internal/db/bundb/filterkeyword.go +++ b/internal/db/bundb/filterkeyword.go @@ -97,17 +97,9 @@ func (f *filterDB) getFilterKeywords(ctx context.Context, idColumn string, id st } // Get each filter keyword by ID from the cache or DB. - uncachedFilterKeywordIDs := make([]string, 0, len(filterKeywordIDs)) - filterKeywords, err := f.state.Caches.GTS.FilterKeyword.Load( - "ID", - func(load func(keyParts ...any) bool) { - for _, id := range filterKeywordIDs { - if !load(id) { - uncachedFilterKeywordIDs = append(uncachedFilterKeywordIDs, id) - } - } - }, - func() ([]*gtsmodel.FilterKeyword, error) { + filterKeywords, err := f.state.Caches.GTS.FilterKeyword.LoadIDs("ID", + filterKeywordIDs, + func(uncachedFilterKeywordIDs []string) ([]*gtsmodel.FilterKeyword, error) { uncachedFilterKeywords := make([]*gtsmodel.FilterKeyword, 0, len(uncachedFilterKeywordIDs)) if err := f.db. NewSelect(). diff --git a/internal/db/bundb/filterstatus.go b/internal/db/bundb/filterstatus.go index 1e98f5958..78985fba1 100644 --- a/internal/db/bundb/filterstatus.go +++ b/internal/db/bundb/filterstatus.go @@ -97,17 +97,9 @@ func (f *filterDB) getFilterStatuses(ctx context.Context, idColumn string, id st } // Get each filter status by ID from the cache or DB. - uncachedFilterStatusIDs := make([]string, 0, len(filterStatusIDs)) - filterStatuses, err := f.state.Caches.GTS.FilterStatus.Load( - "ID", - func(load func(keyParts ...any) bool) { - for _, id := range filterStatusIDs { - if !load(id) { - uncachedFilterStatusIDs = append(uncachedFilterStatusIDs, id) - } - } - }, - func() ([]*gtsmodel.FilterStatus, error) { + filterStatuses, err := f.state.Caches.GTS.FilterStatus.LoadIDs("ID", + filterStatusIDs, + func(uncachedFilterStatusIDs []string) ([]*gtsmodel.FilterStatus, error) { uncachedFilterStatuses := make([]*gtsmodel.FilterStatus, 0, len(uncachedFilterStatusIDs)) if err := f.db. NewSelect(). diff --git a/internal/db/bundb/list.go b/internal/db/bundb/list.go index fb97c8fe7..92936a49f 100644 --- a/internal/db/bundb/list.go +++ b/internal/db/bundb/list.go @@ -341,23 +341,10 @@ func (l *listDB) GetListEntries(ctx context.Context, } func (l *listDB) GetListsByIDs(ctx context.Context, ids []string) ([]*gtsmodel.List, error) { - // Preallocate at-worst possible length. - uncached := make([]string, 0, len(ids)) - // Load all list IDs via cache loader callbacks. - lists, err := l.state.Caches.GTS.List.Load("ID", - - // Load cached + check for uncached. - func(load func(keyParts ...any) bool) { - for _, id := range ids { - if !load(id) { - uncached = append(uncached, id) - } - } - }, - - // Uncached list loader function. - func() ([]*gtsmodel.List, error) { + lists, err := l.state.Caches.GTS.List.LoadIDs("ID", + ids, + func(uncached []string) ([]*gtsmodel.List, error) { // Preallocate expected length of uncached lists. lists := make([]*gtsmodel.List, 0, len(uncached)) @@ -401,23 +388,10 @@ func (l *listDB) GetListsByIDs(ctx context.Context, ids []string) ([]*gtsmodel.L } func (l *listDB) GetListEntriesByIDs(ctx context.Context, ids []string) ([]*gtsmodel.ListEntry, error) { - // Preallocate at-worst possible length. - uncached := make([]string, 0, len(ids)) - // Load all entry IDs via cache loader callbacks. - entries, err := l.state.Caches.GTS.ListEntry.Load("ID", - - // Load cached + check for uncached. - func(load func(keyParts ...any) bool) { - for _, id := range ids { - if !load(id) { - uncached = append(uncached, id) - } - } - }, - - // Uncached entry loader function. - func() ([]*gtsmodel.ListEntry, error) { + entries, err := l.state.Caches.GTS.ListEntry.LoadIDs("ID", + ids, + func(uncached []string) ([]*gtsmodel.ListEntry, error) { // Preallocate expected length of uncached entries. entries := make([]*gtsmodel.ListEntry, 0, len(uncached)) diff --git a/internal/db/bundb/media.go b/internal/db/bundb/media.go index 99ef30d22..ed41e7cd9 100644 --- a/internal/db/bundb/media.go +++ b/internal/db/bundb/media.go @@ -53,23 +53,10 @@ func (m *mediaDB) GetAttachmentByID(ctx context.Context, id string) (*gtsmodel.M } func (m *mediaDB) GetAttachmentsByIDs(ctx context.Context, ids []string) ([]*gtsmodel.MediaAttachment, error) { - // Preallocate at-worst possible length. - uncached := make([]string, 0, len(ids)) - // Load all media IDs via cache loader callbacks. - media, err := m.state.Caches.GTS.Media.Load("ID", - - // Load cached + check for uncached. - func(load func(keyParts ...any) bool) { - for _, id := range ids { - if !load(id) { - uncached = append(uncached, id) - } - } - }, - - // Uncached media loader function. - func() ([]*gtsmodel.MediaAttachment, error) { + media, err := m.state.Caches.GTS.Media.LoadIDs("ID", + ids, + func(uncached []string) ([]*gtsmodel.MediaAttachment, error) { // Preallocate expected length of uncached media attachments. media := make([]*gtsmodel.MediaAttachment, 0, len(uncached)) diff --git a/internal/db/bundb/mention.go b/internal/db/bundb/mention.go index 156469544..559e9515c 100644 --- a/internal/db/bundb/mention.go +++ b/internal/db/bundb/mention.go @@ -65,23 +65,10 @@ func (m *mentionDB) GetMention(ctx context.Context, id string) (*gtsmodel.Mentio } func (m *mentionDB) GetMentions(ctx context.Context, ids []string) ([]*gtsmodel.Mention, error) { - // Preallocate at-worst possible length. - uncached := make([]string, 0, len(ids)) - // Load all mention IDs via cache loader callbacks. - mentions, err := m.state.Caches.GTS.Mention.Load("ID", - - // Load cached + check for uncached. - func(load func(keyParts ...any) bool) { - for _, id := range ids { - if !load(id) { - uncached = append(uncached, id) - } - } - }, - - // Uncached mention loader function. - func() ([]*gtsmodel.Mention, error) { + mentions, err := m.state.Caches.GTS.Mention.LoadIDs("ID", + ids, + func(uncached []string) ([]*gtsmodel.Mention, error) { // Preallocate expected length of uncached mentions. mentions := make([]*gtsmodel.Mention, 0, len(uncached)) diff --git a/internal/db/bundb/notification.go b/internal/db/bundb/notification.go index 3f3d5fbd6..63fb7ed21 100644 --- a/internal/db/bundb/notification.go +++ b/internal/db/bundb/notification.go @@ -104,23 +104,10 @@ func (n *notificationDB) getNotification(ctx context.Context, lookup string, dbQ } func (n *notificationDB) GetNotificationsByIDs(ctx context.Context, ids []string) ([]*gtsmodel.Notification, error) { - // Preallocate at-worst possible length. - uncached := make([]string, 0, len(ids)) - // Load all notif IDs via cache loader callbacks. - notifs, err := n.state.Caches.GTS.Notification.Load("ID", - - // Load cached + check for uncached. - func(load func(keyParts ...any) bool) { - for _, id := range ids { - if !load(id) { - uncached = append(uncached, id) - } - } - }, - - // Uncached notification loader function. - func() ([]*gtsmodel.Notification, error) { + notifs, err := n.state.Caches.GTS.Notification.LoadIDs("ID", + ids, + func(uncached []string) ([]*gtsmodel.Notification, error) { // Preallocate expected length of uncached notifications. notifs := make([]*gtsmodel.Notification, 0, len(uncached)) @@ -345,12 +332,8 @@ func (n *notificationDB) DeleteNotifications(ctx context.Context, types []string return err } - defer func() { - // Invalidate all IDs on return. - for _, id := range notifIDs { - n.state.Caches.GTS.Notification.Invalidate("ID", id) - } - }() + // Invalidate all cached notifications by IDs on return. + defer n.state.Caches.GTS.Notification.InvalidateIDs("ID", notifIDs) // Load all notif into cache, this *really* isn't great // but it is the only way we can ensure we invalidate all @@ -383,12 +366,8 @@ func (n *notificationDB) DeleteNotificationsForStatus(ctx context.Context, statu return err } - defer func() { - // Invalidate all IDs on return. - for _, id := range notifIDs { - n.state.Caches.GTS.Notification.Invalidate("ID", id) - } - }() + // Invalidate all cached notifications by IDs on return. + defer n.state.Caches.GTS.Notification.InvalidateIDs("ID", notifIDs) // Load all notif into cache, this *really* isn't great // but it is the only way we can ensure we invalidate all diff --git a/internal/db/bundb/poll.go b/internal/db/bundb/poll.go index 37a1f26ab..33b621805 100644 --- a/internal/db/bundb/poll.go +++ b/internal/db/bundb/poll.go @@ -270,23 +270,10 @@ func (p *pollDB) GetPollVotes(ctx context.Context, pollID string) ([]*gtsmodel.P return nil, err } - // Preallocate at-worst possible length. - uncached := make([]string, 0, len(voteIDs)) - // Load all votes from IDs via cache loader callbacks. - votes, err := p.state.Caches.GTS.PollVote.Load("ID", - - // Load cached + check for uncached. - func(load func(keyParts ...any) bool) { - for _, id := range voteIDs { - if !load(id) { - uncached = append(uncached, id) - } - } - }, - - // Uncached poll vote loader function. - func() ([]*gtsmodel.PollVote, error) { + votes, err := p.state.Caches.GTS.PollVote.LoadIDs("ID", + voteIDs, + func(uncached []string) ([]*gtsmodel.PollVote, error) { // Preallocate expected length of uncached votes. votes := make([]*gtsmodel.PollVote, 0, len(uncached)) diff --git a/internal/db/bundb/relationship.go b/internal/db/bundb/relationship.go index a97aa71ff..30e3850d2 100644 --- a/internal/db/bundb/relationship.go +++ b/internal/db/bundb/relationship.go @@ -203,7 +203,7 @@ func (r *relationshipDB) CountAccountBlocks(ctx context.Context, accountID strin } func (r *relationshipDB) getAccountFollowIDs(ctx context.Context, accountID string, page *paging.Page) ([]string, error) { - return loadPagedIDs(r.state.Caches.GTS.FollowIDs, ">"+accountID, page, func() ([]string, error) { + return loadPagedIDs(&r.state.Caches.GTS.FollowIDs, ">"+accountID, page, func() ([]string, error) { var followIDs []string // Follow IDs not in cache, perform DB query! @@ -233,7 +233,7 @@ func (r *relationshipDB) getAccountLocalFollowIDs(ctx context.Context, accountID } func (r *relationshipDB) getAccountFollowerIDs(ctx context.Context, accountID string, page *paging.Page) ([]string, error) { - return loadPagedIDs(r.state.Caches.GTS.FollowIDs, "<"+accountID, page, func() ([]string, error) { + return loadPagedIDs(&r.state.Caches.GTS.FollowIDs, "<"+accountID, page, func() ([]string, error) { var followIDs []string // Follow IDs not in cache, perform DB query! @@ -263,7 +263,7 @@ func (r *relationshipDB) getAccountLocalFollowerIDs(ctx context.Context, account } func (r *relationshipDB) getAccountFollowRequestIDs(ctx context.Context, accountID string, page *paging.Page) ([]string, error) { - return loadPagedIDs(r.state.Caches.GTS.FollowRequestIDs, ">"+accountID, page, func() ([]string, error) { + return loadPagedIDs(&r.state.Caches.GTS.FollowRequestIDs, ">"+accountID, page, func() ([]string, error) { var followReqIDs []string // Follow request IDs not in cache, perform DB query! @@ -278,7 +278,7 @@ func (r *relationshipDB) getAccountFollowRequestIDs(ctx context.Context, account } func (r *relationshipDB) getAccountFollowRequestingIDs(ctx context.Context, accountID string, page *paging.Page) ([]string, error) { - return loadPagedIDs(r.state.Caches.GTS.FollowRequestIDs, "<"+accountID, page, func() ([]string, error) { + return loadPagedIDs(&r.state.Caches.GTS.FollowRequestIDs, "<"+accountID, page, func() ([]string, error) { var followReqIDs []string // Follow request IDs not in cache, perform DB query! @@ -293,7 +293,7 @@ func (r *relationshipDB) getAccountFollowRequestingIDs(ctx context.Context, acco } func (r *relationshipDB) getAccountBlockIDs(ctx context.Context, accountID string, page *paging.Page) ([]string, error) { - return loadPagedIDs(r.state.Caches.GTS.BlockIDs, accountID, page, func() ([]string, error) { + return loadPagedIDs(&r.state.Caches.GTS.BlockIDs, accountID, page, func() ([]string, error) { var blockIDs []string // Block IDs not in cache, perform DB query! diff --git a/internal/db/bundb/relationship_block.go b/internal/db/bundb/relationship_block.go index 178de6aa7..d994559ab 100644 --- a/internal/db/bundb/relationship_block.go +++ b/internal/db/bundb/relationship_block.go @@ -101,23 +101,10 @@ func (r *relationshipDB) GetBlock(ctx context.Context, sourceAccountID string, t } func (r *relationshipDB) GetBlocksByIDs(ctx context.Context, ids []string) ([]*gtsmodel.Block, error) { - // Preallocate at-worst possible length. - uncached := make([]string, 0, len(ids)) - // Load all blocks IDs via cache loader callbacks. - blocks, err := r.state.Caches.GTS.Block.Load("ID", - - // Load cached + check for uncached. - func(load func(keyParts ...any) bool) { - for _, id := range ids { - if !load(id) { - uncached = append(uncached, id) - } - } - }, - - // Uncached block loader function. - func() ([]*gtsmodel.Block, error) { + blocks, err := r.state.Caches.GTS.Block.LoadIDs("ID", + ids, + func(uncached []string) ([]*gtsmodel.Block, error) { // Preallocate expected length of uncached blocks. blocks := make([]*gtsmodel.Block, 0, len(uncached)) diff --git a/internal/db/bundb/relationship_follow.go b/internal/db/bundb/relationship_follow.go index 93ee69bd7..02b861ae0 100644 --- a/internal/db/bundb/relationship_follow.go +++ b/internal/db/bundb/relationship_follow.go @@ -78,23 +78,10 @@ func (r *relationshipDB) GetFollow(ctx context.Context, sourceAccountID string, } func (r *relationshipDB) GetFollowsByIDs(ctx context.Context, ids []string) ([]*gtsmodel.Follow, error) { - // Preallocate at-worst possible length. - uncached := make([]string, 0, len(ids)) - // Load all follow IDs via cache loader callbacks. - follows, err := r.state.Caches.GTS.Follow.Load("ID", - - // Load cached + check for uncached. - func(load func(keyParts ...any) bool) { - for _, id := range ids { - if !load(id) { - uncached = append(uncached, id) - } - } - }, - - // Uncached follow loader function. - func() ([]*gtsmodel.Follow, error) { + follows, err := r.state.Caches.GTS.Follow.LoadIDs("ID", + ids, + func(uncached []string) ([]*gtsmodel.Follow, error) { // Preallocate expected length of uncached follows. follows := make([]*gtsmodel.Follow, 0, len(uncached)) diff --git a/internal/db/bundb/relationship_follow_req.go b/internal/db/bundb/relationship_follow_req.go index 6fd5eefba..0b897f1fa 100644 --- a/internal/db/bundb/relationship_follow_req.go +++ b/internal/db/bundb/relationship_follow_req.go @@ -77,23 +77,10 @@ func (r *relationshipDB) GetFollowRequest(ctx context.Context, sourceAccountID s } func (r *relationshipDB) GetFollowRequestsByIDs(ctx context.Context, ids []string) ([]*gtsmodel.FollowRequest, error) { - // Preallocate at-worst possible length. - uncached := make([]string, 0, len(ids)) - // Load all follow IDs via cache loader callbacks. - follows, err := r.state.Caches.GTS.FollowRequest.Load("ID", - - // Load cached + check for uncached. - func(load func(keyParts ...any) bool) { - for _, id := range ids { - if !load(id) { - uncached = append(uncached, id) - } - } - }, - - // Uncached follow req loader function. - func() ([]*gtsmodel.FollowRequest, error) { + follows, err := r.state.Caches.GTS.FollowRequest.LoadIDs("ID", + ids, + func(uncached []string) ([]*gtsmodel.FollowRequest, error) { // Preallocate expected length of uncached followReqs. follows := make([]*gtsmodel.FollowRequest, 0, len(uncached)) diff --git a/internal/db/bundb/status.go b/internal/db/bundb/status.go index 6d1788b5d..4bb9812dc 100644 --- a/internal/db/bundb/status.go +++ b/internal/db/bundb/status.go @@ -50,23 +50,10 @@ func (s *statusDB) GetStatusByID(ctx context.Context, id string) (*gtsmodel.Stat } func (s *statusDB) GetStatusesByIDs(ctx context.Context, ids []string) ([]*gtsmodel.Status, error) { - // Preallocate at-worst possible length. - uncached := make([]string, 0, len(ids)) - - // Load all status IDs via cache loader callbacks. - statuses, err := s.state.Caches.GTS.Status.Load("ID", - - // Load cached + check for uncached. - func(load func(keyParts ...any) bool) { - for _, id := range ids { - if !load(id) { - uncached = append(uncached, id) - } - } - }, - - // Uncached statuses loader function. - func() ([]*gtsmodel.Status, error) { + // Load all input status IDs via cache loader callback. + statuses, err := s.state.Caches.GTS.Status.LoadIDs("ID", + ids, + func(uncached []string) ([]*gtsmodel.Status, error) { // Preallocate expected length of uncached statuses. statuses := make([]*gtsmodel.Status, 0, len(uncached)) diff --git a/internal/db/bundb/statusfave.go b/internal/db/bundb/statusfave.go index d04578076..8e9ff501c 100644 --- a/internal/db/bundb/statusfave.go +++ b/internal/db/bundb/statusfave.go @@ -113,23 +113,10 @@ func (s *statusFaveDB) GetStatusFaves(ctx context.Context, statusID string) ([]* return nil, err } - // Preallocate at-worst possible length. - uncached := make([]string, 0, len(faveIDs)) - // Load all fave IDs via cache loader callbacks. - faves, err := s.state.Caches.GTS.StatusFave.Load("ID", - - // Load cached + check for uncached. - func(load func(keyParts ...any) bool) { - for _, id := range faveIDs { - if !load(id) { - uncached = append(uncached, id) - } - } - }, - - // Uncached status faves loader function. - func() ([]*gtsmodel.StatusFave, error) { + faves, err := s.state.Caches.GTS.StatusFave.LoadIDs("ID", + faveIDs, + func(uncached []string) ([]*gtsmodel.StatusFave, error) { // Preallocate expected length of uncached faves. faves := make([]*gtsmodel.StatusFave, 0, len(uncached)) @@ -318,13 +305,11 @@ func (s *statusFaveDB) DeleteStatusFaves(ctx context.Context, targetAccountID st // Deduplicate determined status IDs. statusIDs = util.Deduplicate(statusIDs) - for _, id := range statusIDs { - // Invalidate any cached status faves for this status. - s.state.Caches.GTS.StatusFave.Invalidate("ID", id) + // Invalidate any cached status faves for this status ID. + s.state.Caches.GTS.StatusFave.InvalidateIDs("ID", statusIDs) - // Invalidate any cached status fave IDs for this status. - s.state.Caches.GTS.StatusFaveIDs.Invalidate(id) - } + // Invalidate any cached status fave IDs for this status ID. + s.state.Caches.GTS.StatusFaveIDs.Invalidate(statusIDs...) return nil } diff --git a/internal/db/bundb/tag.go b/internal/db/bundb/tag.go index e6297d2ab..db1effaf4 100644 --- a/internal/db/bundb/tag.go +++ b/internal/db/bundb/tag.go @@ -71,23 +71,10 @@ func (t *tagDB) GetTagByName(ctx context.Context, name string) (*gtsmodel.Tag, e } func (t *tagDB) GetTags(ctx context.Context, ids []string) ([]*gtsmodel.Tag, error) { - // Preallocate at-worst possible length. - uncached := make([]string, 0, len(ids)) - // Load all tag IDs via cache loader callbacks. - tags, err := t.state.Caches.GTS.Tag.Load("ID", - - // Load cached + check for uncached. - func(load func(keyParts ...any) bool) { - for _, id := range ids { - if !load(id) { - uncached = append(uncached, id) - } - } - }, - - // Uncached tag loader function. - func() ([]*gtsmodel.Tag, error) { + tags, err := t.state.Caches.GTS.Tag.LoadIDs("ID", + ids, + func(uncached []string) ([]*gtsmodel.Tag, error) { // Preallocate expected length of uncached tags. tags := make([]*gtsmodel.Tag, 0, len(uncached)) diff --git a/vendor/codeberg.org/gruf/go-mangler/LICENSE b/vendor/codeberg.org/gruf/go-mangler/LICENSE new file mode 100644 index 000000000..dffbdf0c9 --- /dev/null +++ b/vendor/codeberg.org/gruf/go-mangler/LICENSE @@ -0,0 +1,9 @@ +MIT License + +Copyright (c) 2023 gruf + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/vendor/codeberg.org/gruf/go-mangler/README.md b/vendor/codeberg.org/gruf/go-mangler/README.md new file mode 100644 index 000000000..ef08a0d7b --- /dev/null +++ b/vendor/codeberg.org/gruf/go-mangler/README.md @@ -0,0 +1,41 @@ +# go-mangler + +[Documentation](https://pkg.go.dev/codeberg.org/gruf/go-mangler). + +To put it simply is a bit of an odd library. It aims to provide incredibly fast, unique string outputs for all default supported input data types during a given runtime instance. + +It is useful, for example, for use as part of larger abstractions involving hashmaps. That was my particular usecase anyways... + +This package does make liberal use of the "unsafe" package. + +Benchmarks are below. Those with missing values panicked during our set of benchmarks, usually a case of not handling nil values elegantly. Please note the more important thing to notice here is the relative difference in benchmark scores, the actual `ns/op`,`B/op`,`allocs/op` accounts for running through over 80 possible test cases, including some not-ideal situations. + +The choice of libraries in the benchmark are just a selection of libraries that could be used in a similar manner to this one, i.e. serializing in some manner. + +``` +go test -run=none -benchmem -gcflags=all='-l=4' -bench=.* +goos: linux +goarch: amd64 +pkg: codeberg.org/gruf/go-mangler +cpu: 11th Gen Intel(R) Core(TM) i7-1185G7 @ 3.00GHz +BenchmarkMangle +BenchmarkMangle-8 877761 1323 ns/op 0 B/op 0 allocs/op +BenchmarkMangleKnown +BenchmarkMangleKnown-8 1462954 814.5 ns/op 0 B/op 0 allocs/op +BenchmarkJSON +BenchmarkJSON-8 199930 5910 ns/op 2698 B/op 119 allocs/op +BenchmarkLoosy +BenchmarkLoosy-8 307575 3718 ns/op 664 B/op 53 allocs/op +BenchmarkBinary +BenchmarkBinary-8 413216 2640 ns/op 3824 B/op 116 allocs/op +BenchmarkFmt +BenchmarkFmt-8 133429 8568 ns/op 3010 B/op 207 allocs/op +BenchmarkFxmackerCbor +BenchmarkFxmackerCbor-8 258562 4268 ns/op 2118 B/op 134 allocs/op +BenchmarkMitchellhHashStructure +BenchmarkMitchellhHashStructure-8 88941 13049 ns/op 10269 B/op 1096 allocs/op +BenchmarkCnfStructhash +BenchmarkCnfStructhash-8 5586 179537 ns/op 290373 B/op 5863 allocs/op +PASS +ok codeberg.org/gruf/go-mangler 12.469s +``` diff --git a/vendor/codeberg.org/gruf/go-mangler/helpers.go b/vendor/codeberg.org/gruf/go-mangler/helpers.go new file mode 100644 index 000000000..c7e91376e --- /dev/null +++ b/vendor/codeberg.org/gruf/go-mangler/helpers.go @@ -0,0 +1,250 @@ +package mangler + +import ( + "reflect" + "unsafe" + + "github.com/modern-go/reflect2" +) + +type ( + byteser interface{ Bytes() []byte } + stringer interface{ String() string } + binarymarshaler interface{ MarshalBinary() ([]byte, error) } + textmarshaler interface{ MarshalText() ([]byte, error) } + jsonmarshaler interface{ MarshalJSON() ([]byte, error) } +) + +func append_uint16(b []byte, u uint16) []byte { + return append(b, // LE + byte(u), + byte(u>>8), + ) +} + +func append_uint32(b []byte, u uint32) []byte { + return append(b, // LE + byte(u), + byte(u>>8), + byte(u>>16), + byte(u>>24), + ) +} + +func append_uint64(b []byte, u uint64) []byte { + return append(b, // LE + byte(u), + byte(u>>8), + byte(u>>16), + byte(u>>24), + byte(u>>32), + byte(u>>40), + byte(u>>48), + byte(u>>56), + ) +} + +func deref_ptr_mangler(rtype reflect.Type, mangle Mangler, count int) Mangler { + if rtype == nil || mangle == nil || count == 0 { + panic("bad input") + } + + // Get reflect2's type for later + // unsafe interface data repacking, + type2 := reflect2.Type2(rtype) + + return func(buf []byte, value any) []byte { + // Get raw value data. + ptr := eface_data(value) + + // Deref n - 1 number times. + for i := 0; i < count-1; i++ { + + if ptr == nil { + // Check for nil values + buf = append(buf, '0') + return buf + } + + // Further deref ptr + buf = append(buf, '1') + ptr = *(*unsafe.Pointer)(ptr) + } + + if ptr == nil { + // Final nil value check. + buf = append(buf, '0') + return buf + } + + // Repack and mangle fully deref'd + value = type2.UnsafeIndirect(ptr) + buf = append(buf, '1') + return mangle(buf, value) + } +} + +func iter_slice_mangler(rtype reflect.Type, mangle Mangler) Mangler { + if rtype == nil || mangle == nil { + panic("bad input") + } + + // Get reflect2's type for later + // unsafe slice data manipulation. + slice2 := reflect2.Type2(rtype).(*reflect2.UnsafeSliceType) + + return func(buf []byte, value any) []byte { + // Get raw value data. + ptr := eface_data(value) + + // Get length of slice value. + n := slice2.UnsafeLengthOf(ptr) + + for i := 0; i < n; i++ { + // Mangle data at each slice index. + e := slice2.UnsafeGetIndex(ptr, i) + buf = mangle(buf, e) + buf = append(buf, ',') + } + + if n > 0 { + // Drop final comma. + buf = buf[:len(buf)-1] + } + + return buf + } +} + +func iter_array_mangler(rtype reflect.Type, mangle Mangler) Mangler { + if rtype == nil || mangle == nil { + panic("bad input") + } + + // Get reflect2's type for later + // unsafe slice data manipulation. + array2 := reflect2.Type2(rtype).(*reflect2.UnsafeArrayType) + n := array2.Len() + + return func(buf []byte, value any) []byte { + // Get raw value data. + ptr := eface_data(value) + + for i := 0; i < n; i++ { + // Mangle data at each slice index. + e := array2.UnsafeGetIndex(ptr, i) + buf = mangle(buf, e) + buf = append(buf, ',') + } + + if n > 0 { + // Drop final comma. + buf = buf[:len(buf)-1] + } + + return buf + } +} + +func iter_map_mangler(rtype reflect.Type, kmangle, emangle Mangler) Mangler { + if rtype == nil || kmangle == nil || emangle == nil { + panic("bad input") + } + + // Get reflect2's type for later + // unsafe map data manipulation. + map2 := reflect2.Type2(rtype).(*reflect2.UnsafeMapType) + key2, elem2 := map2.Key(), map2.Elem() + + return func(buf []byte, value any) []byte { + // Get raw value data. + ptr := eface_data(value) + ptr = indirect_ptr(ptr) + + // Create iterator for map value. + iter := map2.UnsafeIterate(ptr) + + // Check if empty map. + empty := !iter.HasNext() + + for iter.HasNext() { + // Get key + elem data as ifaces. + kptr, eptr := iter.UnsafeNext() + key := key2.UnsafeIndirect(kptr) + elem := elem2.UnsafeIndirect(eptr) + + // Mangle data for key + elem. + buf = kmangle(buf, key) + buf = append(buf, ':') + buf = emangle(buf, elem) + buf = append(buf, ',') + } + + if !empty { + // Drop final comma. + buf = buf[:len(buf)-1] + } + + return buf + } +} + +func iter_struct_mangler(rtype reflect.Type, manglers []Mangler) Mangler { + if rtype == nil || len(manglers) != rtype.NumField() { + panic("bad input") + } + + type field struct { + type2 reflect2.Type + field *reflect2.UnsafeStructField + mangle Mangler + } + + // Get reflect2's type for later + // unsafe struct field data access. + struct2 := reflect2.Type2(rtype).(*reflect2.UnsafeStructType) + + // Bundle together the fields and manglers. + fields := make([]field, rtype.NumField()) + for i := range fields { + fields[i].field = struct2.Field(i).(*reflect2.UnsafeStructField) + fields[i].type2 = fields[i].field.Type() + fields[i].mangle = manglers[i] + if fields[i].type2 == nil || + fields[i].field == nil || + fields[i].mangle == nil { + panic("bad input") + } + } + + return func(buf []byte, value any) []byte { + // Get raw value data. + ptr := eface_data(value) + + for i := range fields { + // Get struct field as iface via offset. + fptr := fields[i].field.UnsafeGet(ptr) + field := fields[i].type2.UnsafeIndirect(fptr) + + // Mangle the struct field data. + buf = fields[i].mangle(buf, field) + buf = append(buf, ',') + } + + if len(fields) > 0 { + // Drop final comma. + buf = buf[:len(buf)-1] + } + + return buf + } +} + +func indirect_ptr(p unsafe.Pointer) unsafe.Pointer { + return unsafe.Pointer(&p) +} + +func eface_data(a any) unsafe.Pointer { + type eface struct{ _, data unsafe.Pointer } + return (*eface)(unsafe.Pointer(&a)).data +} diff --git a/vendor/codeberg.org/gruf/go-mangler/load.go b/vendor/codeberg.org/gruf/go-mangler/load.go new file mode 100644 index 000000000..c4d94cd7e --- /dev/null +++ b/vendor/codeberg.org/gruf/go-mangler/load.go @@ -0,0 +1,267 @@ +package mangler + +import ( + "reflect" +) + +// loadMangler is the top-most Mangler load function. It guarantees that a Mangler +// function will be returned for given value interface{} and reflected type. Else panics. +func loadMangler(a any, t reflect.Type) Mangler { + // Load mangler fn + mng := load(a, t) + if mng != nil { + return mng + } + + // No mangler function could be determined + panic("cannot mangle type: " + t.String()) +} + +// load will load a Mangler or reflect Mangler for given type and iface 'a'. +// Note: allocates new interface value if nil provided, i.e. if coming via reflection. +func load(a any, t reflect.Type) Mangler { + if t == nil { + // There is no reflect type to search by + panic("cannot mangle nil interface{} type") + } + + if a == nil { + // Alloc new iface instance + v := reflect.New(t).Elem() + a = v.Interface() + } + + // Check for Mangled implementation. + if _, ok := a.(Mangled); ok { + return mangle_mangled + } + + // Search mangler by reflection. + mng := loadReflect(t) + if mng != nil { + return mng + } + + // Prefer iface mangler. + mng = loadIface(a) + if mng != nil { + return mng + } + + return nil +} + +// loadIface is used as a near-last-resort interface{} type switch +// loader for types implementating other known (slower) functions. +func loadIface(a any) Mangler { + switch a.(type) { + case binarymarshaler: + return mangle_binary + case byteser: + return mangle_byteser + case stringer: + return mangle_stringer + case textmarshaler: + return mangle_text + case jsonmarshaler: + return mangle_json + default: + return nil + } +} + +// loadReflect will load a Mangler (or rMangler) function for the given reflected type info. +// NOTE: this is used as the top level load function for nested reflective searches. +func loadReflect(t reflect.Type) Mangler { + switch t.Kind() { + case reflect.Pointer: + return loadReflectPtr(t) + + case reflect.String: + return mangle_string + + case reflect.Struct: + return loadReflectStruct(t) + + case reflect.Array: + return loadReflectArray(t) + + case reflect.Slice: + return loadReflectSlice(t) + + case reflect.Map: + return loadReflectMap(t) + + case reflect.Bool: + return mangle_bool + + case reflect.Int, + reflect.Uint, + reflect.Uintptr: + return mangle_platform_int() + + case reflect.Int8, reflect.Uint8: + return mangle_8bit + + case reflect.Int16, reflect.Uint16: + return mangle_16bit + + case reflect.Int32, reflect.Uint32: + return mangle_32bit + + case reflect.Int64, reflect.Uint64: + return mangle_64bit + + case reflect.Float32: + return mangle_32bit + + case reflect.Float64: + return mangle_64bit + + case reflect.Complex64: + return mangle_64bit + + case reflect.Complex128: + return mangle_128bit + + default: + return nil + } +} + +// loadReflectPtr loads a Mangler (or rMangler) function for a ptr's element type. +// This also handles further dereferencing of any further ptr indrections (e.g. ***int). +func loadReflectPtr(t reflect.Type) Mangler { + var count int + + // Elem + et := t + + // Iteratively dereference ptrs + for et.Kind() == reflect.Pointer { + et = et.Elem() + count++ + } + + // Search for ptr elemn type mangler. + if mng := load(nil, et); mng != nil { + return deref_ptr_mangler(et, mng, count) + } + + return nil +} + +// loadReflectKnownSlice loads a Mangler function for a +// known slice-of-element type (in this case, primtives). +func loadReflectKnownSlice(et reflect.Type) Mangler { + switch et.Kind() { + case reflect.String: + return mangle_string_slice + + case reflect.Bool: + return mangle_bool_slice + + case reflect.Int, + reflect.Uint, + reflect.Uintptr: + return mangle_platform_int_slice() + + case reflect.Int8, reflect.Uint8: + return mangle_8bit_slice + + case reflect.Int16, reflect.Uint16: + return mangle_16bit_slice + + case reflect.Int32, reflect.Uint32: + return mangle_32bit_slice + + case reflect.Int64, reflect.Uint64: + return mangle_64bit_slice + + case reflect.Float32: + return mangle_32bit_slice + + case reflect.Float64: + return mangle_64bit_slice + + case reflect.Complex64: + return mangle_64bit_slice + + case reflect.Complex128: + return mangle_128bit_slice + + default: + return nil + } +} + +// loadReflectSlice ... +func loadReflectSlice(t reflect.Type) Mangler { + // Element type + et := t.Elem() + + // Preferably look for known slice mangler func + if mng := loadReflectKnownSlice(et); mng != nil { + return mng + } + + // Fallback to nested mangler iteration. + if mng := load(nil, et); mng != nil { + return iter_slice_mangler(t, mng) + } + + return nil +} + +// loadReflectArray ... +func loadReflectArray(t reflect.Type) Mangler { + // Element type. + et := t.Elem() + + // Use manglers for nested iteration. + if mng := load(nil, et); mng != nil { + return iter_array_mangler(t, mng) + } + + return nil +} + +// loadReflectMap ... +func loadReflectMap(t reflect.Type) Mangler { + // Map types. + kt := t.Key() + et := t.Elem() + + // Load manglers. + kmng := load(nil, kt) + emng := load(nil, et) + + // Use manglers for nested iteration. + if kmng != nil && emng != nil { + return iter_map_mangler(t, kmng, emng) + } + + return nil +} + +// loadReflectStruct ... +func loadReflectStruct(t reflect.Type) Mangler { + var mngs []Mangler + + // Gather manglers for all fields. + for i := 0; i < t.NumField(); i++ { + field := t.Field(i) + + // Load mangler for field type. + mng := load(nil, field.Type) + if mng == nil { + return nil + } + + // Append next to map. + mngs = append(mngs, mng) + } + + // Use manglers for nested iteration. + return iter_struct_mangler(t, mngs) +} diff --git a/vendor/codeberg.org/gruf/go-mangler/mangle.go b/vendor/codeberg.org/gruf/go-mangler/mangle.go new file mode 100644 index 000000000..b44d26dc5 --- /dev/null +++ b/vendor/codeberg.org/gruf/go-mangler/mangle.go @@ -0,0 +1,154 @@ +package mangler + +import ( + "reflect" + "sync" + "unsafe" +) + +// manglers is a map of runtime +// type ptrs => Mangler functions. +var manglers sync.Map + +// Mangled is an interface that allows any type to implement a custom +// Mangler function to improve performance when mangling this type. +type Mangled interface{ Mangle(buf []byte) []byte } + +// Mangler is a function that will take an input interface value of known +// type, and append it in mangled serialized form to the given byte buffer. +// While the value type is an interface, the Mangler functions are accessed +// by the value's runtime type pointer, allowing the input value type to be known. +type Mangler func(buf []byte, value any) []byte + +// Get will fetch the Mangler function for given runtime type. +// Note that the returned mangler will be a no-op in the case +// that an incorrect type is passed as the value argument. +func Get(t reflect.Type) Mangler { + var mng Mangler + + // Get raw runtime type ptr + uptr := uintptr(eface_data(t)) + + // Look for a cached mangler + v, ok := manglers.Load(uptr) + + if !ok { + // Load mangler function + mng = loadMangler(nil, t) + } else { + // cast cached value + mng = v.(Mangler) + } + + // Get platform int mangler func. + mangle_int := mangle_platform_int() + + return func(buf []byte, value any) []byte { + // Type check passed against original type. + if vt := reflect.TypeOf(value); vt != t { + return buf + } + + // First write the type ptr (this adds + // a unique prefix for each runtime type). + buf = mangle_int(buf, uptr) + + // Finally, mangle value + return mng(buf, value) + } +} + +// Register will register the given Mangler function for use with vars of given runtime type. This allows +// registering performant manglers for existing types not implementing Mangled (e.g. std library types). +// NOTE: panics if there already exists a Mangler function for given type. Register on init(). +func Register(t reflect.Type, m Mangler) { + if t == nil { + // Nil interface{} types cannot be searched by, do not accept + panic("cannot register mangler for nil interface{} type") + } + + // Get raw runtime type ptr + uptr := uintptr(eface_data(t)) + + // Ensure this is a unique encoder + if _, ok := manglers.Load(uptr); ok { + panic("already registered mangler for type: " + t.String()) + } + + // Cache this encoder func + manglers.Store(uptr, m) +} + +// Append will append the mangled form of input value 'a' to buffer 'b'. +// See mangler.String() for more information on mangled output. +func Append(b []byte, a any) []byte { + var mng Mangler + + // Get reflect type of 'a' + t := reflect.TypeOf(a) + + // Get raw runtime type ptr + uptr := uintptr(eface_data(t)) + + // Look for a cached mangler + v, ok := manglers.Load(uptr) + + if !ok { + // Load mangler into cache + mng = loadMangler(nil, t) + manglers.Store(uptr, mng) + } else { + // cast cached value + mng = v.(Mangler) + } + + // Get platform int mangler func. + mangle_int := mangle_platform_int() + + // First write the type ptr (this adds + // a unique prefix for each runtime type). + b = mangle_int(b, uptr) + + // Finally, mangle value + return mng(b, a) +} + +// String will return the mangled format of input value 'a'. This +// mangled output will be unique for all default supported input types +// during a single runtime instance. Uniqueness cannot be guaranteed +// between separate runtime instances (whether running concurrently, or +// the same application running at different times). +// +// The exact formatting of the output data should not be relied upon, +// only that it is unique given the above constraints. Generally though, +// the mangled output is the binary formatted text of given input data. +// +// Uniqueness is guaranteed for similar input data of differing types +// (e.g. string("hello world") vs. []byte("hello world")) by prefixing +// mangled output with the input data's runtime type pointer. +// +// Default supported types include: +// - string +// - bool +// - int,int8,int16,int32,int64 +// - uint,uint8,uint16,uint32,uint64,uintptr +// - float32,float64 +// - complex64,complex128 +// - arbitrary structs +// - all type aliases of above +// - time.Time{} +// - url.URL{} +// - net.IPAddr{} +// - netip.Addr{}, netip.AddrPort{} +// - mangler.Mangled{} +// - fmt.Stringer{} +// - json.Marshaler{} +// - encoding.BinaryMarshaler{} +// - encoding.TextMarshaler{} +// - all pointers to the above +// - all slices / arrays of the above +// - all map keys / values of the above +func String(a any) string { + b := Append(make([]byte, 0, 32), a) + return *(*string)(unsafe.Pointer(&b)) +} diff --git a/vendor/codeberg.org/gruf/go-mangler/manglers.go b/vendor/codeberg.org/gruf/go-mangler/manglers.go new file mode 100644 index 000000000..63cd82bbe --- /dev/null +++ b/vendor/codeberg.org/gruf/go-mangler/manglers.go @@ -0,0 +1,190 @@ +package mangler + +import ( + "math/bits" + _ "unsafe" +) + +// Notes: +// the use of unsafe conversion from the direct interface values to +// the chosen types in each of the below functions allows us to convert +// not only those types directly, but anything type-aliased to those +// types. e.g. `time.Duration` directly as int64. + +func mangle_string(buf []byte, a any) []byte { + return append(buf, *(*string)(eface_data(a))...) +} + +func mangle_string_slice(buf []byte, a any) []byte { + s := *(*[]string)(eface_data(a)) + for _, s := range s { + buf = append(buf, s...) + buf = append(buf, ',') + } + if len(s) > 0 { + buf = buf[:len(buf)-1] + } + return buf +} + +func mangle_bool(buf []byte, a any) []byte { + if *(*bool)(eface_data(a)) { + return append(buf, '1') + } + return append(buf, '0') +} + +func mangle_bool_slice(buf []byte, a any) []byte { + for _, b := range *(*[]bool)(eface_data(a)) { + if b { + buf = append(buf, '1') + } else { + buf = append(buf, '0') + } + } + return buf +} + +func mangle_8bit(buf []byte, a any) []byte { + return append(buf, *(*uint8)(eface_data(a))) +} + +func mangle_8bit_slice(buf []byte, a any) []byte { + return append(buf, *(*[]uint8)(eface_data(a))...) +} + +func mangle_16bit(buf []byte, a any) []byte { + return append_uint16(buf, *(*uint16)(eface_data(a))) +} + +func mangle_16bit_slice(buf []byte, a any) []byte { + for _, u := range *(*[]uint16)(eface_data(a)) { + buf = append_uint16(buf, u) + } + return buf +} + +func mangle_32bit(buf []byte, a any) []byte { + return append_uint32(buf, *(*uint32)(eface_data(a))) +} + +func mangle_32bit_slice(buf []byte, a any) []byte { + for _, u := range *(*[]uint32)(eface_data(a)) { + buf = append_uint32(buf, u) + } + return buf +} + +func mangle_64bit(buf []byte, a any) []byte { + return append_uint64(buf, *(*uint64)(eface_data(a))) +} + +func mangle_64bit_slice(buf []byte, a any) []byte { + for _, u := range *(*[]uint64)(eface_data(a)) { + buf = append_uint64(buf, u) + } + return buf +} + +func mangle_platform_int() Mangler { + switch bits.UintSize { + case 32: + return mangle_32bit + case 64: + return mangle_64bit + default: + panic("unexpected platform int size") + } +} + +func mangle_platform_int_slice() Mangler { + switch bits.UintSize { + case 32: + return mangle_32bit_slice + case 64: + return mangle_64bit_slice + default: + panic("unexpected platform int size") + } +} + +func mangle_128bit(buf []byte, a any) []byte { + u2 := *(*[2]uint64)(eface_data(a)) + buf = append_uint64(buf, u2[0]) + buf = append_uint64(buf, u2[1]) + return buf +} + +func mangle_128bit_slice(buf []byte, a any) []byte { + for _, u2 := range *(*[][2]uint64)(eface_data(a)) { + buf = append_uint64(buf, u2[0]) + buf = append_uint64(buf, u2[1]) + } + return buf +} + +func mangle_mangled(buf []byte, a any) []byte { + if v := a.(Mangled); v != nil { + buf = append(buf, '1') + return v.Mangle(buf) + } + buf = append(buf, '0') + return buf +} + +func mangle_binary(buf []byte, a any) []byte { + if v := a.(binarymarshaler); v != nil { + b, err := v.MarshalBinary() + if err != nil { + panic("mangle_binary: " + err.Error()) + } + buf = append(buf, '1') + return append(buf, b...) + } + buf = append(buf, '0') + return buf +} + +func mangle_byteser(buf []byte, a any) []byte { + if v := a.(byteser); v != nil { + buf = append(buf, '1') + return append(buf, v.Bytes()...) + } + buf = append(buf, '0') + return buf +} + +func mangle_stringer(buf []byte, a any) []byte { + if v := a.(stringer); v != nil { + buf = append(buf, '1') + return append(buf, v.String()...) + } + buf = append(buf, '0') + return buf +} + +func mangle_text(buf []byte, a any) []byte { + if v := a.(textmarshaler); v != nil { + b, err := v.MarshalText() + if err != nil { + panic("mangle_text: " + err.Error()) + } + buf = append(buf, '1') + return append(buf, b...) + } + buf = append(buf, '0') + return buf +} + +func mangle_json(buf []byte, a any) []byte { + if v := a.(jsonmarshaler); v != nil { + b, err := v.MarshalJSON() + if err != nil { + panic("mangle_json: " + err.Error()) + } + buf = append(buf, '1') + return append(buf, b...) + } + buf = append(buf, '0') + return buf +} diff --git a/vendor/codeberg.org/gruf/go-structr/README.md b/vendor/codeberg.org/gruf/go-structr/README.md index 60f398085..c8e1585b3 100644 --- a/vendor/codeberg.org/gruf/go-structr/README.md +++ b/vendor/codeberg.org/gruf/go-structr/README.md @@ -1,10 +1,11 @@ # 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. +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 a hashmap keyed with either 32bit, 48bit or 64bit (default) hash checksum of the inputted raw index keys. The hash checksum size can be controlled by the following Go build-tags: `structr_32bit_hash` `structr_48bit_hash` +Under the hood, go-structr maintains a hashmap per index, where each hashmap is a hashmap keyed by serialized input key type. This is handled by the incredibly performant serialization library [go-mangler](https://codeberg.org/gruf/go-mangler), which at this point in time supports just about **any** arbitrary type, so feel free to index by *anything*! + +## Cache example -Some example code of how you can use `go-structr` in your application: ```golang type Cached struct { Username string @@ -15,7 +16,7 @@ type Cached struct { var c structr.Cache[*Cached] -c.Init(structr.Config[*Cached]{ +c.Init(structr.CacheConfig[*Cached]{ // Fields this cached struct type // will be indexed and stored under. @@ -32,7 +33,7 @@ c.Init(structr.Config[*Cached]{ // User provided value copy function to // reduce need for reflection + ensure // concurrency safety for returned values. - CopyValue: func(c *Cached) *Cached { + Copy: func(c *Cached) *Cached { c2 := new(Cached) *c2 = *c return c2 @@ -44,15 +45,23 @@ c.Init(structr.Config[*Cached]{ }, }) +// Access and store indexes ahead-of-time for perf. +usernameDomainIndex := c.Index("Username,Domain") +urlIndex := c.Index("URL") +countryCodeIndex := c.Index("CountryCode") + var url string +// Generate URL index key. +urlKey := urlIndex.Key(url) + // Load value from cache, with callback function to hydrate // cache if value cannot be found under index name with key. // Negative (error) results are also cached, with user definable // errors to ignore from caching (e.g. context deadline errs). -value, err := c.LoadOne("URL", func() (*Cached, error) { +value, err := c.LoadOne(urlIndex, func() (*Cached, error) { return dbType.SelectByURL(url) -}, url) +}, urlKey) if err != nil { return nil, err } @@ -69,9 +78,66 @@ if err := c.Store(value, func() error { return nil, err } +// Generate country code index key. +countryCodeKey := countryCodeIndex.Key(42) + // Invalidate all cached results stored under // provided index name with give field value(s). -c.Invalidate("CountryCode", 42) +c.Invalidate(countryCodeIndex, countryCodeKey) ``` +## Queue example + +```golang + +type Queued struct{ + Username string + Domain string + URL string + CountryCode int +} + +var q structr.Queue[*Queued] + +q.Init(structr.QueueConfig[*Cached]{ + + // Fields this queued struct type + // will be indexed and stored under. + Indices: []structr.IndexConfig{ + {Fields: "Username,Domain", AllowZero: true}, + {Fields: "URL"}, + {Fields: "CountryCode", Multiple: true}, + }, + + // User defined pop hook. + Pop: func(c *Cached) { + log.Println("popped:", c) + }, +}) + +// Access and store indexes ahead-of-time for perf. +usernameDomainIndex := q.Index("Username,Domain") +urlIndex := q.Index("URL") +countryCodeIndex := q.Index("CountryCode") + +// ... +q.PushBack(Queued{ + Username: "billybob", + Domain: "google.com", + URL: "https://some.website.here", + CountryCode: 42, +}) + +// ... +queued, ok := q.PopFront() + +// Generate country code index key. +countryCodeKey := countryCodeIndex.Key(42) + +// ... +queuedByCountry := q.Pop(countryCodeIndex, countryCodeKey) +``` + +## Notes + This is a core underpinning of [GoToSocial](https://github.com/superseriousbusiness/gotosocial)'s performance. \ No newline at end of file diff --git a/vendor/codeberg.org/gruf/go-structr/cache.go b/vendor/codeberg.org/gruf/go-structr/cache.go index 690292df4..7b0772acf 100644 --- a/vendor/codeberg.org/gruf/go-structr/cache.go +++ b/vendor/codeberg.org/gruf/go-structr/cache.go @@ -3,7 +3,9 @@ package structr import ( "context" "errors" + "reflect" "sync" + "unsafe" ) // DefaultIgnoreErr is the default function used to @@ -14,9 +16,9 @@ func DefaultIgnoreErr(err error) bool { errors.Is(err, context.DeadlineExceeded) } -// Config defines config variables +// CacheConfig defines config vars // for initializing a struct cache. -type Config[StructType any] struct { +type CacheConfig[StructType any] struct { // Indices defines indices to create // in the Cache for the receiving @@ -24,8 +26,8 @@ type Config[StructType any] struct { Indices []IndexConfig // MaxSize defines the maximum number - // of results allowed in the Cache at - // one time, before old results start + // of items allowed in the Cache at + // one time, before old items start // getting evicted. MaxSize int @@ -36,10 +38,10 @@ type Config[StructType any] struct { // DefaultIgnoreErr will be used. IgnoreErr func(error) bool - // CopyValue provides a means of copying + // Copy provides a means of copying // cached values, to ensure returned values // do not share memory with those in cache. - CopyValue func(StructType) StructType + Copy func(StructType) StructType // Invalidate is called when cache values // (NOT errors) are invalidated, either @@ -50,19 +52,17 @@ type Config[StructType any] struct { // Cache provides a structure cache with automated // indexing and lookups by any initialization-defined -// combination of fields (as long as serialization is -// supported by codeberg.org/gruf/go-mangler). This -// also supports caching of negative results by errors -// returned from the LoadOne() series of functions. +// combination of fields. This also supports caching +// of negative results (errors!) returned by LoadOne(). type Cache[StructType any] struct { // indices used in storing passed struct // types by user defined sets of fields. - indices []Index[StructType] + indices []Index - // keeps track of all indexed results, + // keeps track of all indexed items, // in order of last recently used (LRU). - lruList list + lru list // max cache size, imposes size // limit on the lruList in order @@ -83,7 +83,9 @@ type Cache[StructType any] struct { // Init initializes the cache with given configuration // including struct fields to index, and necessary fns. -func (c *Cache[T]) Init(config Config[T]) { +func (c *Cache[T]) Init(config CacheConfig[T]) { + t := reflect.TypeOf((*T)(nil)).Elem() + if len(config.Indices) == 0 { panic("no indices provided") } @@ -92,8 +94,8 @@ func (c *Cache[T]) Init(config Config[T]) { config.IgnoreErr = DefaultIgnoreErr } - if config.CopyValue == nil { - panic("copy value function must be provided") + if config.Copy == nil { + panic("copy function must be provided") } if config.MaxSize < 2 { @@ -103,19 +105,20 @@ func (c *Cache[T]) Init(config Config[T]) { // Safely copy over // provided config. c.mutex.Lock() - c.indices = make([]Index[T], len(config.Indices)) + c.indices = make([]Index, len(config.Indices)) for i, cfg := range config.Indices { - init_index(&c.indices[i], cfg, config.MaxSize) + c.indices[i].ptr = unsafe.Pointer(c) + c.indices[i].init(t, cfg, config.MaxSize) } c.ignore = config.IgnoreErr - c.copy = config.CopyValue + c.copy = config.Copy c.invalid = config.Invalidate c.maxSize = config.MaxSize c.mutex.Unlock() } // Index selects index with given name from cache, else panics. -func (c *Cache[T]) Index(name string) *Index[T] { +func (c *Cache[T]) Index(name string) *Index { for i := range c.indices { if c.indices[i].name == name { return &c.indices[i] @@ -124,20 +127,9 @@ func (c *Cache[T]) Index(name string) *Index[T] { panic("unknown index: " + name) } -// GetOne fetches one value from the cache stored under index, using key generated from key parts. -// Note that given number of key parts MUST match expected number and types of the given index name. -func (c *Cache[T]) GetOne(index string, key ...any) (T, bool) { - return c.GetOneBy(c.Index(index), key...) -} - -// GetOneBy fetches value from cache stored under index, using precalculated index key. -func (c *Cache[T]) GetOneBy(index *Index[T], key ...any) (T, bool) { - if index == nil { - panic("no index given") - } else if !is_unique(index.flags) { - panic("cannot get one by non-unique index") - } - values := c.GetBy(index, key) +// GetOne fetches value from cache stored under index, using precalculated index key. +func (c *Cache[T]) GetOne(index *Index, key Key) (T, bool) { + values := c.Get(index, key) if len(values) == 0 { var zero T return zero, false @@ -145,20 +137,16 @@ func (c *Cache[T]) GetOneBy(index *Index[T], key ...any) (T, bool) { return values[0], true } -// Get fetches values from the cache stored under index, using keys generated from given key parts. -// Note that each number of key parts MUST match expected number and types of the given index name. -func (c *Cache[T]) Get(index string, keys ...[]any) []T { - return c.GetBy(c.Index(index), keys...) -} - -// GetBy fetches values from the cache stored under index, using precalculated index keys. -func (c *Cache[T]) GetBy(index *Index[T], keys ...[]any) []T { +// Get fetches values from the cache stored under index, using precalculated index keys. +func (c *Cache[T]) Get(index *Index, keys ...Key) []T { if index == nil { panic("no index given") + } else if index.ptr != unsafe.Pointer(c) { + panic("invalid index for cache") } - // Acquire hasher. - h := get_hasher() + // Preallocate expected ret slice. + values := make([]T, 0, len(keys)) // Acquire lock. c.mutex.Lock() @@ -169,61 +157,31 @@ func (c *Cache[T]) GetBy(index *Index[T], keys ...[]any) []T { panic("not initialized") } - // Preallocate expected ret slice. - values := make([]T, 0, len(keys)) - - for _, key := range keys { - - // Generate sum from provided key. - sum, ok := index_hash(index, h, key) - if !ok { - continue - } - - // Get indexed results list at key. - list := index_get(index, sum, key) - if list == nil { - continue - } - - // Concatenate all *values* from non-err cached results. - list_rangefn(list, func(e *list_elem) { - entry := (*index_entry)(e.data) - res := entry.result - - switch value := res.data.(type) { - case T: + for i := range keys { + // Concatenate all *values* from cached items. + index.get(keys[i], func(item *indexed_item) { + if value, ok := item.data.(T); ok { // Append value COPY. value = c.copy(value) values = append(values, value) - case error: - // Don't bump - // for errors. - return + // Push to front of LRU list, USING + // THE ITEM'S LRU ENTRY, NOT THE + // INDEX KEY ENTRY. VERY IMPORTANT!! + c.lru.move_front(&item.elem) } - - // Push to front of LRU list, USING - // THE RESULT'S LRU ENTRY, NOT THE - // INDEX KEY ENTRY. VERY IMPORTANT!! - list_move_front(&c.lruList, &res.elem) }) } // Done with lock. c.mutex.Unlock() - // Done with h. - hash_pool.Put(h) - return values } // Put will insert the given values into cache, // calling any invalidate hook on each value. func (c *Cache[T]) Put(values ...T) { - var z Hash - // Acquire lock. c.mutex.Lock() @@ -236,9 +194,13 @@ func (c *Cache[T]) Put(values ...T) { panic("not initialized") } - // Store all the passed values. - for _, value := range values { - c.store_value(nil, z, nil, value) + // Store all passed values. + for i := range values { + c.store_value( + nil, + Key{}, + values[i], + ) } // Done with lock. @@ -253,43 +215,29 @@ func (c *Cache[T]) Put(values ...T) { } } -// LoadOne fetches one result from the cache stored under index, using key generated from key parts. -// In the case that no result is found, the provided load callback will be used to hydrate the cache. -// Note that given number of key parts MUST match expected number and types of the given index name. -func (c *Cache[T]) LoadOne(index string, load func() (T, error), key ...any) (T, error) { - return c.LoadOneBy(c.Index(index), load, key...) -} - // LoadOneBy fetches one result from the cache stored under index, using precalculated index key. // In the case that no result is found, provided load callback will be used to hydrate the cache. -func (c *Cache[T]) LoadOneBy(index *Index[T], load func() (T, error), key ...any) (T, error) { +func (c *Cache[T]) LoadOne(index *Index, key Key, load func() (T, error)) (T, error) { if index == nil { panic("no index given") + } else if index.ptr != unsafe.Pointer(c) { + panic("invalid index for cache") } else if !is_unique(index.flags) { panic("cannot get one by non-unique index") } var ( - // whether a result was found + // whether an item was found // (and so val / err are set). ok bool // separate value / error ptrs - // as the result is liable to + // as the item is liable to // change outside of lock. val T err error ) - // Acquire hasher. - h := get_hasher() - - // Generate sum from provided key. - sum, _ := index_hash(index, h, key) - - // Done with h. - hash_pool.Put(h) - // Acquire lock. c.mutex.Lock() @@ -303,33 +251,30 @@ func (c *Cache[T]) LoadOneBy(index *Index[T], load func() (T, error), key ...any panic("not initialized") } - // Get indexed list at hash key. - list := index_get(index, sum, key) + // Get item indexed at key. + item := index.get_one(key) - if ok = (list != nil); ok { - entry := (*index_entry)(list.head.data) - res := entry.result + if ok = (item != nil); ok { + if value, is := item.data.(T); is { + // Set value COPY. + val = c.copy(value) - switch data := res.data.(type) { - case T: - // Return value COPY. - val = c.copy(data) - case error: + // Push to front of LRU list, USING + // THE ITEM'S LRU ENTRY, NOT THE + // INDEX KEY ENTRY. VERY IMPORTANT!! + c.lru.move_front(&item.elem) + + } else if error, is := item.data.(error); is { // Return error. - err = data + err = error } - - // Push to front of LRU list, USING - // THE RESULT'S LRU ENTRY, NOT THE - // INDEX KEY ENTRY. VERY IMPORTANT!! - list_move_front(&c.lruList, &res.elem) } // Done with lock. c.mutex.Unlock() if ok { - // result found! + // item found! return val, err } @@ -345,14 +290,14 @@ func (c *Cache[T]) LoadOneBy(index *Index[T], load func() (T, error), key ...any // Acquire lock. c.mutex.Lock() - // Index this new loaded result. + // Index this new loaded item. // Note this handles copying of // the provided value, so it is // safe for us to return as-is. if err != nil { - c.store_error(index, sum, key, err) + c.store_error(index, key, err) } else { - c.store_value(index, sum, key, val) + c.store_value(index, key, val) } // Done with lock. @@ -361,29 +306,18 @@ func (c *Cache[T]) LoadOneBy(index *Index[T], load func() (T, error), key ...any return val, err } -// Load fetches values from the cache stored under index, using keys generated from given key parts. The provided get callback is used -// to load groups of values from the cache by the key generated from the key parts provided to the inner callback func, where the returned -// boolean indicates whether any values are currently stored. After the get callback has returned, the cache will then call provided load -// callback to hydrate the cache with any other values. Example usage here is that you may see which values are cached using 'get', and load -// the remaining uncached values using 'load', to minimize database queries. Cached error results are not included or returned by this func. -// Note that given number of key parts MUST match expected number and types of the given index name, in those provided to the get callback. -func (c *Cache[T]) Load(index string, get func(load func(key ...any) bool), load func() ([]T, error)) (values []T, err error) { - return c.LoadBy(c.Index(index), get, load) -} - -// LoadBy fetches values from the cache stored under index, using precalculated index key. The provided get callback is used to load -// groups of values from the cache by the key generated from the key parts provided to the inner callback func, where the returned boolea -// indicates whether any values are currently stored. After the get callback has returned, the cache will then call provided load callback -// to hydrate the cache with any other values. Example usage here is that you may see which values are cached using 'get', and load the -// remaining uncached values using 'load', to minimize database queries. Cached error results are not included or returned by this func. -// Note that given number of key parts MUST match expected number and types of the given index name, in those provided to the get callback. -func (c *Cache[T]) LoadBy(index *Index[T], get func(load func(key ...any) bool), load func() ([]T, error)) (values []T, err error) { +// Load fetches values from the cache stored under index, using precalculated index keys. The cache will attempt to +// results with values stored under keys, passing keys with uncached results to the provider load callback to further +// hydrate the cache with missing results. Cached error results not included or returned by this function. +func (c *Cache[T]) Load(index *Index, keys []Key, load func([]Key) ([]T, error)) ([]T, error) { if index == nil { panic("no index given") + } else if index.ptr != unsafe.Pointer(c) { + panic("invalid index for cache") } - // Acquire hasher. - h := get_hasher() + // Preallocate expected ret slice. + values := make([]T, 0, len(keys)) // Acquire lock. c.mutex.Lock() @@ -394,71 +328,45 @@ func (c *Cache[T]) LoadBy(index *Index[T], get func(load func(key ...any) bool), panic("not initialized") } - var unlocked bool - defer func() { - // Deferred unlock to catch - // any user function panics. - if !unlocked { - c.mutex.Unlock() - } - }() - - // Pass loader to user func. - get(func(key ...any) bool { - - // Generate sum from provided key. - sum, ok := index_hash(index, h, key) - if !ok { - return false - } - - // Get indexed results at hash key. - list := index_get(index, sum, key) - if list == nil { - return false - } - + for i := 0; i < len(keys); { // Value length before // any below appends. before := len(values) - // Concatenate all *values* from non-err cached results. - list_rangefn(list, func(e *list_elem) { - entry := (*index_entry)(e.data) - res := entry.result - - switch value := res.data.(type) { - case T: + // Concatenate all *values* from cached items. + index.get(keys[i], func(item *indexed_item) { + if value, ok := item.data.(T); ok { // Append value COPY. value = c.copy(value) values = append(values, value) - case error: - // Don't bump - // for errors. - return + // Push to front of LRU list, USING + // THE ITEM'S LRU ENTRY, NOT THE + // INDEX KEY ENTRY. VERY IMPORTANT!! + c.lru.move_front(&item.elem) } - - // Push to front of LRU list, USING - // THE RESULT'S LRU ENTRY, NOT THE - // INDEX KEY ENTRY. VERY IMPORTANT!! - list_move_front(&c.lruList, &res.elem) }) // Only if values changed did // we actually find anything. - return len(values) != before - }) + if len(values) != before { + + // We found values at key, + // drop key from the slice. + copy(keys[i:], keys[i+1:]) + keys = keys[:len(keys)-1] + continue + } + + // Iter + i++ + } // Done with lock. c.mutex.Unlock() - unlocked = true - - // Done with h. - hash_pool.Put(h) // Load uncached values. - uncached, err := load() + uncached, err := load(keys) if err != nil { return nil, err } @@ -469,7 +377,7 @@ func (c *Cache[T]) LoadBy(index *Index[T], get func(load func(key ...any) bool), // Append uncached to return values. values = append(values, uncached...) - return + return values, nil } // Store will call the given store callback, on non-error then @@ -478,8 +386,8 @@ func (c *Cache[T]) LoadBy(index *Index[T], get func(load func(key ...any) bool), func (c *Cache[T]) Store(value T, store func() error) error { // Store value. err := store() - if err != nil { + // Get func ptrs. c.mutex.Lock() invalid := c.invalid @@ -501,51 +409,39 @@ func (c *Cache[T]) Store(value T, store func() error) error { return nil } -// Invalidate generates index key from parts and invalidates all stored under it. -func (c *Cache[T]) Invalidate(index string, key ...any) { - c.InvalidateBy(c.Index(index), key...) -} - -// InvalidateBy invalidates all results stored under index key. -func (c *Cache[T]) InvalidateBy(index *Index[T], key ...any) { +// Invalidate invalidates all results stored under index keys. +func (c *Cache[T]) Invalidate(index *Index, keys ...Key) { if index == nil { panic("no index given") + } else if index.ptr != unsafe.Pointer(c) { + panic("invalid index for cache") } - // Acquire hasher. - h := get_hasher() - - // Generate sum from provided key. - sum, ok := index_hash(index, h, key) - - // Done with h. - hash_pool.Put(h) - - if !ok { - return - } - - var values []T - // Acquire lock. c.mutex.Lock() + // Preallocate expected ret slice. + values := make([]T, 0, len(keys)) + + for i := range keys { + // Delete all items under key from index, collecting + // value items and dropping them from all their indices. + index.delete(keys[i], func(item *indexed_item) { + + if value, ok := item.data.(T); ok { + // No need to copy, as item + // being deleted from cache. + values = append(values, value) + } + + // Delete cached. + c.delete(item) + }) + } + // Get func ptrs. invalid := c.invalid - // Delete all results under key from index, collecting - // value results and dropping them from all their indices. - index_delete(c, index, sum, key, func(del *result) { - switch value := del.data.(type) { - case T: - // Append value COPY. - value = c.copy(value) - values = append(values, value) - case error: - } - c.delete(del) - }) - // Done with lock. c.mutex.Unlock() @@ -566,29 +462,30 @@ func (c *Cache[T]) Trim(perc float64) { // Calculate number of cache items to drop. max := (perc / 100) * float64(c.maxSize) - diff := c.lruList.len - int(max) - + diff := c.lru.len - int(max) if diff <= 0 { + // Trim not needed. c.mutex.Unlock() return } - // Iterate over 'diff' results + // Iterate over 'diff' items // from back (oldest) of cache. for i := 0; i < diff; i++ { - // Get oldest LRU element. - oldest := c.lruList.tail - + // Get oldest LRU elem. + oldest := c.lru.tail if oldest == nil { - // reached end. + + // reached + // end. break } - // Drop oldest from cache. - res := (*result)(oldest.data) - c.delete(res) + // Drop oldest item from cache. + item := (*indexed_item)(oldest.data) + c.delete(item) } // Done with lock. @@ -601,7 +498,7 @@ func (c *Cache[T]) Clear() { c.Trim(0) } // Len returns the current length of cache. func (c *Cache[T]) Len() int { c.mutex.Lock() - l := c.lruList.len + l := c.lru.len c.mutex.Unlock() return l } @@ -614,95 +511,99 @@ func (c *Cache[T]) Cap() int { return m } -func (c *Cache[T]) store_value(index *Index[T], hash Hash, key []any, value T) { - // Acquire new result. - res := result_acquire(c) - - if index != nil { - // Append result to the provided index - // with precalculated key / its hash. - index_append(c, index, hash, key, res) - } +func (c *Cache[T]) store_value(index *Index, key Key, value T) { + // Alloc new index item. + item := new_indexed_item() // Create COPY of value. value = c.copy(value) - res.data = value + item.data = value - // Acquire hasher. - h := get_hasher() + if index != nil { + // Append item to index. + index.append(key, item) + } + + // Acquire key buf. + buf := new_buffer() for i := range c.indices { // Get current index ptr. idx := &(c.indices[i]) - if idx == index { + // Already stored under // this index, ignore. continue } - // Get key and hash sum for this index. - key, sum, ok := index_key(idx, h, value) - if !ok { + // Extract fields comprising index key. + parts := extract_fields(value, idx.fields) + + // Calculate index key. + key := idx.key(buf, parts) + if key.Zero() { continue } - // Append result to index at key. - index_append(c, idx, sum, key, res) + // Append item to index. + idx.append(key, item) } - // Done with h. - hash_pool.Put(h) + // Add item to main lru list. + c.lru.push_front(&item.elem) - if c.lruList.len > c.maxSize { + // Done with buf. + free_buffer(buf) + + if c.lru.len > c.maxSize { // Cache has hit max size! // Drop the oldest element. - ptr := c.lruList.tail.data - res := (*result)(ptr) - c.delete(res) + ptr := c.lru.tail.data + item := (*indexed_item)(ptr) + c.delete(item) } } -func (c *Cache[T]) store_error(index *Index[T], hash Hash, key []any, err error) { +func (c *Cache[T]) store_error(index *Index, key Key, err error) { if index == nil { // nothing we // can do here. return } - // Acquire new result. - res := result_acquire(c) - res.data = err + // Alloc new index item. + item := new_indexed_item() + item.data = err - // Append result to the provided index - // with precalculated key / its hash. - index_append(c, index, hash, key, res) + // Append item to index. + index.append(key, item) - if c.lruList.len > c.maxSize { + // Add item to main lru list. + c.lru.push_front(&item.elem) + + if c.lru.len > c.maxSize { // Cache has hit max size! // Drop the oldest element. - ptr := c.lruList.tail.data - res := (*result)(ptr) - c.delete(res) + ptr := c.lru.tail.data + item := (*indexed_item)(ptr) + c.delete(item) } } -// delete will delete the given result from the cache, deleting -// it from all indices it is stored under, and main LRU list. -func (c *Cache[T]) delete(res *result) { - for len(res.indexed) != 0 { - +func (c *Cache[T]) delete(item *indexed_item) { + for len(item.indexed) != 0 { // Pop last indexed entry from list. - entry := res.indexed[len(res.indexed)-1] - res.indexed = res.indexed[:len(res.indexed)-1] + entry := item.indexed[len(item.indexed)-1] + item.indexed = item.indexed[:len(item.indexed)-1] - // Drop entry from index. - index_delete_entry(c, entry) - - // Release to memory pool. - index_entry_release(entry) + // Drop index_entry from index. + entry.index.delete_entry(entry) } - // Release res to pool. - result_release(c, res) + // Drop entry from lru list. + c.lru.remove(&item.elem) + + // Free now-unused item. + free_indexed_item(item) } diff --git a/vendor/codeberg.org/gruf/go-structr/hash.go b/vendor/codeberg.org/gruf/go-structr/hash.go deleted file mode 100644 index ffdc5f5f1..000000000 --- a/vendor/codeberg.org/gruf/go-structr/hash.go +++ /dev/null @@ -1,404 +0,0 @@ -package structr - -import ( - "reflect" - "sync" - "unsafe" - - "github.com/zeebo/xxh3" -) - -var hash_pool sync.Pool - -func get_hasher() *xxh3.Hasher { - v := hash_pool.Get() - if v == nil { - v = new(xxh3.Hasher) - } - return v.(*xxh3.Hasher) -} - -func hash_sum(fields []structfield, h *xxh3.Hasher, key []any) (Hash, bool) { - if len(key) != len(fields) { - panicf("incorrect number key parts: want=%d received=%d", - len(key), - len(fields), - ) - } - var zero bool - h.Reset() - for i, part := range key { - zero = fields[i].hasher(h, part) || zero - } - // See: https://github.com/Cyan4973/xxHash/issues/453#issuecomment-696838445 - // - // In order to extract 32-bit from a good 64-bit hash result, - // there are many possible choices, which are all valid. - // I would typically grab the lower 32-bit and call it a day. - // - // Grabbing any other 32-bit (the upper part for example) is fine too. - // - // xoring higher and lower bits makes more sense whenever the produced hash offers dubious quality. - // FNV, for example, has poor mixing in its lower bits, so it's better to mix with the higher bits. - // - // XXH3 already performs significant output mixing before returning the data, - // so it's not beneficial to add another xorfold stage. - return uint64ToHash(h.Sum64()), zero -} - -func hasher(t reflect.Type) func(*xxh3.Hasher, any) bool { - switch t.Kind() { - case reflect.Int, - reflect.Uint, - reflect.Uintptr: - switch unsafe.Sizeof(int(0)) { - case 4: - return hash32bit - case 8: - return hash64bit - default: - panic("unexpected platform int size") - } - - case reflect.Int8, - reflect.Uint8: - return hash8bit - - case reflect.Int16, - reflect.Uint16: - return hash16bit - - case reflect.Int32, - reflect.Uint32, - reflect.Float32: - return hash32bit - - case reflect.Int64, - reflect.Uint64, - reflect.Float64, - reflect.Complex64: - return hash64bit - - case reflect.String: - return hashstring - - case reflect.Pointer: - switch t.Elem().Kind() { - case reflect.Int, - reflect.Uint, - reflect.Uintptr: - switch unsafe.Sizeof(int(0)) { - case 4: - return hash32bitptr - case 8: - return hash64bitptr - default: - panic("unexpected platform int size") - } - - case reflect.Int8, - reflect.Uint8: - return hash8bitptr - - case reflect.Int16, - reflect.Uint16: - return hash16bitptr - - case reflect.Int32, - reflect.Uint32, - reflect.Float32: - return hash32bitptr - - case reflect.Int64, - reflect.Uint64, - reflect.Float64, - reflect.Complex64: - return hash64bitptr - - case reflect.String: - return hashstringptr - } - - case reflect.Slice: - switch t.Elem().Kind() { - case reflect.Int, - reflect.Uint, - reflect.Uintptr: - switch unsafe.Sizeof(int(0)) { - case 4: - return hash32bitslice - case 8: - return hash64bitslice - default: - panic("unexpected platform int size") - } - - case reflect.Int8, - reflect.Uint8: - return hash8bitslice - - case reflect.Int16, - reflect.Uint16: - return hash16bitslice - - case reflect.Int32, - reflect.Uint32, - reflect.Float32: - return hash32bitslice - - case reflect.Int64, - reflect.Uint64, - reflect.Float64, - reflect.Complex64: - return hash64bitslice - - case reflect.String: - return hashstringslice - } - } - switch { - case t.Implements(reflect.TypeOf((*interface{ MarshalBinary() ([]byte, error) })(nil)).Elem()): - return hashbinarymarshaler - - case t.Implements(reflect.TypeOf((*interface{ Bytes() []byte })(nil)).Elem()): - return hashbytesmethod - - case t.Implements(reflect.TypeOf((*interface{ String() string })(nil)).Elem()): - return hashstringmethod - - case t.Implements(reflect.TypeOf((*interface{ MarshalText() ([]byte, error) })(nil)).Elem()): - return hashtextmarshaler - - case t.Implements(reflect.TypeOf((*interface{ MarshalJSON() ([]byte, error) })(nil)).Elem()): - return hashjsonmarshaler - } - panic("unhashable type") -} - -func hash8bit(h *xxh3.Hasher, a any) bool { - u := *(*uint8)(data_ptr(a)) - _, _ = h.Write([]byte{u}) - return u == 0 -} - -func hash8bitptr(h *xxh3.Hasher, a any) bool { - u := (*uint8)(data_ptr(a)) - if u == nil { - _, _ = h.Write([]byte{ - 0, - }) - return true - } else { - _, _ = h.Write([]byte{ - 1, - byte(*u), - }) - return false - } -} - -func hash8bitslice(h *xxh3.Hasher, a any) bool { - b := *(*[]byte)(data_ptr(a)) - _, _ = h.Write(b) - return b == nil -} - -func hash16bit(h *xxh3.Hasher, a any) bool { - u := *(*uint16)(data_ptr(a)) - _, _ = h.Write([]byte{ - byte(u), - byte(u >> 8), - }) - return u == 0 -} - -func hash16bitptr(h *xxh3.Hasher, a any) bool { - u := (*uint16)(data_ptr(a)) - if u == nil { - _, _ = h.Write([]byte{ - 0, - }) - return true - } else { - _, _ = h.Write([]byte{ - 1, - byte(*u), - byte(*u >> 8), - }) - return false - } -} - -func hash16bitslice(h *xxh3.Hasher, a any) bool { - u := *(*[]uint16)(data_ptr(a)) - for i := range u { - _, _ = h.Write([]byte{ - byte(u[i]), - byte(u[i] >> 8), - }) - } - return u == nil -} - -func hash32bit(h *xxh3.Hasher, a any) bool { - u := *(*uint32)(data_ptr(a)) - _, _ = h.Write([]byte{ - byte(u), - byte(u >> 8), - byte(u >> 16), - byte(u >> 24), - }) - return u == 0 -} - -func hash32bitptr(h *xxh3.Hasher, a any) bool { - u := (*uint32)(data_ptr(a)) - if u == nil { - _, _ = h.Write([]byte{ - 0, - }) - return true - } else { - _, _ = h.Write([]byte{ - 1, - byte(*u), - byte(*u >> 8), - byte(*u >> 16), - byte(*u >> 24), - }) - return false - } -} - -func hash32bitslice(h *xxh3.Hasher, a any) bool { - u := *(*[]uint32)(data_ptr(a)) - for i := range u { - _, _ = h.Write([]byte{ - byte(u[i]), - byte(u[i] >> 8), - byte(u[i] >> 16), - byte(u[i] >> 24), - }) - } - return u == nil -} - -func hash64bit(h *xxh3.Hasher, a any) bool { - u := *(*uint64)(data_ptr(a)) - _, _ = h.Write([]byte{ - byte(u), - byte(u >> 8), - byte(u >> 16), - byte(u >> 24), - byte(u >> 32), - byte(u >> 40), - byte(u >> 48), - byte(u >> 56), - }) - return u == 0 -} - -func hash64bitptr(h *xxh3.Hasher, a any) bool { - u := (*uint64)(data_ptr(a)) - if u == nil { - _, _ = h.Write([]byte{ - 0, - }) - return true - } else { - _, _ = h.Write([]byte{ - 1, - byte(*u), - byte(*u >> 8), - byte(*u >> 16), - byte(*u >> 24), - byte(*u >> 32), - byte(*u >> 40), - byte(*u >> 48), - byte(*u >> 56), - }) - return false - } -} - -func hash64bitslice(h *xxh3.Hasher, a any) bool { - u := *(*[]uint64)(data_ptr(a)) - for i := range u { - _, _ = h.Write([]byte{ - byte(u[i]), - byte(u[i] >> 8), - byte(u[i] >> 16), - byte(u[i] >> 24), - byte(u[i] >> 32), - byte(u[i] >> 40), - byte(u[i] >> 48), - byte(u[i] >> 56), - }) - } - return u == nil -} - -func hashstring(h *xxh3.Hasher, a any) bool { - s := *(*string)(data_ptr(a)) - _, _ = h.WriteString(s) - return s == "" -} - -func hashstringptr(h *xxh3.Hasher, a any) bool { - s := (*string)(data_ptr(a)) - if s == nil { - _, _ = h.Write([]byte{ - 0, - }) - return true - } else { - _, _ = h.Write([]byte{ - 1, - }) - _, _ = h.WriteString(*s) - return false - } -} - -func hashstringslice(h *xxh3.Hasher, a any) bool { - s := *(*[]string)(data_ptr(a)) - for i := range s { - _, _ = h.WriteString(s[i]) - } - return s == nil -} - -func hashbinarymarshaler(h *xxh3.Hasher, a any) bool { - i := a.(interface{ MarshalBinary() ([]byte, error) }) - b, _ := i.MarshalBinary() - _, _ = h.Write(b) - return b == nil -} - -func hashbytesmethod(h *xxh3.Hasher, a any) bool { - i := a.(interface{ Bytes() []byte }) - b := i.Bytes() - _, _ = h.Write(b) - return b == nil -} - -func hashstringmethod(h *xxh3.Hasher, a any) bool { - i := a.(interface{ String() string }) - s := i.String() - _, _ = h.WriteString(s) - return s == "" -} - -func hashtextmarshaler(h *xxh3.Hasher, a any) bool { - i := a.(interface{ MarshalText() ([]byte, error) }) - b, _ := i.MarshalText() - _, _ = h.Write(b) - return b == nil -} - -func hashjsonmarshaler(h *xxh3.Hasher, a any) bool { - i := a.(interface{ MarshalJSON() ([]byte, error) }) - b, _ := i.MarshalJSON() - _, _ = h.Write(b) - return b == nil -} diff --git a/vendor/codeberg.org/gruf/go-structr/hash_32.go b/vendor/codeberg.org/gruf/go-structr/hash_32.go deleted file mode 100644 index 883a3a174..000000000 --- a/vendor/codeberg.org/gruf/go-structr/hash_32.go +++ /dev/null @@ -1,14 +0,0 @@ -//go:build structr_32bit_hash -// +build structr_32bit_hash - -package structr - -// Hash is the current compiler -// flag defined cache key hash -// checksum type. Here; uint32. -type Hash uint32 - -// uint64ToHash converts uint64 to currently Hash type. -func uint64ToHash(u uint64) Hash { - return Hash(u >> 32) -} diff --git a/vendor/codeberg.org/gruf/go-structr/hash_48.go b/vendor/codeberg.org/gruf/go-structr/hash_48.go deleted file mode 100644 index df4209e2f..000000000 --- a/vendor/codeberg.org/gruf/go-structr/hash_48.go +++ /dev/null @@ -1,21 +0,0 @@ -//go:build structr_48bit_hash -// +build structr_48bit_hash - -package structr - -// Hash is the current compiler -// flag defined cache key hash -// checksum type. Here; uint48. -type Hash [6]byte - -// uint64ToHash converts uint64 to currently Hash type. -func uint64ToHash(u uint64) Hash { - return Hash{ - 0: byte(u), - 1: byte(u >> 8), - 2: byte(u >> 16), - 3: byte(u >> 24), - 4: byte(u >> 32), - 5: byte(u >> 40), - } -} diff --git a/vendor/codeberg.org/gruf/go-structr/hash_64.go b/vendor/codeberg.org/gruf/go-structr/hash_64.go deleted file mode 100644 index 5462c340e..000000000 --- a/vendor/codeberg.org/gruf/go-structr/hash_64.go +++ /dev/null @@ -1,14 +0,0 @@ -//go:build !structr_32bit_hash && !structr_48bit_hash -// +build !structr_32bit_hash,!structr_48bit_hash - -package structr - -// Hash is the current compiler -// flag defined cache key hash -// checksum type. Here; uint64. -type Hash uint64 - -// uint64ToHash converts uint64 to currently Hash type. -func uint64ToHash(u uint64) Hash { - return Hash(u) -} diff --git a/vendor/codeberg.org/gruf/go-structr/index.go b/vendor/codeberg.org/gruf/go-structr/index.go index e2768b3ca..c7115e0b4 100644 --- a/vendor/codeberg.org/gruf/go-structr/index.go +++ b/vendor/codeberg.org/gruf/go-structr/index.go @@ -6,7 +6,7 @@ import ( "sync" "unsafe" - "github.com/zeebo/xxh3" + "codeberg.org/gruf/go-byteutil" ) // IndexConfig defines config variables @@ -55,7 +55,12 @@ type IndexConfig struct { // case that you would like to manually provide the used // index via the Cache.___By() series of functions, or // access the underlying index key generator. -type Index[StructType any] struct { +type Index struct { + + // ptr is a pointer to + // the source Cache/Queue + // index is attached to. + ptr unsafe.Pointer // name is the actual name of this // index, which is the unparsed @@ -67,11 +72,11 @@ type Index[StructType any] struct { // index_entry{} which also contains the exact // key each result is stored under. the hash map // only keys by the xxh3 hash checksum for speed. - data map[Hash]*list //[*index_entry[StructType]] + data map[string]*list // [*index_entry] // struct fields encompassed by // keys (+ hashes) of this index. - fields []structfield + fields []struct_field // index flags: // - 1 << 0 = unique @@ -79,12 +84,315 @@ type Index[StructType any] struct { flags uint8 } -// Key returns the configured fields as key, and hash sum of key. -func (i *Index[T]) Key(value T) ([]any, Hash, bool) { - h := get_hasher() - key, sum, ok := index_key(i, h, value) - hash_pool.Put(h) - return key, sum, ok +// Name returns the receiving Index name. +func (i *Index) Name() string { + return i.name +} + +// Key generates Key{} from given parts for +// the type of lookup this Index uses in cache. +// NOTE: panics on incorrect no. parts / types given. +func (i *Index) Key(parts ...any) Key { + buf := new_buffer() + key := i.key(buf, parts) + free_buffer(buf) + return key +} + +// Keys generates []Key{} from given (multiple) parts +// for the type of lookup this Index uses in the cache. +// NOTE: panics on incorrect no. parts / types given. +func (i *Index) Keys(parts ...[]any) []Key { + keys := make([]Key, 0, len(parts)) + buf := new_buffer() + for _, parts := range parts { + key := i.key(buf, parts) + if key.Zero() { + continue + } + keys = append(keys, key) + } + free_buffer(buf) + return keys +} + +// init will initialize the cache with given type, config and capacity. +func (i *Index) init(t reflect.Type, cfg IndexConfig, cap int) { + switch { + // The only 2 types we support are + // structs, and ptrs to a struct. + case t.Kind() == reflect.Struct: + case t.Kind() == reflect.Pointer && + t.Elem().Kind() == reflect.Struct: + t = t.Elem() + default: + panic("index only support struct{} and *struct{}") + } + + // Set name from the raw + // struct fields string. + i.name = cfg.Fields + + // Set struct flags. + if cfg.AllowZero { + set_allow_zero(&i.flags) + } + if !cfg.Multiple { + set_is_unique(&i.flags) + } + + // Split to get containing struct fields. + fields := strings.Split(cfg.Fields, ",") + + // Preallocate expected struct field slice. + i.fields = make([]struct_field, len(fields)) + + for x, fieldName := range fields { + // Split name to account for nesting. + names := strings.Split(fieldName, ".") + + // Look for usable struct field. + i.fields[x] = find_field(t, names) + } + + // Initialize index_entry list store. + i.data = make(map[string]*list, cap+1) +} + +// get_one will fetch one indexed item under key. +func (i *Index) get_one(key Key) *indexed_item { + // Get list at hash. + l := i.data[key.key] + if l == nil { + return nil + } + + // Extract entry from first list elem. + entry := (*index_entry)(l.head.data) + + // Check contains expected key. + if !entry.key.Equal(key) { + return nil + } + + return entry.item +} + +// get will fetch all indexed items under key, passing each to hook. +func (i *Index) get(key Key, hook func(*indexed_item)) { + if hook == nil { + panic("nil hook") + } + + // Get list at hash. + l := i.data[key.key] + if l == nil { + return + } + + // Extract entry from first list elem. + entry := (*index_entry)(l.head.data) + + // Check contains expected key. + if !entry.key.Equal(key) { + return + } + + // Iterate all entries in list. + l.rangefn(func(elem *list_elem) { + + // Extract element entry + item. + entry := (*index_entry)(elem.data) + item := entry.item + + // Pass to hook. + hook(item) + }) +} + +// key uses hasher to generate Key{} from given raw parts. +func (i *Index) key(buf *byteutil.Buffer, parts []any) Key { + if len(parts) != len(i.fields) { + panicf("incorrect number key parts: want=%d received=%d", + len(parts), + len(i.fields), + ) + } + buf.B = buf.B[:0] + if !allow_zero(i.flags) { + for x := range parts { + before := len(buf.B) + buf.B = i.fields[x].mangle(buf.B, parts[x]) + if string(buf.B[before:]) == i.fields[x].zero { + return Key{} + } + buf.B = append(buf.B, '.') + } + } else { + for x := range parts { + buf.B = i.fields[x].mangle(buf.B, parts[x]) + buf.B = append(buf.B, '.') + } + } + return Key{ + raw: parts, + key: string(buf.B), + } +} + +// append will append the given index entry to appropriate +// doubly-linked-list in index hashmap. this handles case +// of key collisions and overwriting 'unique' entries. +func (i *Index) append(key Key, item *indexed_item) { + // Look for existing. + l := i.data[key.key] + + if l == nil { + + // Allocate new. + l = new_list() + i.data[key.key] = l + + } else if is_unique(i.flags) { + + // Remove head. + elem := l.head + l.remove(elem) + + // Drop index from inner item. + e := (*index_entry)(elem.data) + e.item.drop_index(e) + + // Free unused entry. + free_index_entry(e) + } + + // Prepare new index entry. + entry := new_index_entry() + entry.item = item + entry.key = key + entry.index = i + + // Add ourselves to item's index tracker. + item.indexed = append(item.indexed, entry) + + // Add entry to index list. + l.push_front(&entry.elem) +} + +// delete will remove all indexed items under key, passing each to hook. +func (i *Index) delete(key Key, hook func(*indexed_item)) { + if hook == nil { + panic("nil hook") + } + + // Get list at hash. + l := i.data[key.key] + if l == nil { + return + } + + // Extract entry from first list elem. + entry := (*index_entry)(l.head.data) + + // Check contains expected key. + if !entry.key.Equal(key) { + return + } + + // Delete data at hash. + delete(i.data, key.key) + + // Iterate entries in list. + for x := 0; x < l.len; x++ { + + // Pop list head. + elem := l.head + l.remove(elem) + + // Extract element entry + item. + entry := (*index_entry)(elem.data) + item := entry.item + + // Drop index from item. + item.drop_index(entry) + + // Free now-unused entry. + free_index_entry(entry) + + // Pass to hook. + hook(item) + } + + // Release list. + free_list(l) +} + +// delete_entry deletes the given index entry. +func (i *Index) delete_entry(entry *index_entry) { + // Get list at hash sum. + l := i.data[entry.key.key] + if l == nil { + return + } + + // Remove list entry. + l.remove(&entry.elem) + + if l.len == 0 { + // Remove entry list from map. + delete(i.data, entry.key.key) + + // Release list. + free_list(l) + } + + // Drop this index from item. + entry.item.drop_index(entry) +} + +// index_entry represents a single entry +// in an Index{}, where it will be accessible +// by Key{} pointing to a containing list{}. +type index_entry struct { + + // list elem that entry is stored + // within, under containing index. + // elem.data is ptr to index_entry. + elem list_elem + + // hash checksum + // + raw key data + key Key + + // index this is stored in. + index *Index + + // underlying indexed item. + item *indexed_item +} + +var index_entry_pool sync.Pool + +// new_index_entry returns a new prepared index_entry. +func new_index_entry() *index_entry { + v := index_entry_pool.Get() + if v == nil { + v = new(index_entry) + } + entry := v.(*index_entry) + ptr := unsafe.Pointer(entry) + entry.elem.data = ptr + return entry +} + +// free_index_entry releases the index_entry. +func free_index_entry(entry *index_entry) { + entry.elem.data = nil + entry.key = Key{} + entry.index = nil + entry.item = nil + index_entry_pool.Put(entry) } func is_unique(f uint8) bool { @@ -106,287 +414,3 @@ func set_allow_zero(f *uint8) { const mask = uint8(1) << 1 (*f) |= mask } - -func init_index[T any](i *Index[T], config IndexConfig, max int) { - // Set name from the raw - // struct fields string. - i.name = config.Fields - - // Set struct flags. - if config.AllowZero { - set_allow_zero(&i.flags) - } - if !config.Multiple { - set_is_unique(&i.flags) - } - - // Split to get the containing struct fields. - fields := strings.Split(config.Fields, ",") - - // Preallocate expected struct field slice. - i.fields = make([]structfield, len(fields)) - - // Get the reflected struct ptr type. - t := reflect.TypeOf((*T)(nil)).Elem() - - for x, fieldName := range fields { - // Split name to account for nesting. - names := strings.Split(fieldName, ".") - - // Look for usable struct field. - i.fields[x] = find_field(t, names) - } - - // Initialize index_entry list store. - i.data = make(map[Hash]*list, max+1) -} - -func index_key[T any](i *Index[T], h *xxh3.Hasher, value T) ([]any, Hash, bool) { - key := extract_fields(value, i.fields) - sum, zero := hash_sum(i.fields, h, key) - if zero && !allow_zero(i.flags) { - var zero Hash - return nil, zero, false - } - return key, sum, true -} - -func index_hash[T any](i *Index[T], h *xxh3.Hasher, key []any) (Hash, bool) { - sum, zero := hash_sum(i.fields, h, key) - if zero && !allow_zero(i.flags) { - var zero Hash - return zero, false - } - return sum, true -} - -func index_get[T any](i *Index[T], hash Hash, key []any) *list { - l := i.data[hash] - if l == nil { - return nil - } - entry := (*index_entry)(l.head.data) - if !is_equal(entry.key, key) { - return l - } - return l -} - -func index_append[T any](c *Cache[T], i *Index[T], hash Hash, key []any, res *result) { - // Get list at key. - l := i.data[hash] - - if l == nil { - - // Allocate new list. - l = list_acquire() - i.data[hash] = l - - } else if entry := (*index_entry)(l.head.data); //nocollapse - !is_equal(entry.key, key) { - - // Collision! Drop all. - delete(i.data, hash) - - // Iterate entries in list. - for x := 0; x < l.len; x++ { - - // Pop current head. - list_remove(l, l.head) - - // Extract result. - res := entry.result - - // Drop index entry from res. - result_drop_index(res, i) - if len(res.indexed) == 0 { - - // Old res now unused, - // release to mem pool. - result_release(c, res) - } - } - - return - - } else if is_unique(i.flags) { - - // Remove current - // indexed entry. - list_remove(l, l.head) - - // Get ptr to old - // entry before we - // release to pool. - res := entry.result - - // Drop this index's key from - // old res now not indexed here. - result_drop_index(res, i) - if len(res.indexed) == 0 { - - // Old res now unused, - // release to mem pool. - result_release(c, res) - } - } - - // Acquire + setup index entry. - entry := index_entry_acquire() - entry.index = unsafe.Pointer(i) - entry.result = res - entry.key = key - entry.hash = hash - - // Append to result's indexed entries. - res.indexed = append(res.indexed, entry) - - // Add index entry to index list. - list_push_front(l, &entry.elem) -} - -func index_delete[T any](c *Cache[T], i *Index[T], hash Hash, key []any, fn func(*result)) { - if fn == nil { - panic("nil fn") - } - - // Get list at hash. - l := i.data[hash] - if l == nil { - return - } - - entry := (*index_entry)(l.head.data) - - // Check contains expected key for hash. - if !is_equal(entry.key, key) { - return - } - - // Delete data at hash. - delete(i.data, hash) - - // Iterate entries in list. - for x := 0; x < l.len; x++ { - - // Pop current head. - entry := (*index_entry)(l.head.data) - list_remove(l, l.head) - - // Extract result. - res := entry.result - - // Call hook. - fn(res) - - // Drop index entry from res. - result_drop_index(res, i) - } - - // Release to pool. - list_release(l) -} - -func index_delete_entry[T any](c *Cache[T], entry *index_entry) { - // Get from entry. - i := (*Index[T])(entry.index) - - // Get list at hash sum. - l := i.data[entry.hash] - if l == nil { - return - } - - // Remove entry from list. - list_remove(l, &entry.elem) - if l.len == 0 { - - // Remove list from map. - delete(i.data, entry.hash) - - // Release to pool. - list_release(l) - } - - // Extract result. - res := entry.result - - // Drop index entry from res. - result_drop_index(res, i) -} - -var entry_pool sync.Pool - -type index_entry struct { - // elem contains the list element - // appended to each per-hash list - // within the Index{} type. the - // contained value is a self-ref. - elem list_elem - - // index is the Index{} this - // index_entry{} is stored in. - index unsafe.Pointer - - // result is the actual - // underlying result stored - // within the index. this - // also contains a ref to - // this *index_entry in order - // to track indices each result - // is currently stored under. - result *result - - // key contains the actual - // key this item was stored - // under, used for collision - // check. - key []any - - // hash contains computed - // hash checksum of .key. - hash Hash -} - -func index_entry_acquire() *index_entry { - // Acquire from pool. - v := entry_pool.Get() - if v == nil { - v = new(index_entry) - } - - // Cast index_entry value. - entry := v.(*index_entry) - - // Set index list elem entry on itself. - entry.elem.data = unsafe.Pointer(entry) - - return entry -} - -func index_entry_release(entry *index_entry) { - var zero Hash - - // Reset index entry. - entry.elem.data = nil - entry.index = nil - entry.result = nil - entry.key = nil - entry.hash = zero - - // Release to pool. - entry_pool.Put(entry) -} - -// is_equal returns whether 2 key slices are equal. -func is_equal(k1, k2 []any) bool { - if len(k1) != len(k2) { - return false - } - for i := range k1 { - if k1[i] != k2[i] { - return false - } - } - return true -} diff --git a/vendor/codeberg.org/gruf/go-structr/item.go b/vendor/codeberg.org/gruf/go-structr/item.go new file mode 100644 index 000000000..602c5b84a --- /dev/null +++ b/vendor/codeberg.org/gruf/go-structr/item.go @@ -0,0 +1,59 @@ +package structr + +import ( + "sync" + "unsafe" +) + +type indexed_item struct { + // linked list elem this item + // is stored in a main list. + elem list_elem + + // indexed stores the indices + // this item is stored under. + indexed []*index_entry + + // cached data with type. + data interface{} +} + +var indexed_item_pool sync.Pool + +// new_indexed_item returns a new prepared indexed_item. +func new_indexed_item() *indexed_item { + v := indexed_item_pool.Get() + if v == nil { + v = new(indexed_item) + } + item := v.(*indexed_item) + ptr := unsafe.Pointer(item) + item.elem.data = ptr + return item +} + +// free_indexed_item releases the indexed_item. +func free_indexed_item(item *indexed_item) { + item.elem.data = nil + item.indexed = item.indexed[:0] + item.data = nil + indexed_item_pool.Put(item) +} + +// drop_index will drop the given index entry from item's indexed. +// note this also handles freeing the index_entry memory (e.g. to pool) +func (i *indexed_item) drop_index(entry *index_entry) { + for x := 0; x < len(i.indexed); x++ { + if i.indexed[x] != entry { + // Prof. Obiwan: + // this is not the index + // we are looking for. + continue + } + + // Move all index entries down + reslice. + copy(i.indexed[x:], i.indexed[x+1:]) + i.indexed = i.indexed[:len(i.indexed)-1] + break + } +} diff --git a/vendor/codeberg.org/gruf/go-structr/key.go b/vendor/codeberg.org/gruf/go-structr/key.go new file mode 100644 index 000000000..d68e3fe19 --- /dev/null +++ b/vendor/codeberg.org/gruf/go-structr/key.go @@ -0,0 +1,58 @@ +package structr + +import ( + "sync" + + "codeberg.org/gruf/go-byteutil" +) + +// Key represents one key to +// lookup (potentially) stored +// entries in an Index. +type Key struct { + raw []any + key string +} + +// Key returns the underlying cache key string. +// NOTE: this will not be log output friendly. +func (k Key) Key() string { + return k.key +} + +// Equal returns whether keys are equal. +func (k Key) Equal(o Key) bool { + return k.key == o.key +} + +// Value returns the raw slice of +// values that comprise this Key. +func (k Key) Values() []any { + return k.raw +} + +// Zero indicates a zero value key. +func (k Key) Zero() bool { + return k.raw == nil +} + +var buf_pool sync.Pool + +// new_buffer returns a new initialized byte buffer. +func new_buffer() *byteutil.Buffer { + v := buf_pool.Get() + if v == nil { + buf := new(byteutil.Buffer) + buf.B = make([]byte, 0, 512) + v = buf + } + return v.(*byteutil.Buffer) +} + +// free_buffer releases the byte buffer. +func free_buffer(buf *byteutil.Buffer) { + if cap(buf.B) > int(^uint16(0)) { + return // drop large bufs + } + buf_pool.Put(buf) +} diff --git a/vendor/codeberg.org/gruf/go-structr/list.go b/vendor/codeberg.org/gruf/go-structr/list.go index 398f84ceb..17e1899ad 100644 --- a/vendor/codeberg.org/gruf/go-structr/list.go +++ b/vendor/codeberg.org/gruf/go-structr/list.go @@ -5,8 +5,6 @@ import ( "unsafe" ) -var list_pool sync.Pool - // elem represents an elem // in a doubly-linked list. type list_elem struct { @@ -28,28 +26,28 @@ type list struct { len int } -func list_acquire() *list { - // Acquire from pool. +var list_pool sync.Pool + +// new_list returns a new prepared list. +func new_list() *list { v := list_pool.Get() if v == nil { v = new(list) } - - // Cast list value. - return v.(*list) + list := v.(*list) + return list } -func list_release(l *list) { - // Reset list. - l.head = nil - l.tail = nil - l.len = 0 - - // Release to pool. - list_pool.Put(l) +// free_list releases the list. +func free_list(list *list) { + list.head = nil + list.tail = nil + list.len = 0 + list_pool.Put(list) } -func list_push_front(l *list, elem *list_elem) { +// push_front will push the given elem to front (head) of list. +func (l *list) push_front(elem *list_elem) { if l.len == 0 { // Set new tail + head l.head = elem @@ -77,12 +75,49 @@ func list_push_front(l *list, elem *list_elem) { l.len++ } -func list_move_front(l *list, elem *list_elem) { - list_remove(l, elem) - list_push_front(l, elem) +// push_back will push the given elem to back (tail) of list. +func (l *list) push_back(elem *list_elem) { + if l.len == 0 { + // Set new tail + head + l.head = elem + l.tail = elem + + // Link elem to itself + elem.next = elem + elem.prev = elem + } else { + oldTail := l.tail + + // Link to old tail + elem.prev = oldTail + oldTail.next = elem + + // Link up to head + elem.next = l.head + l.head.prev = elem + + // Set new tail + l.tail = elem + } + + // Incr count + l.len++ } -func list_remove(l *list, elem *list_elem) { +// move_front will move given elem to front (head) of list. +func (l *list) move_front(elem *list_elem) { + l.remove(elem) + l.push_front(elem) +} + +// move_back will move given elem to back (tail) of list. +func (l *list) move_back(elem *list_elem) { + l.remove(elem) + l.push_back(elem) +} + +// remove will remove given elem from list. +func (l *list) remove(elem *list_elem) { if l.len <= 1 { // Drop elem's links elem.next = nil @@ -121,7 +156,8 @@ func list_remove(l *list, elem *list_elem) { l.len-- } -func list_rangefn(l *list, fn func(*list_elem)) { +// rangefn will range all elems in list, passing each to fn. +func (l *list) rangefn(fn func(*list_elem)) { if fn == nil { panic("nil fn") } diff --git a/vendor/codeberg.org/gruf/go-structr/queue.go b/vendor/codeberg.org/gruf/go-structr/queue.go new file mode 100644 index 000000000..1e735762f --- /dev/null +++ b/vendor/codeberg.org/gruf/go-structr/queue.go @@ -0,0 +1,306 @@ +package structr + +import ( + "reflect" + "sync" + "unsafe" +) + +// QueueConfig defines config vars +// for initializing a struct queue. +type QueueConfig[StructType any] struct { + + // Indices defines indices to create + // in the Queue for the receiving + // generic struct parameter type. + Indices []IndexConfig + + // Pop is called when queue values + // are popped, during calls to any + // of the Pop___() series of fns. + Pop func(StructType) +} + +// Queue provides a structure model queue with +// automated indexing and popping by any init +// defined lookups of field combinations. +type Queue[StructType any] struct { + + // indices used in storing passed struct + // types by user defined sets of fields. + indices []Index + + // main underlying + // struct item queue. + queue list + + // hook functions. + copy func(StructType) StructType + pop func(StructType) + + // protective mutex, guards: + // - Queue{}.queue + // - Index{}.data + // - Queue{} hook fns + mutex sync.Mutex +} + +// Init initializes the queue with given configuration +// including struct fields to index, and necessary fns. +func (q *Queue[T]) Init(config QueueConfig[T]) { + t := reflect.TypeOf((*T)(nil)).Elem() + + if len(config.Indices) == 0 { + panic("no indices provided") + } + + // Safely copy over + // provided config. + q.mutex.Lock() + q.indices = make([]Index, len(config.Indices)) + for i, cfg := range config.Indices { + q.indices[i].ptr = unsafe.Pointer(q) + q.indices[i].init(t, cfg, 0) + } + q.pop = config.Pop + q.mutex.Unlock() +} + +// Index selects index with given name from queue, else panics. +func (q *Queue[T]) Index(name string) *Index { + for i := range q.indices { + if q.indices[i].name == name { + return &q.indices[i] + } + } + panic("unknown index: " + name) +} + +// PopFront pops the current value at front of the queue. +func (q *Queue[T]) PopFront() (T, bool) { + t := q.PopFrontN(1) + if len(t) == 0 { + var t T + return t, false + } + return t[0], true +} + +// PopBack pops the current value at back of the queue. +func (q *Queue[T]) PopBack() (T, bool) { + t := q.PopBackN(1) + if len(t) == 0 { + var t T + return t, false + } + return t[0], true +} + +// PopFrontN attempts to pop n values from front of the queue. +func (q *Queue[T]) PopFrontN(n int) []T { + return q.pop_n(n, func() *list_elem { + return q.queue.head + }) +} + +// PopBackN attempts to pop n values from back of the queue. +func (q *Queue[T]) PopBackN(n int) []T { + return q.pop_n(n, func() *list_elem { + return q.queue.tail + }) +} + +// Pop attempts to pop values from queue indexed under any of keys. +func (q *Queue[T]) Pop(index *Index, keys ...Key) []T { + if index == nil { + panic("no index given") + } else if index.ptr != unsafe.Pointer(q) { + panic("invalid index for queue") + } + + // Acquire lock. + q.mutex.Lock() + + // Preallocate expected ret slice. + values := make([]T, 0, len(keys)) + + for i := range keys { + // Delete all items under key from index, collecting + // value items and dropping them from all their indices. + index.delete(keys[i], func(item *indexed_item) { + + // Append deleted to values. + value := item.data.(T) + values = append(values, value) + + // Delete queued. + q.delete(item) + }) + } + + // Get func ptrs. + pop := q.pop + + // Done with lock. + q.mutex.Unlock() + + if pop != nil { + // Pass all popped values + // to given user hook (if set). + for _, value := range values { + pop(value) + } + } + + return values +} + +// PushFront pushes values to front of queue. +func (q *Queue[T]) PushFront(values ...T) { + q.mutex.Lock() + for i := range values { + item := q.index(values[i]) + q.queue.push_front(&item.elem) + } + q.mutex.Unlock() +} + +// PushBack pushes values to back of queue. +func (q *Queue[T]) PushBack(values ...T) { + q.mutex.Lock() + for i := range values { + item := q.index(values[i]) + q.queue.push_back(&item.elem) + } + q.mutex.Unlock() +} + +// MoveFront attempts to move values indexed under any of keys to the front of the queue. +func (q *Queue[T]) MoveFront(index *Index, keys ...Key) { + q.mutex.Lock() + for i := range keys { + index.get(keys[i], func(item *indexed_item) { + q.queue.move_front(&item.elem) + }) + } + q.mutex.Unlock() +} + +// MoveBack attempts to move values indexed under any of keys to the back of the queue. +func (q *Queue[T]) MoveBack(index *Index, keys ...Key) { + q.mutex.Lock() + for i := range keys { + index.get(keys[i], func(item *indexed_item) { + q.queue.move_back(&item.elem) + }) + } + q.mutex.Unlock() +} + +// Len returns the current length of queue. +func (q *Queue[T]) Len() int { + q.mutex.Lock() + l := q.queue.len + q.mutex.Unlock() + return l +} + +func (q *Queue[T]) pop_n(n int, next func() *list_elem) []T { + if next == nil { + panic("nil fn") + } + + // Acquire lock. + q.mutex.Lock() + + // Preallocate ret slice. + values := make([]T, 0, n) + + // Iterate over 'n' items. + for i := 0; i < n; i++ { + + // Get next elem. + next := next() + if next == nil { + + // reached + // end. + break + } + + // Cast the indexed item from elem. + item := (*indexed_item)(next.data) + + // Append deleted to values. + value := item.data.(T) + values = append(values, value) + + // Delete queued. + q.delete(item) + } + + // Get func ptrs. + pop := q.pop + + // Done with lock. + q.mutex.Unlock() + + if pop != nil { + // Pass all popped values + // to given user hook (if set). + for _, value := range values { + pop(value) + } + } + + return values +} + +func (q *Queue[T]) index(value T) *indexed_item { + item := new_indexed_item() + + // Set item value. + item.data = value + + // Acquire key buf. + buf := new_buffer() + + for i := range q.indices { + // Get current index ptr. + idx := &(q.indices[i]) + + // Extract fields comprising index key. + parts := extract_fields(value, idx.fields) + + // Calculate index key. + key := idx.key(buf, parts) + if key.Zero() { + continue + } + + // Append item to index. + idx.append(key, item) + } + + // Done with buf. + free_buffer(buf) + + return item +} + +func (q *Queue[T]) delete(item *indexed_item) { + for len(item.indexed) != 0 { + // Pop last indexed entry from list. + entry := item.indexed[len(item.indexed)-1] + item.indexed = item.indexed[:len(item.indexed)-1] + + // Drop index_entry from index. + entry.index.delete_entry(entry) + } + + // Drop entry from queue list. + q.queue.remove(&item.elem) + + // Free now-unused item. + free_indexed_item(item) +} diff --git a/vendor/codeberg.org/gruf/go-structr/result.go b/vendor/codeberg.org/gruf/go-structr/result.go deleted file mode 100644 index 08d3ad013..000000000 --- a/vendor/codeberg.org/gruf/go-structr/result.go +++ /dev/null @@ -1,78 +0,0 @@ -package structr - -import ( - "sync" - "unsafe" -) - -var result_pool sync.Pool - -type result struct { - // linked list elem this result is - // stored under in Cache.lruList. - elem list_elem - - // indexed stores the indices - // this result is stored under. - indexed []*index_entry - - // cached data (we maintain - // the type data here using - // an interface as any one - // instance can be T / error). - data interface{} -} - -func result_acquire[T any](c *Cache[T]) *result { - // Acquire from pool. - v := result_pool.Get() - if v == nil { - v = new(result) - } - - // Cast result value. - res := v.(*result) - - // Push result elem to front of LRU list. - list_push_front(&c.lruList, &res.elem) - res.elem.data = unsafe.Pointer(res) - - return res -} - -func result_release[T any](c *Cache[T], res *result) { - // Remove result elem from LRU list. - list_remove(&c.lruList, &res.elem) - res.elem.data = nil - - // Reset all result fields. - res.indexed = res.indexed[:0] - res.data = nil - - // Release to pool. - result_pool.Put(res) -} - -func result_drop_index[T any](res *result, index *Index[T]) { - for i := 0; i < len(res.indexed); i++ { - - if res.indexed[i].index != unsafe.Pointer(index) { - // Prof. Obiwan: - // this is not the index - // we are looking for. - continue - } - - // Get index entry ptr. - entry := res.indexed[i] - - // Move all index entries down + reslice. - copy(res.indexed[i:], res.indexed[i+1:]) - res.indexed = res.indexed[:len(res.indexed)-1] - - // Release to memory pool. - index_entry_release(entry) - - return - } -} diff --git a/vendor/codeberg.org/gruf/go-structr/runtime.go b/vendor/codeberg.org/gruf/go-structr/runtime.go index cc1bcd86d..7db1d7e7a 100644 --- a/vendor/codeberg.org/gruf/go-structr/runtime.go +++ b/vendor/codeberg.org/gruf/go-structr/runtime.go @@ -7,31 +7,38 @@ import ( "unicode/utf8" "unsafe" + "codeberg.org/gruf/go-mangler" "github.com/modern-go/reflect2" - "github.com/zeebo/xxh3" ) -type structfield struct { - // _type is the runtime type pointer +// struct_field contains pre-prepared type +// information about a struct's field member, +// including memory offset and hash function. +type struct_field struct { + + // type2 is the runtime type pointer // underlying the struct field type. // used for repacking our own erfaces. - _type reflect2.Type + type2 reflect2.Type // offset is the offset in memory // of this struct field from the // outer-most value ptr location. offset uintptr - // hasher is the relevant function - // for hashing value of structfield - // into the supplied hashbuf, where - // return value indicates if zero. - hasher func(*xxh3.Hasher, any) bool + // struct field type mangling + // (i.e. fast serializing) fn. + mangle mangler.Mangler + + // mangled zero value string, + // if set this indicates zero + // values of field not allowed + zero string } // find_field will search for a struct field with given set of names, // where names is a len > 0 slice of names account for struct nesting. -func find_field(t reflect.Type, names []string) (sfield structfield) { +func find_field(t reflect.Type, names []string) (sfield struct_field) { var ( // is_exported returns whether name is exported // from a package; can be func or struct field. @@ -56,17 +63,6 @@ func find_field(t reflect.Type, names []string) (sfield structfield) { field reflect.StructField ) - switch { - // The only 2 types we support are - // structs, and ptrs to a struct. - case t.Kind() == reflect.Struct: - case t.Kind() == reflect.Pointer && - t.Elem().Kind() == reflect.Struct: - t = t.Elem() - default: - panic("index only support struct{} and *struct{}") - } - for len(names) > 0 { var ok bool @@ -92,17 +88,17 @@ func find_field(t reflect.Type, names []string) (sfield structfield) { } // Get field type as reflect2. - sfield._type = reflect2.Type2(t) + sfield.type2 = reflect2.Type2(t) - // Find hasher for type. - sfield.hasher = hasher(t) + // Find mangler for field type. + sfield.mangle = mangler.Get(t) return } // extract_fields extracts given structfields from the provided value type, // this is done using predetermined struct field memory offset locations. -func extract_fields[T any](value T, fields []structfield) []any { +func extract_fields[T any](value T, fields []struct_field) []any { // Get ptr to raw value data. ptr := unsafe.Pointer(&value) @@ -117,17 +113,12 @@ func extract_fields[T any](value T, fields []structfield) []any { for i := 0; i < len(fields); i++ { // Manually access field at memory offset and pack eface. ptr := unsafe.Pointer(uintptr(ptr) + fields[i].offset) - ifaces[i] = fields[i]._type.UnsafeIndirect(ptr) + ifaces[i] = fields[i].type2.UnsafeIndirect(ptr) } return ifaces } -// data_ptr returns the runtime data ptr associated with value. -func data_ptr(a any) unsafe.Pointer { - return (*struct{ t, v unsafe.Pointer })(unsafe.Pointer(&a)).v -} - // panicf provides a panic with string formatting. func panicf(format string, args ...any) { panic(fmt.Sprintf(format, args...)) diff --git a/vendor/github.com/zeebo/xxh3/.gitignore b/vendor/github.com/zeebo/xxh3/.gitignore deleted file mode 100644 index 928e12f53..000000000 --- a/vendor/github.com/zeebo/xxh3/.gitignore +++ /dev/null @@ -1,6 +0,0 @@ -upstream -*.pprof -xxh3.test -.vscode -*.txt -_compat diff --git a/vendor/github.com/zeebo/xxh3/LICENSE b/vendor/github.com/zeebo/xxh3/LICENSE deleted file mode 100644 index 477f8e5e1..000000000 --- a/vendor/github.com/zeebo/xxh3/LICENSE +++ /dev/null @@ -1,25 +0,0 @@ -xxHash Library -Copyright (c) 2012-2014, Yann Collet -Copyright (c) 2019, Jeff Wendling -All rights reserved. - -Redistribution and use in source and binary forms, with or without modification, -are permitted provided that the following conditions are met: - -* Redistributions of source code must retain the above copyright notice, this - list of conditions and the following disclaimer. - -* Redistributions in binary form must reproduce the above copyright notice, this - list of conditions and the following disclaimer in the documentation and/or - other materials provided with the distribution. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND -ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR -ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES -(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS -SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/vendor/github.com/zeebo/xxh3/Makefile b/vendor/github.com/zeebo/xxh3/Makefile deleted file mode 100644 index 8bd78c482..000000000 --- a/vendor/github.com/zeebo/xxh3/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -.PHONY: all vet -all: genasm _compat - -genasm: avo/avx.go avo/sse.go - cd ./avo; go generate gen.go - -clean: - rm accum_vector_avx_amd64.s - rm accum_vector_sse_amd64.s - rm _compat - -upstream/xxhash.o: upstream/xxhash.h - ( cd upstream && make ) - -_compat: _compat.c upstream/xxhash.o - gcc -o _compat _compat.c ./upstream/xxhash.o - -vet: - GOOS=linux GOARCH=386 GO386=softfloat go vet ./... - GOOS=windows GOARCH=386 GO386=softfloat go vet ./... - GOOS=linux GOARCH=amd64 go vet ./... - GOOS=windows GOARCH=amd64 go vet ./... - GOOS=darwin GOARCH=amd64 go vet ./... - GOOS=linux GOARCH=arm go vet ./... - GOOS=linux GOARCH=arm64 go vet ./... - GOOS=windows GOARCH=arm64 go vet ./... - GOOS=darwin GOARCH=arm64 go vet ./... \ No newline at end of file diff --git a/vendor/github.com/zeebo/xxh3/README.md b/vendor/github.com/zeebo/xxh3/README.md deleted file mode 100644 index 4633fc03a..000000000 --- a/vendor/github.com/zeebo/xxh3/README.md +++ /dev/null @@ -1,38 +0,0 @@ -# XXH3 -[![GoDoc](https://godoc.org/github.com/zeebo/xxh3?status.svg)](https://godoc.org/github.com/zeebo/xxh3) -[![Sourcegraph](https://sourcegraph.com/github.com/zeebo/xxh3/-/badge.svg)](https://sourcegraph.com/github.com/zeebo/xxh3?badge) -[![Go Report Card](https://goreportcard.com/badge/github.com/zeebo/xxh3)](https://goreportcard.com/report/github.com/zeebo/xxh3) - -This package is a port of the [xxh3](https://github.com/Cyan4973/xxHash) library to Go. - -Upstream has fixed the output as of v0.8.0, and this package matches that. - ---- - -# Benchmarks - -Run on my `i7-8850H CPU @ 2.60GHz` - -## Small Sizes - -| Bytes | Rate | -|-----------|--------------------------------------| -|` 0 ` |` 0.74 ns/op ` | -|` 1-3 ` |` 4.19 ns/op (0.24 GB/s - 0.71 GB/s) `| -|` 4-8 ` |` 4.16 ns/op (0.97 GB/s - 1.98 GB/s) `| -|` 9-16 ` |` 4.46 ns/op (2.02 GB/s - 3.58 GB/s) `| -|` 17-32 ` |` 6.22 ns/op (2.76 GB/s - 5.15 GB/s) `| -|` 33-64 ` |` 8.00 ns/op (4.13 GB/s - 8.13 GB/s) `| -|` 65-96 ` |` 11.0 ns/op (5.91 GB/s - 8.84 GB/s) `| -|` 97-128 ` |` 12.8 ns/op (7.68 GB/s - 10.0 GB/s) `| - -## Large Sizes - -| Bytes | Rate | SSE2 Rate | AVX2 Rate | -|---------|--------------------------|--------------------------|--------------------------| -|` 129 ` |` 13.6 ns/op (9.45 GB/s) `| | | -|` 240 ` |` 23.8 ns/op (10.1 GB/s) `| | | -|` 241 ` |` 40.5 ns/op (5.97 GB/s) `|` 23.3 ns/op (10.4 GB/s) `|` 20.1 ns/op (12.0 GB/s) `| -|` 512 ` |` 69.8 ns/op (7.34 GB/s) `|` 30.4 ns/op (16.9 GB/s) `|` 24.7 ns/op (20.7 GB/s) `| -|` 1024 ` |` 132 ns/op (7.77 GB/s) `|` 48.9 ns/op (20.9 GB/s) `|` 37.7 ns/op (27.2 GB/s) `| -|` 100KB `|` 13.0 us/op (7.88 GB/s) `|` 4.05 us/op (25.3 GB/s) `|` 2.31 us/op (44.3 GB/s) `| diff --git a/vendor/github.com/zeebo/xxh3/_compat.c b/vendor/github.com/zeebo/xxh3/_compat.c deleted file mode 100644 index fda9f36ff..000000000 --- a/vendor/github.com/zeebo/xxh3/_compat.c +++ /dev/null @@ -1,39 +0,0 @@ -#include "upstream/xxhash.h" -#include - -int main() { - unsigned char buf[4096]; - for (int i = 0; i < 4096; i++) { - buf[i] = (unsigned char)((i+1)%251); - } - - printf("var testVecs64 = []uint64{\n"); - for (int i = 0; i < 4096; i++) { - if (i % 4 == 0) { - printf("\t"); - } - - uint64_t h = XXH3_64bits(buf, (size_t)i); - printf("0x%lx, ", h); - - if (i % 4 == 3) { - printf("\n\t"); - } - } - printf("}\n\n"); - - printf("var testVecs128 = [][2]uint64{\n"); - for (int i = 0; i < 4096; i++) { - if (i % 4 == 0) { - printf("\t"); - } - - XXH128_hash_t h = XXH3_128bits(buf, (size_t)i); - printf("{0x%lx, 0x%lx}, ", h.high64, h.low64); - - if (i % 4 == 3) { - printf("\n"); - } - } - printf("}\n\n"); -} diff --git a/vendor/github.com/zeebo/xxh3/accum_generic.go b/vendor/github.com/zeebo/xxh3/accum_generic.go deleted file mode 100644 index b1be78507..000000000 --- a/vendor/github.com/zeebo/xxh3/accum_generic.go +++ /dev/null @@ -1,542 +0,0 @@ -package xxh3 - -// avx512Switch is the size at which the avx512 code is used. -// Bigger blocks benefit more. -const avx512Switch = 1 << 10 - -func accumScalar(accs *[8]u64, p, secret ptr, l u64) { - if secret != key { - accumScalarSeed(accs, p, secret, l) - return - } - for l > _block { - k := secret - - // accs - for i := 0; i < 16; i++ { - dv0 := readU64(p, 8*0) - dk0 := dv0 ^ readU64(k, 8*0) - accs[1] += dv0 - accs[0] += (dk0 & 0xffffffff) * (dk0 >> 32) - - dv1 := readU64(p, 8*1) - dk1 := dv1 ^ readU64(k, 8*1) - accs[0] += dv1 - accs[1] += (dk1 & 0xffffffff) * (dk1 >> 32) - - dv2 := readU64(p, 8*2) - dk2 := dv2 ^ readU64(k, 8*2) - accs[3] += dv2 - accs[2] += (dk2 & 0xffffffff) * (dk2 >> 32) - - dv3 := readU64(p, 8*3) - dk3 := dv3 ^ readU64(k, 8*3) - accs[2] += dv3 - accs[3] += (dk3 & 0xffffffff) * (dk3 >> 32) - - dv4 := readU64(p, 8*4) - dk4 := dv4 ^ readU64(k, 8*4) - accs[5] += dv4 - accs[4] += (dk4 & 0xffffffff) * (dk4 >> 32) - - dv5 := readU64(p, 8*5) - dk5 := dv5 ^ readU64(k, 8*5) - accs[4] += dv5 - accs[5] += (dk5 & 0xffffffff) * (dk5 >> 32) - - dv6 := readU64(p, 8*6) - dk6 := dv6 ^ readU64(k, 8*6) - accs[7] += dv6 - accs[6] += (dk6 & 0xffffffff) * (dk6 >> 32) - - dv7 := readU64(p, 8*7) - dk7 := dv7 ^ readU64(k, 8*7) - accs[6] += dv7 - accs[7] += (dk7 & 0xffffffff) * (dk7 >> 32) - - l -= _stripe - if l > 0 { - p, k = ptr(ui(p)+_stripe), ptr(ui(k)+8) - } - } - - // scramble accs - accs[0] ^= accs[0] >> 47 - accs[0] ^= key64_128 - accs[0] *= prime32_1 - - accs[1] ^= accs[1] >> 47 - accs[1] ^= key64_136 - accs[1] *= prime32_1 - - accs[2] ^= accs[2] >> 47 - accs[2] ^= key64_144 - accs[2] *= prime32_1 - - accs[3] ^= accs[3] >> 47 - accs[3] ^= key64_152 - accs[3] *= prime32_1 - - accs[4] ^= accs[4] >> 47 - accs[4] ^= key64_160 - accs[4] *= prime32_1 - - accs[5] ^= accs[5] >> 47 - accs[5] ^= key64_168 - accs[5] *= prime32_1 - - accs[6] ^= accs[6] >> 47 - accs[6] ^= key64_176 - accs[6] *= prime32_1 - - accs[7] ^= accs[7] >> 47 - accs[7] ^= key64_184 - accs[7] *= prime32_1 - } - - if l > 0 { - t, k := (l-1)/_stripe, secret - - for i := u64(0); i < t; i++ { - dv0 := readU64(p, 8*0) - dk0 := dv0 ^ readU64(k, 8*0) - accs[1] += dv0 - accs[0] += (dk0 & 0xffffffff) * (dk0 >> 32) - - dv1 := readU64(p, 8*1) - dk1 := dv1 ^ readU64(k, 8*1) - accs[0] += dv1 - accs[1] += (dk1 & 0xffffffff) * (dk1 >> 32) - - dv2 := readU64(p, 8*2) - dk2 := dv2 ^ readU64(k, 8*2) - accs[3] += dv2 - accs[2] += (dk2 & 0xffffffff) * (dk2 >> 32) - - dv3 := readU64(p, 8*3) - dk3 := dv3 ^ readU64(k, 8*3) - accs[2] += dv3 - accs[3] += (dk3 & 0xffffffff) * (dk3 >> 32) - - dv4 := readU64(p, 8*4) - dk4 := dv4 ^ readU64(k, 8*4) - accs[5] += dv4 - accs[4] += (dk4 & 0xffffffff) * (dk4 >> 32) - - dv5 := readU64(p, 8*5) - dk5 := dv5 ^ readU64(k, 8*5) - accs[4] += dv5 - accs[5] += (dk5 & 0xffffffff) * (dk5 >> 32) - - dv6 := readU64(p, 8*6) - dk6 := dv6 ^ readU64(k, 8*6) - accs[7] += dv6 - accs[6] += (dk6 & 0xffffffff) * (dk6 >> 32) - - dv7 := readU64(p, 8*7) - dk7 := dv7 ^ readU64(k, 8*7) - accs[6] += dv7 - accs[7] += (dk7 & 0xffffffff) * (dk7 >> 32) - - l -= _stripe - if l > 0 { - p, k = ptr(ui(p)+_stripe), ptr(ui(k)+8) - } - } - - if l > 0 { - p = ptr(ui(p) - uintptr(_stripe-l)) - - dv0 := readU64(p, 8*0) - dk0 := dv0 ^ key64_121 - accs[1] += dv0 - accs[0] += (dk0 & 0xffffffff) * (dk0 >> 32) - - dv1 := readU64(p, 8*1) - dk1 := dv1 ^ key64_129 - accs[0] += dv1 - accs[1] += (dk1 & 0xffffffff) * (dk1 >> 32) - - dv2 := readU64(p, 8*2) - dk2 := dv2 ^ key64_137 - accs[3] += dv2 - accs[2] += (dk2 & 0xffffffff) * (dk2 >> 32) - - dv3 := readU64(p, 8*3) - dk3 := dv3 ^ key64_145 - accs[2] += dv3 - accs[3] += (dk3 & 0xffffffff) * (dk3 >> 32) - - dv4 := readU64(p, 8*4) - dk4 := dv4 ^ key64_153 - accs[5] += dv4 - accs[4] += (dk4 & 0xffffffff) * (dk4 >> 32) - - dv5 := readU64(p, 8*5) - dk5 := dv5 ^ key64_161 - accs[4] += dv5 - accs[5] += (dk5 & 0xffffffff) * (dk5 >> 32) - - dv6 := readU64(p, 8*6) - dk6 := dv6 ^ key64_169 - accs[7] += dv6 - accs[6] += (dk6 & 0xffffffff) * (dk6 >> 32) - - dv7 := readU64(p, 8*7) - dk7 := dv7 ^ key64_177 - accs[6] += dv7 - accs[7] += (dk7 & 0xffffffff) * (dk7 >> 32) - } - } -} - -func accumBlockScalar(accs *[8]u64, p, secret ptr) { - if secret != key { - accumBlockScalarSeed(accs, p, secret) - return - } - // accs - for i := 0; i < 16; i++ { - dv0 := readU64(p, 8*0) - dk0 := dv0 ^ readU64(secret, 8*0) - accs[1] += dv0 - accs[0] += (dk0 & 0xffffffff) * (dk0 >> 32) - - dv1 := readU64(p, 8*1) - dk1 := dv1 ^ readU64(secret, 8*1) - accs[0] += dv1 - accs[1] += (dk1 & 0xffffffff) * (dk1 >> 32) - - dv2 := readU64(p, 8*2) - dk2 := dv2 ^ readU64(secret, 8*2) - accs[3] += dv2 - accs[2] += (dk2 & 0xffffffff) * (dk2 >> 32) - - dv3 := readU64(p, 8*3) - dk3 := dv3 ^ readU64(secret, 8*3) - accs[2] += dv3 - accs[3] += (dk3 & 0xffffffff) * (dk3 >> 32) - - dv4 := readU64(p, 8*4) - dk4 := dv4 ^ readU64(secret, 8*4) - accs[5] += dv4 - accs[4] += (dk4 & 0xffffffff) * (dk4 >> 32) - - dv5 := readU64(p, 8*5) - dk5 := dv5 ^ readU64(secret, 8*5) - accs[4] += dv5 - accs[5] += (dk5 & 0xffffffff) * (dk5 >> 32) - - dv6 := readU64(p, 8*6) - dk6 := dv6 ^ readU64(secret, 8*6) - accs[7] += dv6 - accs[6] += (dk6 & 0xffffffff) * (dk6 >> 32) - - dv7 := readU64(p, 8*7) - dk7 := dv7 ^ readU64(secret, 8*7) - accs[6] += dv7 - accs[7] += (dk7 & 0xffffffff) * (dk7 >> 32) - - p, secret = ptr(ui(p)+_stripe), ptr(ui(secret)+8) - } - - // scramble accs - accs[0] ^= accs[0] >> 47 - accs[0] ^= key64_128 - accs[0] *= prime32_1 - - accs[1] ^= accs[1] >> 47 - accs[1] ^= key64_136 - accs[1] *= prime32_1 - - accs[2] ^= accs[2] >> 47 - accs[2] ^= key64_144 - accs[2] *= prime32_1 - - accs[3] ^= accs[3] >> 47 - accs[3] ^= key64_152 - accs[3] *= prime32_1 - - accs[4] ^= accs[4] >> 47 - accs[4] ^= key64_160 - accs[4] *= prime32_1 - - accs[5] ^= accs[5] >> 47 - accs[5] ^= key64_168 - accs[5] *= prime32_1 - - accs[6] ^= accs[6] >> 47 - accs[6] ^= key64_176 - accs[6] *= prime32_1 - - accs[7] ^= accs[7] >> 47 - accs[7] ^= key64_184 - accs[7] *= prime32_1 -} - -// accumScalarSeed should be used with custom key. -func accumScalarSeed(accs *[8]u64, p, secret ptr, l u64) { - for l > _block { - k := secret - - // accs - for i := 0; i < 16; i++ { - dv0 := readU64(p, 8*0) - dk0 := dv0 ^ readU64(k, 8*0) - accs[1] += dv0 - accs[0] += (dk0 & 0xffffffff) * (dk0 >> 32) - - dv1 := readU64(p, 8*1) - dk1 := dv1 ^ readU64(k, 8*1) - accs[0] += dv1 - accs[1] += (dk1 & 0xffffffff) * (dk1 >> 32) - - dv2 := readU64(p, 8*2) - dk2 := dv2 ^ readU64(k, 8*2) - accs[3] += dv2 - accs[2] += (dk2 & 0xffffffff) * (dk2 >> 32) - - dv3 := readU64(p, 8*3) - dk3 := dv3 ^ readU64(k, 8*3) - accs[2] += dv3 - accs[3] += (dk3 & 0xffffffff) * (dk3 >> 32) - - dv4 := readU64(p, 8*4) - dk4 := dv4 ^ readU64(k, 8*4) - accs[5] += dv4 - accs[4] += (dk4 & 0xffffffff) * (dk4 >> 32) - - dv5 := readU64(p, 8*5) - dk5 := dv5 ^ readU64(k, 8*5) - accs[4] += dv5 - accs[5] += (dk5 & 0xffffffff) * (dk5 >> 32) - - dv6 := readU64(p, 8*6) - dk6 := dv6 ^ readU64(k, 8*6) - accs[7] += dv6 - accs[6] += (dk6 & 0xffffffff) * (dk6 >> 32) - - dv7 := readU64(p, 8*7) - dk7 := dv7 ^ readU64(k, 8*7) - accs[6] += dv7 - accs[7] += (dk7 & 0xffffffff) * (dk7 >> 32) - - l -= _stripe - if l > 0 { - p, k = ptr(ui(p)+_stripe), ptr(ui(k)+8) - } - } - - // scramble accs - accs[0] ^= accs[0] >> 47 - accs[0] ^= readU64(secret, 128) - accs[0] *= prime32_1 - - accs[1] ^= accs[1] >> 47 - accs[1] ^= readU64(secret, 136) - accs[1] *= prime32_1 - - accs[2] ^= accs[2] >> 47 - accs[2] ^= readU64(secret, 144) - accs[2] *= prime32_1 - - accs[3] ^= accs[3] >> 47 - accs[3] ^= readU64(secret, 152) - accs[3] *= prime32_1 - - accs[4] ^= accs[4] >> 47 - accs[4] ^= readU64(secret, 160) - accs[4] *= prime32_1 - - accs[5] ^= accs[5] >> 47 - accs[5] ^= readU64(secret, 168) - accs[5] *= prime32_1 - - accs[6] ^= accs[6] >> 47 - accs[6] ^= readU64(secret, 176) - accs[6] *= prime32_1 - - accs[7] ^= accs[7] >> 47 - accs[7] ^= readU64(secret, 184) - accs[7] *= prime32_1 - } - - if l > 0 { - t, k := (l-1)/_stripe, secret - - for i := u64(0); i < t; i++ { - dv0 := readU64(p, 8*0) - dk0 := dv0 ^ readU64(k, 8*0) - accs[1] += dv0 - accs[0] += (dk0 & 0xffffffff) * (dk0 >> 32) - - dv1 := readU64(p, 8*1) - dk1 := dv1 ^ readU64(k, 8*1) - accs[0] += dv1 - accs[1] += (dk1 & 0xffffffff) * (dk1 >> 32) - - dv2 := readU64(p, 8*2) - dk2 := dv2 ^ readU64(k, 8*2) - accs[3] += dv2 - accs[2] += (dk2 & 0xffffffff) * (dk2 >> 32) - - dv3 := readU64(p, 8*3) - dk3 := dv3 ^ readU64(k, 8*3) - accs[2] += dv3 - accs[3] += (dk3 & 0xffffffff) * (dk3 >> 32) - - dv4 := readU64(p, 8*4) - dk4 := dv4 ^ readU64(k, 8*4) - accs[5] += dv4 - accs[4] += (dk4 & 0xffffffff) * (dk4 >> 32) - - dv5 := readU64(p, 8*5) - dk5 := dv5 ^ readU64(k, 8*5) - accs[4] += dv5 - accs[5] += (dk5 & 0xffffffff) * (dk5 >> 32) - - dv6 := readU64(p, 8*6) - dk6 := dv6 ^ readU64(k, 8*6) - accs[7] += dv6 - accs[6] += (dk6 & 0xffffffff) * (dk6 >> 32) - - dv7 := readU64(p, 8*7) - dk7 := dv7 ^ readU64(k, 8*7) - accs[6] += dv7 - accs[7] += (dk7 & 0xffffffff) * (dk7 >> 32) - - l -= _stripe - if l > 0 { - p, k = ptr(ui(p)+_stripe), ptr(ui(k)+8) - } - } - - if l > 0 { - p = ptr(ui(p) - uintptr(_stripe-l)) - - dv0 := readU64(p, 8*0) - dk0 := dv0 ^ readU64(secret, 121) - accs[1] += dv0 - accs[0] += (dk0 & 0xffffffff) * (dk0 >> 32) - - dv1 := readU64(p, 8*1) - dk1 := dv1 ^ readU64(secret, 129) - accs[0] += dv1 - accs[1] += (dk1 & 0xffffffff) * (dk1 >> 32) - - dv2 := readU64(p, 8*2) - dk2 := dv2 ^ readU64(secret, 137) - accs[3] += dv2 - accs[2] += (dk2 & 0xffffffff) * (dk2 >> 32) - - dv3 := readU64(p, 8*3) - dk3 := dv3 ^ readU64(secret, 145) - accs[2] += dv3 - accs[3] += (dk3 & 0xffffffff) * (dk3 >> 32) - - dv4 := readU64(p, 8*4) - dk4 := dv4 ^ readU64(secret, 153) - accs[5] += dv4 - accs[4] += (dk4 & 0xffffffff) * (dk4 >> 32) - - dv5 := readU64(p, 8*5) - dk5 := dv5 ^ readU64(secret, 161) - accs[4] += dv5 - accs[5] += (dk5 & 0xffffffff) * (dk5 >> 32) - - dv6 := readU64(p, 8*6) - dk6 := dv6 ^ readU64(secret, 169) - accs[7] += dv6 - accs[6] += (dk6 & 0xffffffff) * (dk6 >> 32) - - dv7 := readU64(p, 8*7) - dk7 := dv7 ^ readU64(secret, 177) - accs[6] += dv7 - accs[7] += (dk7 & 0xffffffff) * (dk7 >> 32) - } - } -} - -// accumBlockScalarSeed should be used with custom key. -func accumBlockScalarSeed(accs *[8]u64, p, secret ptr) { - // accs - { - secret := secret - for i := 0; i < 16; i++ { - dv0 := readU64(p, 8*0) - dk0 := dv0 ^ readU64(secret, 8*0) - accs[1] += dv0 - accs[0] += (dk0 & 0xffffffff) * (dk0 >> 32) - - dv1 := readU64(p, 8*1) - dk1 := dv1 ^ readU64(secret, 8*1) - accs[0] += dv1 - accs[1] += (dk1 & 0xffffffff) * (dk1 >> 32) - - dv2 := readU64(p, 8*2) - dk2 := dv2 ^ readU64(secret, 8*2) - accs[3] += dv2 - accs[2] += (dk2 & 0xffffffff) * (dk2 >> 32) - - dv3 := readU64(p, 8*3) - dk3 := dv3 ^ readU64(secret, 8*3) - accs[2] += dv3 - accs[3] += (dk3 & 0xffffffff) * (dk3 >> 32) - - dv4 := readU64(p, 8*4) - dk4 := dv4 ^ readU64(secret, 8*4) - accs[5] += dv4 - accs[4] += (dk4 & 0xffffffff) * (dk4 >> 32) - - dv5 := readU64(p, 8*5) - dk5 := dv5 ^ readU64(secret, 8*5) - accs[4] += dv5 - accs[5] += (dk5 & 0xffffffff) * (dk5 >> 32) - - dv6 := readU64(p, 8*6) - dk6 := dv6 ^ readU64(secret, 8*6) - accs[7] += dv6 - accs[6] += (dk6 & 0xffffffff) * (dk6 >> 32) - - dv7 := readU64(p, 8*7) - dk7 := dv7 ^ readU64(secret, 8*7) - accs[6] += dv7 - accs[7] += (dk7 & 0xffffffff) * (dk7 >> 32) - - p, secret = ptr(ui(p)+_stripe), ptr(ui(secret)+8) - } - } - - // scramble accs - accs[0] ^= accs[0] >> 47 - accs[0] ^= readU64(secret, 128) - accs[0] *= prime32_1 - - accs[1] ^= accs[1] >> 47 - accs[1] ^= readU64(secret, 136) - accs[1] *= prime32_1 - - accs[2] ^= accs[2] >> 47 - accs[2] ^= readU64(secret, 144) - accs[2] *= prime32_1 - - accs[3] ^= accs[3] >> 47 - accs[3] ^= readU64(secret, 152) - accs[3] *= prime32_1 - - accs[4] ^= accs[4] >> 47 - accs[4] ^= readU64(secret, 160) - accs[4] *= prime32_1 - - accs[5] ^= accs[5] >> 47 - accs[5] ^= readU64(secret, 168) - accs[5] *= prime32_1 - - accs[6] ^= accs[6] >> 47 - accs[6] ^= readU64(secret, 176) - accs[6] *= prime32_1 - - accs[7] ^= accs[7] >> 47 - accs[7] ^= readU64(secret, 184) - accs[7] *= prime32_1 -} diff --git a/vendor/github.com/zeebo/xxh3/accum_stubs_amd64.go b/vendor/github.com/zeebo/xxh3/accum_stubs_amd64.go deleted file mode 100644 index 9baff6c41..000000000 --- a/vendor/github.com/zeebo/xxh3/accum_stubs_amd64.go +++ /dev/null @@ -1,40 +0,0 @@ -package xxh3 - -import ( - "unsafe" - - "github.com/klauspost/cpuid/v2" -) - -var ( - hasAVX2 = cpuid.CPU.Has(cpuid.AVX2) - hasSSE2 = cpuid.CPU.Has(cpuid.SSE2) // Always true on amd64 - hasAVX512 = cpuid.CPU.Has(cpuid.AVX512F) -) - -//go:noescape -func accumAVX2(acc *[8]u64, data, key unsafe.Pointer, len u64) - -//go:noescape -func accumAVX512(acc *[8]u64, data, key unsafe.Pointer, len u64) - -//go:noescape -func accumSSE(acc *[8]u64, data, key unsafe.Pointer, len u64) - -//go:noescape -func accumBlockAVX2(acc *[8]u64, data, key unsafe.Pointer) - -//go:noescape -func accumBlockSSE(acc *[8]u64, data, key unsafe.Pointer) - -func withOverrides(avx512, avx2, sse2 bool, cb func()) { - avx512Orig, avx2Orig, sse2Orig := hasAVX512, hasAVX2, hasSSE2 - hasAVX512, hasAVX2, hasSSE2 = avx512, avx2, sse2 - defer func() { hasAVX512, hasAVX2, hasSSE2 = avx512Orig, avx2Orig, sse2Orig }() - cb() -} - -func withAVX512(cb func()) { withOverrides(hasAVX512, false, false, cb) } -func withAVX2(cb func()) { withOverrides(false, hasAVX2, false, cb) } -func withSSE2(cb func()) { withOverrides(false, false, hasSSE2, cb) } -func withGeneric(cb func()) { withOverrides(false, false, false, cb) } diff --git a/vendor/github.com/zeebo/xxh3/accum_stubs_other.go b/vendor/github.com/zeebo/xxh3/accum_stubs_other.go deleted file mode 100644 index 93bf6258a..000000000 --- a/vendor/github.com/zeebo/xxh3/accum_stubs_other.go +++ /dev/null @@ -1,25 +0,0 @@ -//go:build !amd64 -// +build !amd64 - -package xxh3 - -import ( - "unsafe" -) - -const ( - hasAVX2 = false - hasSSE2 = false - hasAVX512 = false -) - -func accumAVX2(acc *[8]u64, data, key unsafe.Pointer, len u64) { panic("unreachable") } -func accumSSE(acc *[8]u64, data, key unsafe.Pointer, len u64) { panic("unreachable") } -func accumBlockAVX2(acc *[8]u64, data, key unsafe.Pointer) { panic("unreachable") } -func accumBlockSSE(acc *[8]u64, data, key unsafe.Pointer) { panic("unreachable") } -func accumAVX512(acc *[8]u64, data, key unsafe.Pointer, len u64) { panic("unreachable") } - -func withAVX512(cb func()) { cb() } -func withAVX2(cb func()) { cb() } -func withSSE2(cb func()) { cb() } -func withGeneric(cb func()) { cb() } diff --git a/vendor/github.com/zeebo/xxh3/accum_vector_avx512_amd64.s b/vendor/github.com/zeebo/xxh3/accum_vector_avx512_amd64.s deleted file mode 100644 index cfaf9f0a7..000000000 --- a/vendor/github.com/zeebo/xxh3/accum_vector_avx512_amd64.s +++ /dev/null @@ -1,379 +0,0 @@ -// Code generated by command: go run gen.go -avx512 -out ../accum_vector_avx512_amd64.s -pkg xxh3. DO NOT EDIT. - -#include "textflag.h" - -DATA prime_avx512<>+0(SB)/8, $0x000000009e3779b1 -DATA prime_avx512<>+8(SB)/8, $0x000000009e3779b1 -DATA prime_avx512<>+16(SB)/8, $0x000000009e3779b1 -DATA prime_avx512<>+24(SB)/8, $0x000000009e3779b1 -DATA prime_avx512<>+32(SB)/8, $0x000000009e3779b1 -DATA prime_avx512<>+40(SB)/8, $0x000000009e3779b1 -DATA prime_avx512<>+48(SB)/8, $0x000000009e3779b1 -DATA prime_avx512<>+56(SB)/8, $0x000000009e3779b1 -GLOBL prime_avx512<>(SB), RODATA|NOPTR, $64 - -// func accumAVX512(acc *[8]uint64, data *byte, key *byte, len uint64) -// Requires: AVX, AVX512F, MMX+ -TEXT ·accumAVX512(SB), NOSPLIT, $0-32 - MOVQ acc+0(FP), AX - MOVQ data+8(FP), CX - MOVQ key+16(FP), DX - MOVQ len+24(FP), BX - VMOVDQU64 (AX), Z1 - VMOVDQU64 prime_avx512<>+0(SB), Z0 - VMOVDQU64 (DX), Z2 - VMOVDQU64 8(DX), Z3 - VMOVDQU64 16(DX), Z4 - VMOVDQU64 24(DX), Z5 - VMOVDQU64 32(DX), Z6 - VMOVDQU64 40(DX), Z7 - VMOVDQU64 48(DX), Z8 - VMOVDQU64 56(DX), Z9 - VMOVDQU64 64(DX), Z10 - VMOVDQU64 72(DX), Z11 - VMOVDQU64 80(DX), Z12 - VMOVDQU64 88(DX), Z13 - VMOVDQU64 96(DX), Z14 - VMOVDQU64 104(DX), Z15 - VMOVDQU64 112(DX), Z16 - VMOVDQU64 120(DX), Z17 - VMOVDQU64 128(DX), Z18 - VMOVDQU64 121(DX), Z19 - -accum_large: - CMPQ BX, $0x00000400 - JLE accum - VMOVDQU64 (CX), Z20 - PREFETCHT0 1024(CX) - VPXORD Z2, Z20, Z21 - VPSHUFD $0x31, Z21, Z22 - VPMULUDQ Z21, Z22, Z21 - VPSHUFD $0x4e, Z20, Z20 - VPADDQ Z1, Z20, Z1 - VPADDQ Z1, Z21, Z1 - VMOVDQU64 64(CX), Z20 - PREFETCHT0 1088(CX) - VPXORD Z3, Z20, Z21 - VPSHUFD $0x31, Z21, Z22 - VPMULUDQ Z21, Z22, Z21 - VPSHUFD $0x4e, Z20, Z20 - VPADDQ Z1, Z20, Z1 - VPADDQ Z1, Z21, Z1 - VMOVDQU64 128(CX), Z20 - PREFETCHT0 1152(CX) - VPXORD Z4, Z20, Z21 - VPSHUFD $0x31, Z21, Z22 - VPMULUDQ Z21, Z22, Z21 - VPSHUFD $0x4e, Z20, Z20 - VPADDQ Z1, Z20, Z1 - VPADDQ Z1, Z21, Z1 - VMOVDQU64 192(CX), Z20 - PREFETCHT0 1216(CX) - VPXORD Z5, Z20, Z21 - VPSHUFD $0x31, Z21, Z22 - VPMULUDQ Z21, Z22, Z21 - VPSHUFD $0x4e, Z20, Z20 - VPADDQ Z1, Z20, Z1 - VPADDQ Z1, Z21, Z1 - VMOVDQU64 256(CX), Z20 - PREFETCHT0 1280(CX) - VPXORD Z6, Z20, Z21 - VPSHUFD $0x31, Z21, Z22 - VPMULUDQ Z21, Z22, Z21 - VPSHUFD $0x4e, Z20, Z20 - VPADDQ Z1, Z20, Z1 - VPADDQ Z1, Z21, Z1 - VMOVDQU64 320(CX), Z20 - PREFETCHT0 1344(CX) - VPXORD Z7, Z20, Z21 - VPSHUFD $0x31, Z21, Z22 - VPMULUDQ Z21, Z22, Z21 - VPSHUFD $0x4e, Z20, Z20 - VPADDQ Z1, Z20, Z1 - VPADDQ Z1, Z21, Z1 - VMOVDQU64 384(CX), Z20 - PREFETCHT0 1408(CX) - VPXORD Z8, Z20, Z21 - VPSHUFD $0x31, Z21, Z22 - VPMULUDQ Z21, Z22, Z21 - VPSHUFD $0x4e, Z20, Z20 - VPADDQ Z1, Z20, Z1 - VPADDQ Z1, Z21, Z1 - VMOVDQU64 448(CX), Z20 - PREFETCHT0 1472(CX) - VPXORD Z9, Z20, Z21 - VPSHUFD $0x31, Z21, Z22 - VPMULUDQ Z21, Z22, Z21 - VPSHUFD $0x4e, Z20, Z20 - VPADDQ Z1, Z20, Z1 - VPADDQ Z1, Z21, Z1 - VMOVDQU64 512(CX), Z20 - PREFETCHT0 1536(CX) - VPXORD Z10, Z20, Z21 - VPSHUFD $0x31, Z21, Z22 - VPMULUDQ Z21, Z22, Z21 - VPSHUFD $0x4e, Z20, Z20 - VPADDQ Z1, Z20, Z1 - VPADDQ Z1, Z21, Z1 - VMOVDQU64 576(CX), Z20 - PREFETCHT0 1600(CX) - VPXORD Z11, Z20, Z21 - VPSHUFD $0x31, Z21, Z22 - VPMULUDQ Z21, Z22, Z21 - VPSHUFD $0x4e, Z20, Z20 - VPADDQ Z1, Z20, Z1 - VPADDQ Z1, Z21, Z1 - VMOVDQU64 640(CX), Z20 - PREFETCHT0 1664(CX) - VPXORD Z12, Z20, Z21 - VPSHUFD $0x31, Z21, Z22 - VPMULUDQ Z21, Z22, Z21 - VPSHUFD $0x4e, Z20, Z20 - VPADDQ Z1, Z20, Z1 - VPADDQ Z1, Z21, Z1 - VMOVDQU64 704(CX), Z20 - PREFETCHT0 1728(CX) - VPXORD Z13, Z20, Z21 - VPSHUFD $0x31, Z21, Z22 - VPMULUDQ Z21, Z22, Z21 - VPSHUFD $0x4e, Z20, Z20 - VPADDQ Z1, Z20, Z1 - VPADDQ Z1, Z21, Z1 - VMOVDQU64 768(CX), Z20 - PREFETCHT0 1792(CX) - VPXORD Z14, Z20, Z21 - VPSHUFD $0x31, Z21, Z22 - VPMULUDQ Z21, Z22, Z21 - VPSHUFD $0x4e, Z20, Z20 - VPADDQ Z1, Z20, Z1 - VPADDQ Z1, Z21, Z1 - VMOVDQU64 832(CX), Z20 - PREFETCHT0 1856(CX) - VPXORD Z15, Z20, Z21 - VPSHUFD $0x31, Z21, Z22 - VPMULUDQ Z21, Z22, Z21 - VPSHUFD $0x4e, Z20, Z20 - VPADDQ Z1, Z20, Z1 - VPADDQ Z1, Z21, Z1 - VMOVDQU64 896(CX), Z20 - PREFETCHT0 1920(CX) - VPXORD Z16, Z20, Z21 - VPSHUFD $0x31, Z21, Z22 - VPMULUDQ Z21, Z22, Z21 - VPSHUFD $0x4e, Z20, Z20 - VPADDQ Z1, Z20, Z1 - VPADDQ Z1, Z21, Z1 - VMOVDQU64 960(CX), Z20 - PREFETCHT0 1984(CX) - VPXORD Z17, Z20, Z21 - VPSHUFD $0x31, Z21, Z22 - VPMULUDQ Z21, Z22, Z21 - VPSHUFD $0x4e, Z20, Z20 - VPADDQ Z1, Z20, Z1 - VPADDQ Z1, Z21, Z1 - ADDQ $0x00000400, CX - SUBQ $0x00000400, BX - VPSRLQ $0x2f, Z1, Z20 - VPTERNLOGD $0x96, Z1, Z18, Z20 - VPMULUDQ Z0, Z20, Z1 - VPSHUFD $0xf5, Z20, Z20 - VPMULUDQ Z0, Z20, Z20 - VPSLLQ $0x20, Z20, Z20 - VPADDQ Z1, Z20, Z1 - JMP accum_large - -accum: - CMPQ BX, $0x40 - JLE finalize - VMOVDQU64 (CX), Z0 - VPXORD Z2, Z0, Z2 - VPSHUFD $0x31, Z2, Z18 - VPMULUDQ Z2, Z18, Z2 - VPSHUFD $0x4e, Z0, Z0 - VPADDQ Z1, Z0, Z1 - VPADDQ Z1, Z2, Z1 - ADDQ $0x00000040, CX - SUBQ $0x00000040, BX - CMPQ BX, $0x40 - JLE finalize - VMOVDQU64 (CX), Z0 - VPXORD Z3, Z0, Z2 - VPSHUFD $0x31, Z2, Z3 - VPMULUDQ Z2, Z3, Z2 - VPSHUFD $0x4e, Z0, Z0 - VPADDQ Z1, Z0, Z1 - VPADDQ Z1, Z2, Z1 - ADDQ $0x00000040, CX - SUBQ $0x00000040, BX - CMPQ BX, $0x40 - JLE finalize - VMOVDQU64 (CX), Z0 - VPXORD Z4, Z0, Z2 - VPSHUFD $0x31, Z2, Z3 - VPMULUDQ Z2, Z3, Z2 - VPSHUFD $0x4e, Z0, Z0 - VPADDQ Z1, Z0, Z1 - VPADDQ Z1, Z2, Z1 - ADDQ $0x00000040, CX - SUBQ $0x00000040, BX - CMPQ BX, $0x40 - JLE finalize - VMOVDQU64 (CX), Z0 - VPXORD Z5, Z0, Z2 - VPSHUFD $0x31, Z2, Z3 - VPMULUDQ Z2, Z3, Z2 - VPSHUFD $0x4e, Z0, Z0 - VPADDQ Z1, Z0, Z1 - VPADDQ Z1, Z2, Z1 - ADDQ $0x00000040, CX - SUBQ $0x00000040, BX - CMPQ BX, $0x40 - JLE finalize - VMOVDQU64 (CX), Z0 - VPXORD Z6, Z0, Z2 - VPSHUFD $0x31, Z2, Z3 - VPMULUDQ Z2, Z3, Z2 - VPSHUFD $0x4e, Z0, Z0 - VPADDQ Z1, Z0, Z1 - VPADDQ Z1, Z2, Z1 - ADDQ $0x00000040, CX - SUBQ $0x00000040, BX - CMPQ BX, $0x40 - JLE finalize - VMOVDQU64 (CX), Z0 - VPXORD Z7, Z0, Z2 - VPSHUFD $0x31, Z2, Z3 - VPMULUDQ Z2, Z3, Z2 - VPSHUFD $0x4e, Z0, Z0 - VPADDQ Z1, Z0, Z1 - VPADDQ Z1, Z2, Z1 - ADDQ $0x00000040, CX - SUBQ $0x00000040, BX - CMPQ BX, $0x40 - JLE finalize - VMOVDQU64 (CX), Z0 - VPXORD Z8, Z0, Z2 - VPSHUFD $0x31, Z2, Z3 - VPMULUDQ Z2, Z3, Z2 - VPSHUFD $0x4e, Z0, Z0 - VPADDQ Z1, Z0, Z1 - VPADDQ Z1, Z2, Z1 - ADDQ $0x00000040, CX - SUBQ $0x00000040, BX - CMPQ BX, $0x40 - JLE finalize - VMOVDQU64 (CX), Z0 - VPXORD Z9, Z0, Z2 - VPSHUFD $0x31, Z2, Z3 - VPMULUDQ Z2, Z3, Z2 - VPSHUFD $0x4e, Z0, Z0 - VPADDQ Z1, Z0, Z1 - VPADDQ Z1, Z2, Z1 - ADDQ $0x00000040, CX - SUBQ $0x00000040, BX - CMPQ BX, $0x40 - JLE finalize - VMOVDQU64 (CX), Z0 - VPXORD Z10, Z0, Z2 - VPSHUFD $0x31, Z2, Z3 - VPMULUDQ Z2, Z3, Z2 - VPSHUFD $0x4e, Z0, Z0 - VPADDQ Z1, Z0, Z1 - VPADDQ Z1, Z2, Z1 - ADDQ $0x00000040, CX - SUBQ $0x00000040, BX - CMPQ BX, $0x40 - JLE finalize - VMOVDQU64 (CX), Z0 - VPXORD Z11, Z0, Z2 - VPSHUFD $0x31, Z2, Z3 - VPMULUDQ Z2, Z3, Z2 - VPSHUFD $0x4e, Z0, Z0 - VPADDQ Z1, Z0, Z1 - VPADDQ Z1, Z2, Z1 - ADDQ $0x00000040, CX - SUBQ $0x00000040, BX - CMPQ BX, $0x40 - JLE finalize - VMOVDQU64 (CX), Z0 - VPXORD Z12, Z0, Z2 - VPSHUFD $0x31, Z2, Z3 - VPMULUDQ Z2, Z3, Z2 - VPSHUFD $0x4e, Z0, Z0 - VPADDQ Z1, Z0, Z1 - VPADDQ Z1, Z2, Z1 - ADDQ $0x00000040, CX - SUBQ $0x00000040, BX - CMPQ BX, $0x40 - JLE finalize - VMOVDQU64 (CX), Z0 - VPXORD Z13, Z0, Z2 - VPSHUFD $0x31, Z2, Z3 - VPMULUDQ Z2, Z3, Z2 - VPSHUFD $0x4e, Z0, Z0 - VPADDQ Z1, Z0, Z1 - VPADDQ Z1, Z2, Z1 - ADDQ $0x00000040, CX - SUBQ $0x00000040, BX - CMPQ BX, $0x40 - JLE finalize - VMOVDQU64 (CX), Z0 - VPXORD Z14, Z0, Z2 - VPSHUFD $0x31, Z2, Z3 - VPMULUDQ Z2, Z3, Z2 - VPSHUFD $0x4e, Z0, Z0 - VPADDQ Z1, Z0, Z1 - VPADDQ Z1, Z2, Z1 - ADDQ $0x00000040, CX - SUBQ $0x00000040, BX - CMPQ BX, $0x40 - JLE finalize - VMOVDQU64 (CX), Z0 - VPXORD Z15, Z0, Z2 - VPSHUFD $0x31, Z2, Z3 - VPMULUDQ Z2, Z3, Z2 - VPSHUFD $0x4e, Z0, Z0 - VPADDQ Z1, Z0, Z1 - VPADDQ Z1, Z2, Z1 - ADDQ $0x00000040, CX - SUBQ $0x00000040, BX - CMPQ BX, $0x40 - JLE finalize - VMOVDQU64 (CX), Z0 - VPXORD Z16, Z0, Z2 - VPSHUFD $0x31, Z2, Z3 - VPMULUDQ Z2, Z3, Z2 - VPSHUFD $0x4e, Z0, Z0 - VPADDQ Z1, Z0, Z1 - VPADDQ Z1, Z2, Z1 - ADDQ $0x00000040, CX - SUBQ $0x00000040, BX - CMPQ BX, $0x40 - JLE finalize - VMOVDQU64 (CX), Z0 - VPXORD Z17, Z0, Z2 - VPSHUFD $0x31, Z2, Z3 - VPMULUDQ Z2, Z3, Z2 - VPSHUFD $0x4e, Z0, Z0 - VPADDQ Z1, Z0, Z1 - VPADDQ Z1, Z2, Z1 - ADDQ $0x00000040, CX - SUBQ $0x00000040, BX - -finalize: - CMPQ BX, $0x00 - JE return - SUBQ $0x40, CX - ADDQ BX, CX - VMOVDQU64 (CX), Z0 - VPXORD Z19, Z0, Z2 - VPSHUFD $0x31, Z2, Z3 - VPMULUDQ Z2, Z3, Z2 - VPSHUFD $0x4e, Z0, Z0 - VPADDQ Z1, Z0, Z1 - VPADDQ Z1, Z2, Z1 - -return: - VMOVDQU64 Z1, (AX) - VZEROUPPER - RET diff --git a/vendor/github.com/zeebo/xxh3/accum_vector_avx_amd64.s b/vendor/github.com/zeebo/xxh3/accum_vector_avx_amd64.s deleted file mode 100644 index b53c1521f..000000000 --- a/vendor/github.com/zeebo/xxh3/accum_vector_avx_amd64.s +++ /dev/null @@ -1,586 +0,0 @@ -// Code generated by command: go run gen.go -avx -out ../accum_vector_avx_amd64.s -pkg xxh3. DO NOT EDIT. - -#include "textflag.h" - -DATA prime_avx<>+0(SB)/8, $0x000000009e3779b1 -DATA prime_avx<>+8(SB)/8, $0x000000009e3779b1 -DATA prime_avx<>+16(SB)/8, $0x000000009e3779b1 -DATA prime_avx<>+24(SB)/8, $0x000000009e3779b1 -GLOBL prime_avx<>(SB), RODATA|NOPTR, $32 - -// func accumAVX2(acc *[8]uint64, data *byte, key *byte, len uint64) -// Requires: AVX, AVX2, MMX+ -TEXT ·accumAVX2(SB), NOSPLIT, $0-32 - MOVQ acc+0(FP), AX - MOVQ data+8(FP), CX - MOVQ key+16(FP), DX - MOVQ key+16(FP), BX - MOVQ len+24(FP), SI - VMOVDQU (AX), Y1 - VMOVDQU 32(AX), Y2 - VMOVDQU prime_avx<>+0(SB), Y0 - -accum_large: - CMPQ SI, $0x00000400 - JLE accum - VMOVDQU (CX), Y3 - VMOVDQU 32(CX), Y6 - PREFETCHT0 512(CX) - VPXOR (DX), Y3, Y4 - VPXOR 32(DX), Y6, Y7 - VPSHUFD $0x31, Y4, Y5 - VPSHUFD $0x31, Y7, Y8 - VPMULUDQ Y4, Y5, Y4 - VPMULUDQ Y7, Y8, Y7 - VPSHUFD $0x4e, Y3, Y3 - VPSHUFD $0x4e, Y6, Y6 - VPADDQ Y1, Y3, Y1 - VPADDQ Y1, Y4, Y1 - VPADDQ Y2, Y6, Y2 - VPADDQ Y2, Y7, Y2 - VMOVDQU 64(CX), Y3 - VMOVDQU 96(CX), Y6 - PREFETCHT0 576(CX) - VPXOR 8(DX), Y3, Y4 - VPXOR 40(DX), Y6, Y7 - VPSHUFD $0x31, Y4, Y5 - VPSHUFD $0x31, Y7, Y8 - VPMULUDQ Y4, Y5, Y4 - VPMULUDQ Y7, Y8, Y7 - VPSHUFD $0x4e, Y3, Y3 - VPSHUFD $0x4e, Y6, Y6 - VPADDQ Y1, Y3, Y1 - VPADDQ Y1, Y4, Y1 - VPADDQ Y2, Y6, Y2 - VPADDQ Y2, Y7, Y2 - VMOVDQU 128(CX), Y3 - VMOVDQU 160(CX), Y6 - PREFETCHT0 640(CX) - VPXOR 16(DX), Y3, Y4 - VPXOR 48(DX), Y6, Y7 - VPSHUFD $0x31, Y4, Y5 - VPSHUFD $0x31, Y7, Y8 - VPMULUDQ Y4, Y5, Y4 - VPMULUDQ Y7, Y8, Y7 - VPSHUFD $0x4e, Y3, Y3 - VPSHUFD $0x4e, Y6, Y6 - VPADDQ Y1, Y3, Y1 - VPADDQ Y1, Y4, Y1 - VPADDQ Y2, Y6, Y2 - VPADDQ Y2, Y7, Y2 - VMOVDQU 192(CX), Y3 - VMOVDQU 224(CX), Y6 - PREFETCHT0 704(CX) - VPXOR 24(DX), Y3, Y4 - VPXOR 56(DX), Y6, Y7 - VPSHUFD $0x31, Y4, Y5 - VPSHUFD $0x31, Y7, Y8 - VPMULUDQ Y4, Y5, Y4 - VPMULUDQ Y7, Y8, Y7 - VPSHUFD $0x4e, Y3, Y3 - VPSHUFD $0x4e, Y6, Y6 - VPADDQ Y1, Y3, Y1 - VPADDQ Y1, Y4, Y1 - VPADDQ Y2, Y6, Y2 - VPADDQ Y2, Y7, Y2 - VMOVDQU 256(CX), Y3 - VMOVDQU 288(CX), Y6 - PREFETCHT0 768(CX) - VPXOR 32(DX), Y3, Y4 - VPXOR 64(DX), Y6, Y7 - VPSHUFD $0x31, Y4, Y5 - VPSHUFD $0x31, Y7, Y8 - VPMULUDQ Y4, Y5, Y4 - VPMULUDQ Y7, Y8, Y7 - VPSHUFD $0x4e, Y3, Y3 - VPSHUFD $0x4e, Y6, Y6 - VPADDQ Y1, Y3, Y1 - VPADDQ Y1, Y4, Y1 - VPADDQ Y2, Y6, Y2 - VPADDQ Y2, Y7, Y2 - VMOVDQU 320(CX), Y3 - VMOVDQU 352(CX), Y6 - PREFETCHT0 832(CX) - VPXOR 40(DX), Y3, Y4 - VPXOR 72(DX), Y6, Y7 - VPSHUFD $0x31, Y4, Y5 - VPSHUFD $0x31, Y7, Y8 - VPMULUDQ Y4, Y5, Y4 - VPMULUDQ Y7, Y8, Y7 - VPSHUFD $0x4e, Y3, Y3 - VPSHUFD $0x4e, Y6, Y6 - VPADDQ Y1, Y3, Y1 - VPADDQ Y1, Y4, Y1 - VPADDQ Y2, Y6, Y2 - VPADDQ Y2, Y7, Y2 - VMOVDQU 384(CX), Y3 - VMOVDQU 416(CX), Y6 - PREFETCHT0 896(CX) - VPXOR 48(DX), Y3, Y4 - VPXOR 80(DX), Y6, Y7 - VPSHUFD $0x31, Y4, Y5 - VPSHUFD $0x31, Y7, Y8 - VPMULUDQ Y4, Y5, Y4 - VPMULUDQ Y7, Y8, Y7 - VPSHUFD $0x4e, Y3, Y3 - VPSHUFD $0x4e, Y6, Y6 - VPADDQ Y1, Y3, Y1 - VPADDQ Y1, Y4, Y1 - VPADDQ Y2, Y6, Y2 - VPADDQ Y2, Y7, Y2 - VMOVDQU 448(CX), Y3 - VMOVDQU 480(CX), Y6 - PREFETCHT0 960(CX) - VPXOR 56(DX), Y3, Y4 - VPXOR 88(DX), Y6, Y7 - VPSHUFD $0x31, Y4, Y5 - VPSHUFD $0x31, Y7, Y8 - VPMULUDQ Y4, Y5, Y4 - VPMULUDQ Y7, Y8, Y7 - VPSHUFD $0x4e, Y3, Y3 - VPSHUFD $0x4e, Y6, Y6 - VPADDQ Y1, Y3, Y1 - VPADDQ Y1, Y4, Y1 - VPADDQ Y2, Y6, Y2 - VPADDQ Y2, Y7, Y2 - VMOVDQU 512(CX), Y3 - VMOVDQU 544(CX), Y6 - PREFETCHT0 1024(CX) - VPXOR 64(DX), Y3, Y4 - VPXOR 96(DX), Y6, Y7 - VPSHUFD $0x31, Y4, Y5 - VPSHUFD $0x31, Y7, Y8 - VPMULUDQ Y4, Y5, Y4 - VPMULUDQ Y7, Y8, Y7 - VPSHUFD $0x4e, Y3, Y3 - VPSHUFD $0x4e, Y6, Y6 - VPADDQ Y1, Y3, Y1 - VPADDQ Y1, Y4, Y1 - VPADDQ Y2, Y6, Y2 - VPADDQ Y2, Y7, Y2 - VMOVDQU 576(CX), Y3 - VMOVDQU 608(CX), Y6 - PREFETCHT0 1088(CX) - VPXOR 72(DX), Y3, Y4 - VPXOR 104(DX), Y6, Y7 - VPSHUFD $0x31, Y4, Y5 - VPSHUFD $0x31, Y7, Y8 - VPMULUDQ Y4, Y5, Y4 - VPMULUDQ Y7, Y8, Y7 - VPSHUFD $0x4e, Y3, Y3 - VPSHUFD $0x4e, Y6, Y6 - VPADDQ Y1, Y3, Y1 - VPADDQ Y1, Y4, Y1 - VPADDQ Y2, Y6, Y2 - VPADDQ Y2, Y7, Y2 - VMOVDQU 640(CX), Y3 - VMOVDQU 672(CX), Y6 - PREFETCHT0 1152(CX) - VPXOR 80(DX), Y3, Y4 - VPXOR 112(DX), Y6, Y7 - VPSHUFD $0x31, Y4, Y5 - VPSHUFD $0x31, Y7, Y8 - VPMULUDQ Y4, Y5, Y4 - VPMULUDQ Y7, Y8, Y7 - VPSHUFD $0x4e, Y3, Y3 - VPSHUFD $0x4e, Y6, Y6 - VPADDQ Y1, Y3, Y1 - VPADDQ Y1, Y4, Y1 - VPADDQ Y2, Y6, Y2 - VPADDQ Y2, Y7, Y2 - VMOVDQU 704(CX), Y3 - VMOVDQU 736(CX), Y6 - PREFETCHT0 1216(CX) - VPXOR 88(DX), Y3, Y4 - VPXOR 120(DX), Y6, Y7 - VPSHUFD $0x31, Y4, Y5 - VPSHUFD $0x31, Y7, Y8 - VPMULUDQ Y4, Y5, Y4 - VPMULUDQ Y7, Y8, Y7 - VPSHUFD $0x4e, Y3, Y3 - VPSHUFD $0x4e, Y6, Y6 - VPADDQ Y1, Y3, Y1 - VPADDQ Y1, Y4, Y1 - VPADDQ Y2, Y6, Y2 - VPADDQ Y2, Y7, Y2 - VMOVDQU 768(CX), Y3 - VMOVDQU 800(CX), Y6 - PREFETCHT0 1280(CX) - VPXOR 96(DX), Y3, Y4 - VPXOR 128(DX), Y6, Y7 - VPSHUFD $0x31, Y4, Y5 - VPSHUFD $0x31, Y7, Y8 - VPMULUDQ Y4, Y5, Y4 - VPMULUDQ Y7, Y8, Y7 - VPSHUFD $0x4e, Y3, Y3 - VPSHUFD $0x4e, Y6, Y6 - VPADDQ Y1, Y3, Y1 - VPADDQ Y1, Y4, Y1 - VPADDQ Y2, Y6, Y2 - VPADDQ Y2, Y7, Y2 - VMOVDQU 832(CX), Y3 - VMOVDQU 864(CX), Y6 - PREFETCHT0 1344(CX) - VPXOR 104(DX), Y3, Y4 - VPXOR 136(DX), Y6, Y7 - VPSHUFD $0x31, Y4, Y5 - VPSHUFD $0x31, Y7, Y8 - VPMULUDQ Y4, Y5, Y4 - VPMULUDQ Y7, Y8, Y7 - VPSHUFD $0x4e, Y3, Y3 - VPSHUFD $0x4e, Y6, Y6 - VPADDQ Y1, Y3, Y1 - VPADDQ Y1, Y4, Y1 - VPADDQ Y2, Y6, Y2 - VPADDQ Y2, Y7, Y2 - VMOVDQU 896(CX), Y3 - VMOVDQU 928(CX), Y6 - PREFETCHT0 1408(CX) - VPXOR 112(DX), Y3, Y4 - VPXOR 144(DX), Y6, Y7 - VPSHUFD $0x31, Y4, Y5 - VPSHUFD $0x31, Y7, Y8 - VPMULUDQ Y4, Y5, Y4 - VPMULUDQ Y7, Y8, Y7 - VPSHUFD $0x4e, Y3, Y3 - VPSHUFD $0x4e, Y6, Y6 - VPADDQ Y1, Y3, Y1 - VPADDQ Y1, Y4, Y1 - VPADDQ Y2, Y6, Y2 - VPADDQ Y2, Y7, Y2 - VMOVDQU 960(CX), Y3 - VMOVDQU 992(CX), Y6 - PREFETCHT0 1472(CX) - VPXOR 120(DX), Y3, Y4 - VPXOR 152(DX), Y6, Y7 - VPSHUFD $0x31, Y4, Y5 - VPSHUFD $0x31, Y7, Y8 - VPMULUDQ Y4, Y5, Y4 - VPMULUDQ Y7, Y8, Y7 - VPSHUFD $0x4e, Y3, Y3 - VPSHUFD $0x4e, Y6, Y6 - VPADDQ Y1, Y3, Y1 - VPADDQ Y1, Y4, Y1 - VPADDQ Y2, Y6, Y2 - VPADDQ Y2, Y7, Y2 - ADDQ $0x00000400, CX - SUBQ $0x00000400, SI - VPSRLQ $0x2f, Y1, Y3 - VPXOR Y1, Y3, Y3 - VPXOR 128(DX), Y3, Y3 - VPMULUDQ Y0, Y3, Y1 - VPSHUFD $0xf5, Y3, Y3 - VPMULUDQ Y0, Y3, Y3 - VPSLLQ $0x20, Y3, Y3 - VPADDQ Y1, Y3, Y1 - VPSRLQ $0x2f, Y2, Y3 - VPXOR Y2, Y3, Y3 - VPXOR 160(DX), Y3, Y3 - VPMULUDQ Y0, Y3, Y2 - VPSHUFD $0xf5, Y3, Y3 - VPMULUDQ Y0, Y3, Y3 - VPSLLQ $0x20, Y3, Y3 - VPADDQ Y2, Y3, Y2 - JMP accum_large - -accum: - CMPQ SI, $0x40 - JLE finalize - VMOVDQU (CX), Y0 - VMOVDQU 32(CX), Y5 - VPXOR (BX), Y0, Y3 - VPXOR 32(BX), Y5, Y6 - VPSHUFD $0x31, Y3, Y4 - VPSHUFD $0x31, Y6, Y7 - VPMULUDQ Y3, Y4, Y3 - VPMULUDQ Y6, Y7, Y6 - VPSHUFD $0x4e, Y0, Y0 - VPSHUFD $0x4e, Y5, Y5 - VPADDQ Y1, Y0, Y1 - VPADDQ Y1, Y3, Y1 - VPADDQ Y2, Y5, Y2 - VPADDQ Y2, Y6, Y2 - ADDQ $0x00000040, CX - SUBQ $0x00000040, SI - ADDQ $0x00000008, BX - JMP accum - -finalize: - CMPQ SI, $0x00 - JE return - SUBQ $0x40, CX - ADDQ SI, CX - VMOVDQU (CX), Y0 - VMOVDQU 32(CX), Y5 - VPXOR 121(DX), Y0, Y3 - VPXOR 153(DX), Y5, Y6 - VPSHUFD $0x31, Y3, Y4 - VPSHUFD $0x31, Y6, Y7 - VPMULUDQ Y3, Y4, Y3 - VPMULUDQ Y6, Y7, Y6 - VPSHUFD $0x4e, Y0, Y0 - VPSHUFD $0x4e, Y5, Y5 - VPADDQ Y1, Y0, Y1 - VPADDQ Y1, Y3, Y1 - VPADDQ Y2, Y5, Y2 - VPADDQ Y2, Y6, Y2 - -return: - VMOVDQU Y1, (AX) - VMOVDQU Y2, 32(AX) - VZEROUPPER - RET - -// func accumBlockAVX2(acc *[8]uint64, data *byte, key *byte) -// Requires: AVX, AVX2 -TEXT ·accumBlockAVX2(SB), NOSPLIT, $0-24 - MOVQ acc+0(FP), AX - MOVQ data+8(FP), CX - MOVQ key+16(FP), DX - VMOVDQU (AX), Y1 - VMOVDQU 32(AX), Y2 - VMOVDQU prime_avx<>+0(SB), Y0 - VMOVDQU (CX), Y3 - VMOVDQU 32(CX), Y6 - VPXOR (DX), Y3, Y4 - VPXOR 32(DX), Y6, Y7 - VPSHUFD $0x31, Y4, Y5 - VPSHUFD $0x31, Y7, Y8 - VPMULUDQ Y4, Y5, Y4 - VPMULUDQ Y7, Y8, Y7 - VPSHUFD $0x4e, Y3, Y3 - VPSHUFD $0x4e, Y6, Y6 - VPADDQ Y1, Y3, Y1 - VPADDQ Y1, Y4, Y1 - VPADDQ Y2, Y6, Y2 - VPADDQ Y2, Y7, Y2 - VMOVDQU 64(CX), Y3 - VMOVDQU 96(CX), Y6 - VPXOR 8(DX), Y3, Y4 - VPXOR 40(DX), Y6, Y7 - VPSHUFD $0x31, Y4, Y5 - VPSHUFD $0x31, Y7, Y8 - VPMULUDQ Y4, Y5, Y4 - VPMULUDQ Y7, Y8, Y7 - VPSHUFD $0x4e, Y3, Y3 - VPSHUFD $0x4e, Y6, Y6 - VPADDQ Y1, Y3, Y1 - VPADDQ Y1, Y4, Y1 - VPADDQ Y2, Y6, Y2 - VPADDQ Y2, Y7, Y2 - VMOVDQU 128(CX), Y3 - VMOVDQU 160(CX), Y6 - VPXOR 16(DX), Y3, Y4 - VPXOR 48(DX), Y6, Y7 - VPSHUFD $0x31, Y4, Y5 - VPSHUFD $0x31, Y7, Y8 - VPMULUDQ Y4, Y5, Y4 - VPMULUDQ Y7, Y8, Y7 - VPSHUFD $0x4e, Y3, Y3 - VPSHUFD $0x4e, Y6, Y6 - VPADDQ Y1, Y3, Y1 - VPADDQ Y1, Y4, Y1 - VPADDQ Y2, Y6, Y2 - VPADDQ Y2, Y7, Y2 - VMOVDQU 192(CX), Y3 - VMOVDQU 224(CX), Y6 - VPXOR 24(DX), Y3, Y4 - VPXOR 56(DX), Y6, Y7 - VPSHUFD $0x31, Y4, Y5 - VPSHUFD $0x31, Y7, Y8 - VPMULUDQ Y4, Y5, Y4 - VPMULUDQ Y7, Y8, Y7 - VPSHUFD $0x4e, Y3, Y3 - VPSHUFD $0x4e, Y6, Y6 - VPADDQ Y1, Y3, Y1 - VPADDQ Y1, Y4, Y1 - VPADDQ Y2, Y6, Y2 - VPADDQ Y2, Y7, Y2 - VMOVDQU 256(CX), Y3 - VMOVDQU 288(CX), Y6 - VPXOR 32(DX), Y3, Y4 - VPXOR 64(DX), Y6, Y7 - VPSHUFD $0x31, Y4, Y5 - VPSHUFD $0x31, Y7, Y8 - VPMULUDQ Y4, Y5, Y4 - VPMULUDQ Y7, Y8, Y7 - VPSHUFD $0x4e, Y3, Y3 - VPSHUFD $0x4e, Y6, Y6 - VPADDQ Y1, Y3, Y1 - VPADDQ Y1, Y4, Y1 - VPADDQ Y2, Y6, Y2 - VPADDQ Y2, Y7, Y2 - VMOVDQU 320(CX), Y3 - VMOVDQU 352(CX), Y6 - VPXOR 40(DX), Y3, Y4 - VPXOR 72(DX), Y6, Y7 - VPSHUFD $0x31, Y4, Y5 - VPSHUFD $0x31, Y7, Y8 - VPMULUDQ Y4, Y5, Y4 - VPMULUDQ Y7, Y8, Y7 - VPSHUFD $0x4e, Y3, Y3 - VPSHUFD $0x4e, Y6, Y6 - VPADDQ Y1, Y3, Y1 - VPADDQ Y1, Y4, Y1 - VPADDQ Y2, Y6, Y2 - VPADDQ Y2, Y7, Y2 - VMOVDQU 384(CX), Y3 - VMOVDQU 416(CX), Y6 - VPXOR 48(DX), Y3, Y4 - VPXOR 80(DX), Y6, Y7 - VPSHUFD $0x31, Y4, Y5 - VPSHUFD $0x31, Y7, Y8 - VPMULUDQ Y4, Y5, Y4 - VPMULUDQ Y7, Y8, Y7 - VPSHUFD $0x4e, Y3, Y3 - VPSHUFD $0x4e, Y6, Y6 - VPADDQ Y1, Y3, Y1 - VPADDQ Y1, Y4, Y1 - VPADDQ Y2, Y6, Y2 - VPADDQ Y2, Y7, Y2 - VMOVDQU 448(CX), Y3 - VMOVDQU 480(CX), Y6 - VPXOR 56(DX), Y3, Y4 - VPXOR 88(DX), Y6, Y7 - VPSHUFD $0x31, Y4, Y5 - VPSHUFD $0x31, Y7, Y8 - VPMULUDQ Y4, Y5, Y4 - VPMULUDQ Y7, Y8, Y7 - VPSHUFD $0x4e, Y3, Y3 - VPSHUFD $0x4e, Y6, Y6 - VPADDQ Y1, Y3, Y1 - VPADDQ Y1, Y4, Y1 - VPADDQ Y2, Y6, Y2 - VPADDQ Y2, Y7, Y2 - VMOVDQU 512(CX), Y3 - VMOVDQU 544(CX), Y6 - VPXOR 64(DX), Y3, Y4 - VPXOR 96(DX), Y6, Y7 - VPSHUFD $0x31, Y4, Y5 - VPSHUFD $0x31, Y7, Y8 - VPMULUDQ Y4, Y5, Y4 - VPMULUDQ Y7, Y8, Y7 - VPSHUFD $0x4e, Y3, Y3 - VPSHUFD $0x4e, Y6, Y6 - VPADDQ Y1, Y3, Y1 - VPADDQ Y1, Y4, Y1 - VPADDQ Y2, Y6, Y2 - VPADDQ Y2, Y7, Y2 - VMOVDQU 576(CX), Y3 - VMOVDQU 608(CX), Y6 - VPXOR 72(DX), Y3, Y4 - VPXOR 104(DX), Y6, Y7 - VPSHUFD $0x31, Y4, Y5 - VPSHUFD $0x31, Y7, Y8 - VPMULUDQ Y4, Y5, Y4 - VPMULUDQ Y7, Y8, Y7 - VPSHUFD $0x4e, Y3, Y3 - VPSHUFD $0x4e, Y6, Y6 - VPADDQ Y1, Y3, Y1 - VPADDQ Y1, Y4, Y1 - VPADDQ Y2, Y6, Y2 - VPADDQ Y2, Y7, Y2 - VMOVDQU 640(CX), Y3 - VMOVDQU 672(CX), Y6 - VPXOR 80(DX), Y3, Y4 - VPXOR 112(DX), Y6, Y7 - VPSHUFD $0x31, Y4, Y5 - VPSHUFD $0x31, Y7, Y8 - VPMULUDQ Y4, Y5, Y4 - VPMULUDQ Y7, Y8, Y7 - VPSHUFD $0x4e, Y3, Y3 - VPSHUFD $0x4e, Y6, Y6 - VPADDQ Y1, Y3, Y1 - VPADDQ Y1, Y4, Y1 - VPADDQ Y2, Y6, Y2 - VPADDQ Y2, Y7, Y2 - VMOVDQU 704(CX), Y3 - VMOVDQU 736(CX), Y6 - VPXOR 88(DX), Y3, Y4 - VPXOR 120(DX), Y6, Y7 - VPSHUFD $0x31, Y4, Y5 - VPSHUFD $0x31, Y7, Y8 - VPMULUDQ Y4, Y5, Y4 - VPMULUDQ Y7, Y8, Y7 - VPSHUFD $0x4e, Y3, Y3 - VPSHUFD $0x4e, Y6, Y6 - VPADDQ Y1, Y3, Y1 - VPADDQ Y1, Y4, Y1 - VPADDQ Y2, Y6, Y2 - VPADDQ Y2, Y7, Y2 - VMOVDQU 768(CX), Y3 - VMOVDQU 800(CX), Y6 - VPXOR 96(DX), Y3, Y4 - VPXOR 128(DX), Y6, Y7 - VPSHUFD $0x31, Y4, Y5 - VPSHUFD $0x31, Y7, Y8 - VPMULUDQ Y4, Y5, Y4 - VPMULUDQ Y7, Y8, Y7 - VPSHUFD $0x4e, Y3, Y3 - VPSHUFD $0x4e, Y6, Y6 - VPADDQ Y1, Y3, Y1 - VPADDQ Y1, Y4, Y1 - VPADDQ Y2, Y6, Y2 - VPADDQ Y2, Y7, Y2 - VMOVDQU 832(CX), Y3 - VMOVDQU 864(CX), Y6 - VPXOR 104(DX), Y3, Y4 - VPXOR 136(DX), Y6, Y7 - VPSHUFD $0x31, Y4, Y5 - VPSHUFD $0x31, Y7, Y8 - VPMULUDQ Y4, Y5, Y4 - VPMULUDQ Y7, Y8, Y7 - VPSHUFD $0x4e, Y3, Y3 - VPSHUFD $0x4e, Y6, Y6 - VPADDQ Y1, Y3, Y1 - VPADDQ Y1, Y4, Y1 - VPADDQ Y2, Y6, Y2 - VPADDQ Y2, Y7, Y2 - VMOVDQU 896(CX), Y3 - VMOVDQU 928(CX), Y6 - VPXOR 112(DX), Y3, Y4 - VPXOR 144(DX), Y6, Y7 - VPSHUFD $0x31, Y4, Y5 - VPSHUFD $0x31, Y7, Y8 - VPMULUDQ Y4, Y5, Y4 - VPMULUDQ Y7, Y8, Y7 - VPSHUFD $0x4e, Y3, Y3 - VPSHUFD $0x4e, Y6, Y6 - VPADDQ Y1, Y3, Y1 - VPADDQ Y1, Y4, Y1 - VPADDQ Y2, Y6, Y2 - VPADDQ Y2, Y7, Y2 - VMOVDQU 960(CX), Y3 - VMOVDQU 992(CX), Y6 - VPXOR 120(DX), Y3, Y4 - VPXOR 152(DX), Y6, Y7 - VPSHUFD $0x31, Y4, Y5 - VPSHUFD $0x31, Y7, Y8 - VPMULUDQ Y4, Y5, Y4 - VPMULUDQ Y7, Y8, Y7 - VPSHUFD $0x4e, Y3, Y3 - VPSHUFD $0x4e, Y6, Y6 - VPADDQ Y1, Y3, Y1 - VPADDQ Y1, Y4, Y1 - VPADDQ Y2, Y6, Y2 - VPADDQ Y2, Y7, Y2 - VPSRLQ $0x2f, Y1, Y3 - VPXOR Y1, Y3, Y3 - VPXOR 128(DX), Y3, Y3 - VPMULUDQ Y0, Y3, Y1 - VPSHUFD $0xf5, Y3, Y3 - VPMULUDQ Y0, Y3, Y3 - VPSLLQ $0x20, Y3, Y3 - VPADDQ Y1, Y3, Y1 - VPSRLQ $0x2f, Y2, Y3 - VPXOR Y2, Y3, Y3 - VPXOR 160(DX), Y3, Y3 - VPMULUDQ Y0, Y3, Y2 - VPSHUFD $0xf5, Y3, Y3 - VPMULUDQ Y0, Y3, Y3 - VPSLLQ $0x20, Y3, Y3 - VPADDQ Y2, Y3, Y2 - VMOVDQU Y1, (AX) - VMOVDQU Y2, 32(AX) - VZEROUPPER - RET diff --git a/vendor/github.com/zeebo/xxh3/accum_vector_sse_amd64.s b/vendor/github.com/zeebo/xxh3/accum_vector_sse_amd64.s deleted file mode 100644 index ba670e560..000000000 --- a/vendor/github.com/zeebo/xxh3/accum_vector_sse_amd64.s +++ /dev/null @@ -1,1236 +0,0 @@ -// Code generated by command: go run gen.go -sse -out ../accum_vector_sse_amd64.s -pkg xxh3. DO NOT EDIT. - -#include "textflag.h" - -DATA prime_sse<>+0(SB)/4, $0x9e3779b1 -DATA prime_sse<>+4(SB)/4, $0x9e3779b1 -DATA prime_sse<>+8(SB)/4, $0x9e3779b1 -DATA prime_sse<>+12(SB)/4, $0x9e3779b1 -GLOBL prime_sse<>(SB), RODATA|NOPTR, $16 - -// func accumSSE(acc *[8]uint64, data *byte, key *byte, len uint64) -// Requires: SSE2 -TEXT ·accumSSE(SB), NOSPLIT, $0-32 - MOVQ acc+0(FP), AX - MOVQ data+8(FP), CX - MOVQ key+16(FP), DX - MOVQ key+16(FP), BX - MOVQ len+24(FP), SI - MOVOU (AX), X1 - MOVOU 16(AX), X2 - MOVOU 32(AX), X3 - MOVOU 48(AX), X4 - MOVOU prime_sse<>+0(SB), X0 - -accum_large: - CMPQ SI, $0x00000400 - JLE accum - MOVOU (CX), X5 - MOVOU (DX), X6 - PXOR X5, X6 - PSHUFD $0x31, X6, X7 - PMULULQ X6, X7 - PSHUFD $0x4e, X5, X5 - PADDQ X5, X1 - PADDQ X7, X1 - MOVOU 16(CX), X5 - MOVOU 16(DX), X6 - PXOR X5, X6 - PSHUFD $0x31, X6, X7 - PMULULQ X6, X7 - PSHUFD $0x4e, X5, X5 - PADDQ X5, X2 - PADDQ X7, X2 - MOVOU 32(CX), X5 - MOVOU 32(DX), X6 - PXOR X5, X6 - PSHUFD $0x31, X6, X7 - PMULULQ X6, X7 - PSHUFD $0x4e, X5, X5 - PADDQ X5, X3 - PADDQ X7, X3 - MOVOU 48(CX), X5 - MOVOU 48(DX), X6 - PXOR X5, X6 - PSHUFD $0x31, X6, X7 - PMULULQ X6, X7 - PSHUFD $0x4e, X5, X5 - PADDQ X5, X4 - PADDQ X7, X4 - MOVOU 64(CX), X5 - MOVOU 8(DX), X6 - PXOR X5, X6 - PSHUFD $0x31, X6, X7 - PMULULQ X6, X7 - PSHUFD $0x4e, X5, X5 - PADDQ X5, X1 - PADDQ X7, X1 - MOVOU 80(CX), X5 - MOVOU 24(DX), X6 - PXOR X5, X6 - PSHUFD $0x31, X6, X7 - PMULULQ X6, X7 - PSHUFD $0x4e, X5, X5 - PADDQ X5, X2 - PADDQ X7, X2 - MOVOU 96(CX), X5 - MOVOU 40(DX), X6 - PXOR X5, X6 - PSHUFD $0x31, X6, X7 - PMULULQ X6, X7 - PSHUFD $0x4e, X5, X5 - PADDQ X5, X3 - PADDQ X7, X3 - MOVOU 112(CX), X5 - MOVOU 56(DX), X6 - PXOR X5, X6 - PSHUFD $0x31, X6, X7 - PMULULQ X6, X7 - PSHUFD $0x4e, X5, X5 - PADDQ X5, X4 - PADDQ X7, X4 - MOVOU 128(CX), X5 - MOVOU 16(DX), X6 - PXOR X5, X6 - PSHUFD $0x31, X6, X7 - PMULULQ X6, X7 - PSHUFD $0x4e, X5, X5 - PADDQ X5, X1 - PADDQ X7, X1 - MOVOU 144(CX), X5 - MOVOU 32(DX), X6 - PXOR X5, X6 - PSHUFD $0x31, X6, X7 - PMULULQ X6, X7 - PSHUFD $0x4e, X5, X5 - PADDQ X5, X2 - PADDQ X7, X2 - MOVOU 160(CX), X5 - MOVOU 48(DX), X6 - PXOR X5, X6 - PSHUFD $0x31, X6, X7 - PMULULQ X6, X7 - PSHUFD $0x4e, X5, X5 - PADDQ X5, X3 - PADDQ X7, X3 - MOVOU 176(CX), X5 - MOVOU 64(DX), X6 - PXOR X5, X6 - PSHUFD $0x31, X6, X7 - PMULULQ X6, X7 - PSHUFD $0x4e, X5, X5 - PADDQ X5, X4 - PADDQ X7, X4 - MOVOU 192(CX), X5 - MOVOU 24(DX), X6 - PXOR X5, X6 - PSHUFD $0x31, X6, X7 - PMULULQ X6, X7 - PSHUFD $0x4e, X5, X5 - PADDQ X5, X1 - PADDQ X7, X1 - MOVOU 208(CX), X5 - MOVOU 40(DX), X6 - PXOR X5, X6 - PSHUFD $0x31, X6, X7 - PMULULQ X6, X7 - PSHUFD $0x4e, X5, X5 - PADDQ X5, X2 - PADDQ X7, X2 - MOVOU 224(CX), X5 - MOVOU 56(DX), X6 - PXOR X5, X6 - PSHUFD $0x31, X6, X7 - PMULULQ X6, X7 - PSHUFD $0x4e, X5, X5 - PADDQ X5, X3 - PADDQ X7, X3 - MOVOU 240(CX), X5 - MOVOU 72(DX), X6 - PXOR X5, X6 - PSHUFD $0x31, X6, X7 - PMULULQ X6, X7 - PSHUFD $0x4e, X5, X5 - PADDQ X5, X4 - PADDQ X7, X4 - MOVOU 256(CX), X5 - MOVOU 32(DX), X6 - PXOR X5, X6 - PSHUFD $0x31, X6, X7 - PMULULQ X6, X7 - PSHUFD $0x4e, X5, X5 - PADDQ X5, X1 - PADDQ X7, X1 - MOVOU 272(CX), X5 - MOVOU 48(DX), X6 - PXOR X5, X6 - PSHUFD $0x31, X6, X7 - PMULULQ X6, X7 - PSHUFD $0x4e, X5, X5 - PADDQ X5, X2 - PADDQ X7, X2 - MOVOU 288(CX), X5 - MOVOU 64(DX), X6 - PXOR X5, X6 - PSHUFD $0x31, X6, X7 - PMULULQ X6, X7 - PSHUFD $0x4e, X5, X5 - PADDQ X5, X3 - PADDQ X7, X3 - MOVOU 304(CX), X5 - MOVOU 80(DX), X6 - PXOR X5, X6 - PSHUFD $0x31, X6, X7 - PMULULQ X6, X7 - PSHUFD $0x4e, X5, X5 - PADDQ X5, X4 - PADDQ X7, X4 - MOVOU 320(CX), X5 - MOVOU 40(DX), X6 - PXOR X5, X6 - PSHUFD $0x31, X6, X7 - PMULULQ X6, X7 - PSHUFD $0x4e, X5, X5 - PADDQ X5, X1 - PADDQ X7, X1 - MOVOU 336(CX), X5 - MOVOU 56(DX), X6 - PXOR X5, X6 - PSHUFD $0x31, X6, X7 - PMULULQ X6, X7 - PSHUFD $0x4e, X5, X5 - PADDQ X5, X2 - PADDQ X7, X2 - MOVOU 352(CX), X5 - MOVOU 72(DX), X6 - PXOR X5, X6 - PSHUFD $0x31, X6, X7 - PMULULQ X6, X7 - PSHUFD $0x4e, X5, X5 - PADDQ X5, X3 - PADDQ X7, X3 - MOVOU 368(CX), X5 - MOVOU 88(DX), X6 - PXOR X5, X6 - PSHUFD $0x31, X6, X7 - PMULULQ X6, X7 - PSHUFD $0x4e, X5, X5 - PADDQ X5, X4 - PADDQ X7, X4 - MOVOU 384(CX), X5 - MOVOU 48(DX), X6 - PXOR X5, X6 - PSHUFD $0x31, X6, X7 - PMULULQ X6, X7 - PSHUFD $0x4e, X5, X5 - PADDQ X5, X1 - PADDQ X7, X1 - MOVOU 400(CX), X5 - MOVOU 64(DX), X6 - PXOR X5, X6 - PSHUFD $0x31, X6, X7 - PMULULQ X6, X7 - PSHUFD $0x4e, X5, X5 - PADDQ X5, X2 - PADDQ X7, X2 - MOVOU 416(CX), X5 - MOVOU 80(DX), X6 - PXOR X5, X6 - PSHUFD $0x31, X6, X7 - PMULULQ X6, X7 - PSHUFD $0x4e, X5, X5 - PADDQ X5, X3 - PADDQ X7, X3 - MOVOU 432(CX), X5 - MOVOU 96(DX), X6 - PXOR X5, X6 - PSHUFD $0x31, X6, X7 - PMULULQ X6, X7 - PSHUFD $0x4e, X5, X5 - PADDQ X5, X4 - PADDQ X7, X4 - MOVOU 448(CX), X5 - MOVOU 56(DX), X6 - PXOR X5, X6 - PSHUFD $0x31, X6, X7 - PMULULQ X6, X7 - PSHUFD $0x4e, X5, X5 - PADDQ X5, X1 - PADDQ X7, X1 - MOVOU 464(CX), X5 - MOVOU 72(DX), X6 - PXOR X5, X6 - PSHUFD $0x31, X6, X7 - PMULULQ X6, X7 - PSHUFD $0x4e, X5, X5 - PADDQ X5, X2 - PADDQ X7, X2 - MOVOU 480(CX), X5 - MOVOU 88(DX), X6 - PXOR X5, X6 - PSHUFD $0x31, X6, X7 - PMULULQ X6, X7 - PSHUFD $0x4e, X5, X5 - PADDQ X5, X3 - PADDQ X7, X3 - MOVOU 496(CX), X5 - MOVOU 104(DX), X6 - PXOR X5, X6 - PSHUFD $0x31, X6, X7 - PMULULQ X6, X7 - PSHUFD $0x4e, X5, X5 - PADDQ X5, X4 - PADDQ X7, X4 - MOVOU 512(CX), X5 - MOVOU 64(DX), X6 - PXOR X5, X6 - PSHUFD $0x31, X6, X7 - PMULULQ X6, X7 - PSHUFD $0x4e, X5, X5 - PADDQ X5, X1 - PADDQ X7, X1 - MOVOU 528(CX), X5 - MOVOU 80(DX), X6 - PXOR X5, X6 - PSHUFD $0x31, X6, X7 - PMULULQ X6, X7 - PSHUFD $0x4e, X5, X5 - PADDQ X5, X2 - PADDQ X7, X2 - MOVOU 544(CX), X5 - MOVOU 96(DX), X6 - PXOR X5, X6 - PSHUFD $0x31, X6, X7 - PMULULQ X6, X7 - PSHUFD $0x4e, X5, X5 - PADDQ X5, X3 - PADDQ X7, X3 - MOVOU 560(CX), X5 - MOVOU 112(DX), X6 - PXOR X5, X6 - PSHUFD $0x31, X6, X7 - PMULULQ X6, X7 - PSHUFD $0x4e, X5, X5 - PADDQ X5, X4 - PADDQ X7, X4 - MOVOU 576(CX), X5 - MOVOU 72(DX), X6 - PXOR X5, X6 - PSHUFD $0x31, X6, X7 - PMULULQ X6, X7 - PSHUFD $0x4e, X5, X5 - PADDQ X5, X1 - PADDQ X7, X1 - MOVOU 592(CX), X5 - MOVOU 88(DX), X6 - PXOR X5, X6 - PSHUFD $0x31, X6, X7 - PMULULQ X6, X7 - PSHUFD $0x4e, X5, X5 - PADDQ X5, X2 - PADDQ X7, X2 - MOVOU 608(CX), X5 - MOVOU 104(DX), X6 - PXOR X5, X6 - PSHUFD $0x31, X6, X7 - PMULULQ X6, X7 - PSHUFD $0x4e, X5, X5 - PADDQ X5, X3 - PADDQ X7, X3 - MOVOU 624(CX), X5 - MOVOU 120(DX), X6 - PXOR X5, X6 - PSHUFD $0x31, X6, X7 - PMULULQ X6, X7 - PSHUFD $0x4e, X5, X5 - PADDQ X5, X4 - PADDQ X7, X4 - MOVOU 640(CX), X5 - MOVOU 80(DX), X6 - PXOR X5, X6 - PSHUFD $0x31, X6, X7 - PMULULQ X6, X7 - PSHUFD $0x4e, X5, X5 - PADDQ X5, X1 - PADDQ X7, X1 - MOVOU 656(CX), X5 - MOVOU 96(DX), X6 - PXOR X5, X6 - PSHUFD $0x31, X6, X7 - PMULULQ X6, X7 - PSHUFD $0x4e, X5, X5 - PADDQ X5, X2 - PADDQ X7, X2 - MOVOU 672(CX), X5 - MOVOU 112(DX), X6 - PXOR X5, X6 - PSHUFD $0x31, X6, X7 - PMULULQ X6, X7 - PSHUFD $0x4e, X5, X5 - PADDQ X5, X3 - PADDQ X7, X3 - MOVOU 688(CX), X5 - MOVOU 128(DX), X6 - PXOR X5, X6 - PSHUFD $0x31, X6, X7 - PMULULQ X6, X7 - PSHUFD $0x4e, X5, X5 - PADDQ X5, X4 - PADDQ X7, X4 - MOVOU 704(CX), X5 - MOVOU 88(DX), X6 - PXOR X5, X6 - PSHUFD $0x31, X6, X7 - PMULULQ X6, X7 - PSHUFD $0x4e, X5, X5 - PADDQ X5, X1 - PADDQ X7, X1 - MOVOU 720(CX), X5 - MOVOU 104(DX), X6 - PXOR X5, X6 - PSHUFD $0x31, X6, X7 - PMULULQ X6, X7 - PSHUFD $0x4e, X5, X5 - PADDQ X5, X2 - PADDQ X7, X2 - MOVOU 736(CX), X5 - MOVOU 120(DX), X6 - PXOR X5, X6 - PSHUFD $0x31, X6, X7 - PMULULQ X6, X7 - PSHUFD $0x4e, X5, X5 - PADDQ X5, X3 - PADDQ X7, X3 - MOVOU 752(CX), X5 - MOVOU 136(DX), X6 - PXOR X5, X6 - PSHUFD $0x31, X6, X7 - PMULULQ X6, X7 - PSHUFD $0x4e, X5, X5 - PADDQ X5, X4 - PADDQ X7, X4 - MOVOU 768(CX), X5 - MOVOU 96(DX), X6 - PXOR X5, X6 - PSHUFD $0x31, X6, X7 - PMULULQ X6, X7 - PSHUFD $0x4e, X5, X5 - PADDQ X5, X1 - PADDQ X7, X1 - MOVOU 784(CX), X5 - MOVOU 112(DX), X6 - PXOR X5, X6 - PSHUFD $0x31, X6, X7 - PMULULQ X6, X7 - PSHUFD $0x4e, X5, X5 - PADDQ X5, X2 - PADDQ X7, X2 - MOVOU 800(CX), X5 - MOVOU 128(DX), X6 - PXOR X5, X6 - PSHUFD $0x31, X6, X7 - PMULULQ X6, X7 - PSHUFD $0x4e, X5, X5 - PADDQ X5, X3 - PADDQ X7, X3 - MOVOU 816(CX), X5 - MOVOU 144(DX), X6 - PXOR X5, X6 - PSHUFD $0x31, X6, X7 - PMULULQ X6, X7 - PSHUFD $0x4e, X5, X5 - PADDQ X5, X4 - PADDQ X7, X4 - MOVOU 832(CX), X5 - MOVOU 104(DX), X6 - PXOR X5, X6 - PSHUFD $0x31, X6, X7 - PMULULQ X6, X7 - PSHUFD $0x4e, X5, X5 - PADDQ X5, X1 - PADDQ X7, X1 - MOVOU 848(CX), X5 - MOVOU 120(DX), X6 - PXOR X5, X6 - PSHUFD $0x31, X6, X7 - PMULULQ X6, X7 - PSHUFD $0x4e, X5, X5 - PADDQ X5, X2 - PADDQ X7, X2 - MOVOU 864(CX), X5 - MOVOU 136(DX), X6 - PXOR X5, X6 - PSHUFD $0x31, X6, X7 - PMULULQ X6, X7 - PSHUFD $0x4e, X5, X5 - PADDQ X5, X3 - PADDQ X7, X3 - MOVOU 880(CX), X5 - MOVOU 152(DX), X6 - PXOR X5, X6 - PSHUFD $0x31, X6, X7 - PMULULQ X6, X7 - PSHUFD $0x4e, X5, X5 - PADDQ X5, X4 - PADDQ X7, X4 - MOVOU 896(CX), X5 - MOVOU 112(DX), X6 - PXOR X5, X6 - PSHUFD $0x31, X6, X7 - PMULULQ X6, X7 - PSHUFD $0x4e, X5, X5 - PADDQ X5, X1 - PADDQ X7, X1 - MOVOU 912(CX), X5 - MOVOU 128(DX), X6 - PXOR X5, X6 - PSHUFD $0x31, X6, X7 - PMULULQ X6, X7 - PSHUFD $0x4e, X5, X5 - PADDQ X5, X2 - PADDQ X7, X2 - MOVOU 928(CX), X5 - MOVOU 144(DX), X6 - PXOR X5, X6 - PSHUFD $0x31, X6, X7 - PMULULQ X6, X7 - PSHUFD $0x4e, X5, X5 - PADDQ X5, X3 - PADDQ X7, X3 - MOVOU 944(CX), X5 - MOVOU 160(DX), X6 - PXOR X5, X6 - PSHUFD $0x31, X6, X7 - PMULULQ X6, X7 - PSHUFD $0x4e, X5, X5 - PADDQ X5, X4 - PADDQ X7, X4 - MOVOU 960(CX), X5 - MOVOU 120(DX), X6 - PXOR X5, X6 - PSHUFD $0x31, X6, X7 - PMULULQ X6, X7 - PSHUFD $0x4e, X5, X5 - PADDQ X5, X1 - PADDQ X7, X1 - MOVOU 976(CX), X5 - MOVOU 136(DX), X6 - PXOR X5, X6 - PSHUFD $0x31, X6, X7 - PMULULQ X6, X7 - PSHUFD $0x4e, X5, X5 - PADDQ X5, X2 - PADDQ X7, X2 - MOVOU 992(CX), X5 - MOVOU 152(DX), X6 - PXOR X5, X6 - PSHUFD $0x31, X6, X7 - PMULULQ X6, X7 - PSHUFD $0x4e, X5, X5 - PADDQ X5, X3 - PADDQ X7, X3 - MOVOU 1008(CX), X5 - MOVOU 168(DX), X6 - PXOR X5, X6 - PSHUFD $0x31, X6, X7 - PMULULQ X6, X7 - PSHUFD $0x4e, X5, X5 - PADDQ X5, X4 - PADDQ X7, X4 - ADDQ $0x00000400, CX - SUBQ $0x00000400, SI - MOVOU X1, X5 - PSRLQ $0x2f, X5 - PXOR X5, X1 - MOVOU 128(DX), X5 - PXOR X5, X1 - PSHUFD $0xf5, X1, X5 - PMULULQ X0, X1 - PMULULQ X0, X5 - PSLLQ $0x20, X5 - PADDQ X5, X1 - MOVOU X2, X5 - PSRLQ $0x2f, X5 - PXOR X5, X2 - MOVOU 144(DX), X5 - PXOR X5, X2 - PSHUFD $0xf5, X2, X5 - PMULULQ X0, X2 - PMULULQ X0, X5 - PSLLQ $0x20, X5 - PADDQ X5, X2 - MOVOU X3, X5 - PSRLQ $0x2f, X5 - PXOR X5, X3 - MOVOU 160(DX), X5 - PXOR X5, X3 - PSHUFD $0xf5, X3, X5 - PMULULQ X0, X3 - PMULULQ X0, X5 - PSLLQ $0x20, X5 - PADDQ X5, X3 - MOVOU X4, X5 - PSRLQ $0x2f, X5 - PXOR X5, X4 - MOVOU 176(DX), X5 - PXOR X5, X4 - PSHUFD $0xf5, X4, X5 - PMULULQ X0, X4 - PMULULQ X0, X5 - PSLLQ $0x20, X5 - PADDQ X5, X4 - JMP accum_large - -accum: - CMPQ SI, $0x40 - JLE finalize - MOVOU (CX), X0 - MOVOU (BX), X5 - PXOR X0, X5 - PSHUFD $0x31, X5, X6 - PMULULQ X5, X6 - PSHUFD $0x4e, X0, X0 - PADDQ X0, X1 - PADDQ X6, X1 - MOVOU 16(CX), X0 - MOVOU 16(BX), X5 - PXOR X0, X5 - PSHUFD $0x31, X5, X6 - PMULULQ X5, X6 - PSHUFD $0x4e, X0, X0 - PADDQ X0, X2 - PADDQ X6, X2 - MOVOU 32(CX), X0 - MOVOU 32(BX), X5 - PXOR X0, X5 - PSHUFD $0x31, X5, X6 - PMULULQ X5, X6 - PSHUFD $0x4e, X0, X0 - PADDQ X0, X3 - PADDQ X6, X3 - MOVOU 48(CX), X0 - MOVOU 48(BX), X5 - PXOR X0, X5 - PSHUFD $0x31, X5, X6 - PMULULQ X5, X6 - PSHUFD $0x4e, X0, X0 - PADDQ X0, X4 - PADDQ X6, X4 - ADDQ $0x00000040, CX - SUBQ $0x00000040, SI - ADDQ $0x00000008, BX - JMP accum - -finalize: - CMPQ SI, $0x00 - JE return - SUBQ $0x40, CX - ADDQ SI, CX - MOVOU (CX), X0 - MOVOU 121(DX), X5 - PXOR X0, X5 - PSHUFD $0x31, X5, X6 - PMULULQ X5, X6 - PSHUFD $0x4e, X0, X0 - PADDQ X0, X1 - PADDQ X6, X1 - MOVOU 16(CX), X0 - MOVOU 137(DX), X5 - PXOR X0, X5 - PSHUFD $0x31, X5, X6 - PMULULQ X5, X6 - PSHUFD $0x4e, X0, X0 - PADDQ X0, X2 - PADDQ X6, X2 - MOVOU 32(CX), X0 - MOVOU 153(DX), X5 - PXOR X0, X5 - PSHUFD $0x31, X5, X6 - PMULULQ X5, X6 - PSHUFD $0x4e, X0, X0 - PADDQ X0, X3 - PADDQ X6, X3 - MOVOU 48(CX), X0 - MOVOU 169(DX), X5 - PXOR X0, X5 - PSHUFD $0x31, X5, X6 - PMULULQ X5, X6 - PSHUFD $0x4e, X0, X0 - PADDQ X0, X4 - PADDQ X6, X4 - -return: - MOVOU X1, (AX) - MOVOU X2, 16(AX) - MOVOU X3, 32(AX) - MOVOU X4, 48(AX) - RET - -// func accumBlockSSE(acc *[8]uint64, data *byte, key *byte) -// Requires: SSE2 -TEXT ·accumBlockSSE(SB), NOSPLIT, $0-24 - MOVQ acc+0(FP), AX - MOVQ data+8(FP), CX - MOVQ key+16(FP), DX - MOVOU (AX), X1 - MOVOU 16(AX), X2 - MOVOU 32(AX), X3 - MOVOU 48(AX), X4 - MOVOU prime_sse<>+0(SB), X0 - MOVOU (CX), X5 - MOVOU (DX), X6 - PXOR X5, X6 - PSHUFD $0x31, X6, X7 - PMULULQ X6, X7 - PSHUFD $0x4e, X5, X5 - PADDQ X5, X1 - PADDQ X7, X1 - MOVOU 16(CX), X5 - MOVOU 16(DX), X6 - PXOR X5, X6 - PSHUFD $0x31, X6, X7 - PMULULQ X6, X7 - PSHUFD $0x4e, X5, X5 - PADDQ X5, X2 - PADDQ X7, X2 - MOVOU 32(CX), X5 - MOVOU 32(DX), X6 - PXOR X5, X6 - PSHUFD $0x31, X6, X7 - PMULULQ X6, X7 - PSHUFD $0x4e, X5, X5 - PADDQ X5, X3 - PADDQ X7, X3 - MOVOU 48(CX), X5 - MOVOU 48(DX), X6 - PXOR X5, X6 - PSHUFD $0x31, X6, X7 - PMULULQ X6, X7 - PSHUFD $0x4e, X5, X5 - PADDQ X5, X4 - PADDQ X7, X4 - MOVOU 64(CX), X5 - MOVOU 8(DX), X6 - PXOR X5, X6 - PSHUFD $0x31, X6, X7 - PMULULQ X6, X7 - PSHUFD $0x4e, X5, X5 - PADDQ X5, X1 - PADDQ X7, X1 - MOVOU 80(CX), X5 - MOVOU 24(DX), X6 - PXOR X5, X6 - PSHUFD $0x31, X6, X7 - PMULULQ X6, X7 - PSHUFD $0x4e, X5, X5 - PADDQ X5, X2 - PADDQ X7, X2 - MOVOU 96(CX), X5 - MOVOU 40(DX), X6 - PXOR X5, X6 - PSHUFD $0x31, X6, X7 - PMULULQ X6, X7 - PSHUFD $0x4e, X5, X5 - PADDQ X5, X3 - PADDQ X7, X3 - MOVOU 112(CX), X5 - MOVOU 56(DX), X6 - PXOR X5, X6 - PSHUFD $0x31, X6, X7 - PMULULQ X6, X7 - PSHUFD $0x4e, X5, X5 - PADDQ X5, X4 - PADDQ X7, X4 - MOVOU 128(CX), X5 - MOVOU 16(DX), X6 - PXOR X5, X6 - PSHUFD $0x31, X6, X7 - PMULULQ X6, X7 - PSHUFD $0x4e, X5, X5 - PADDQ X5, X1 - PADDQ X7, X1 - MOVOU 144(CX), X5 - MOVOU 32(DX), X6 - PXOR X5, X6 - PSHUFD $0x31, X6, X7 - PMULULQ X6, X7 - PSHUFD $0x4e, X5, X5 - PADDQ X5, X2 - PADDQ X7, X2 - MOVOU 160(CX), X5 - MOVOU 48(DX), X6 - PXOR X5, X6 - PSHUFD $0x31, X6, X7 - PMULULQ X6, X7 - PSHUFD $0x4e, X5, X5 - PADDQ X5, X3 - PADDQ X7, X3 - MOVOU 176(CX), X5 - MOVOU 64(DX), X6 - PXOR X5, X6 - PSHUFD $0x31, X6, X7 - PMULULQ X6, X7 - PSHUFD $0x4e, X5, X5 - PADDQ X5, X4 - PADDQ X7, X4 - MOVOU 192(CX), X5 - MOVOU 24(DX), X6 - PXOR X5, X6 - PSHUFD $0x31, X6, X7 - PMULULQ X6, X7 - PSHUFD $0x4e, X5, X5 - PADDQ X5, X1 - PADDQ X7, X1 - MOVOU 208(CX), X5 - MOVOU 40(DX), X6 - PXOR X5, X6 - PSHUFD $0x31, X6, X7 - PMULULQ X6, X7 - PSHUFD $0x4e, X5, X5 - PADDQ X5, X2 - PADDQ X7, X2 - MOVOU 224(CX), X5 - MOVOU 56(DX), X6 - PXOR X5, X6 - PSHUFD $0x31, X6, X7 - PMULULQ X6, X7 - PSHUFD $0x4e, X5, X5 - PADDQ X5, X3 - PADDQ X7, X3 - MOVOU 240(CX), X5 - MOVOU 72(DX), X6 - PXOR X5, X6 - PSHUFD $0x31, X6, X7 - PMULULQ X6, X7 - PSHUFD $0x4e, X5, X5 - PADDQ X5, X4 - PADDQ X7, X4 - MOVOU 256(CX), X5 - MOVOU 32(DX), X6 - PXOR X5, X6 - PSHUFD $0x31, X6, X7 - PMULULQ X6, X7 - PSHUFD $0x4e, X5, X5 - PADDQ X5, X1 - PADDQ X7, X1 - MOVOU 272(CX), X5 - MOVOU 48(DX), X6 - PXOR X5, X6 - PSHUFD $0x31, X6, X7 - PMULULQ X6, X7 - PSHUFD $0x4e, X5, X5 - PADDQ X5, X2 - PADDQ X7, X2 - MOVOU 288(CX), X5 - MOVOU 64(DX), X6 - PXOR X5, X6 - PSHUFD $0x31, X6, X7 - PMULULQ X6, X7 - PSHUFD $0x4e, X5, X5 - PADDQ X5, X3 - PADDQ X7, X3 - MOVOU 304(CX), X5 - MOVOU 80(DX), X6 - PXOR X5, X6 - PSHUFD $0x31, X6, X7 - PMULULQ X6, X7 - PSHUFD $0x4e, X5, X5 - PADDQ X5, X4 - PADDQ X7, X4 - MOVOU 320(CX), X5 - MOVOU 40(DX), X6 - PXOR X5, X6 - PSHUFD $0x31, X6, X7 - PMULULQ X6, X7 - PSHUFD $0x4e, X5, X5 - PADDQ X5, X1 - PADDQ X7, X1 - MOVOU 336(CX), X5 - MOVOU 56(DX), X6 - PXOR X5, X6 - PSHUFD $0x31, X6, X7 - PMULULQ X6, X7 - PSHUFD $0x4e, X5, X5 - PADDQ X5, X2 - PADDQ X7, X2 - MOVOU 352(CX), X5 - MOVOU 72(DX), X6 - PXOR X5, X6 - PSHUFD $0x31, X6, X7 - PMULULQ X6, X7 - PSHUFD $0x4e, X5, X5 - PADDQ X5, X3 - PADDQ X7, X3 - MOVOU 368(CX), X5 - MOVOU 88(DX), X6 - PXOR X5, X6 - PSHUFD $0x31, X6, X7 - PMULULQ X6, X7 - PSHUFD $0x4e, X5, X5 - PADDQ X5, X4 - PADDQ X7, X4 - MOVOU 384(CX), X5 - MOVOU 48(DX), X6 - PXOR X5, X6 - PSHUFD $0x31, X6, X7 - PMULULQ X6, X7 - PSHUFD $0x4e, X5, X5 - PADDQ X5, X1 - PADDQ X7, X1 - MOVOU 400(CX), X5 - MOVOU 64(DX), X6 - PXOR X5, X6 - PSHUFD $0x31, X6, X7 - PMULULQ X6, X7 - PSHUFD $0x4e, X5, X5 - PADDQ X5, X2 - PADDQ X7, X2 - MOVOU 416(CX), X5 - MOVOU 80(DX), X6 - PXOR X5, X6 - PSHUFD $0x31, X6, X7 - PMULULQ X6, X7 - PSHUFD $0x4e, X5, X5 - PADDQ X5, X3 - PADDQ X7, X3 - MOVOU 432(CX), X5 - MOVOU 96(DX), X6 - PXOR X5, X6 - PSHUFD $0x31, X6, X7 - PMULULQ X6, X7 - PSHUFD $0x4e, X5, X5 - PADDQ X5, X4 - PADDQ X7, X4 - MOVOU 448(CX), X5 - MOVOU 56(DX), X6 - PXOR X5, X6 - PSHUFD $0x31, X6, X7 - PMULULQ X6, X7 - PSHUFD $0x4e, X5, X5 - PADDQ X5, X1 - PADDQ X7, X1 - MOVOU 464(CX), X5 - MOVOU 72(DX), X6 - PXOR X5, X6 - PSHUFD $0x31, X6, X7 - PMULULQ X6, X7 - PSHUFD $0x4e, X5, X5 - PADDQ X5, X2 - PADDQ X7, X2 - MOVOU 480(CX), X5 - MOVOU 88(DX), X6 - PXOR X5, X6 - PSHUFD $0x31, X6, X7 - PMULULQ X6, X7 - PSHUFD $0x4e, X5, X5 - PADDQ X5, X3 - PADDQ X7, X3 - MOVOU 496(CX), X5 - MOVOU 104(DX), X6 - PXOR X5, X6 - PSHUFD $0x31, X6, X7 - PMULULQ X6, X7 - PSHUFD $0x4e, X5, X5 - PADDQ X5, X4 - PADDQ X7, X4 - MOVOU 512(CX), X5 - MOVOU 64(DX), X6 - PXOR X5, X6 - PSHUFD $0x31, X6, X7 - PMULULQ X6, X7 - PSHUFD $0x4e, X5, X5 - PADDQ X5, X1 - PADDQ X7, X1 - MOVOU 528(CX), X5 - MOVOU 80(DX), X6 - PXOR X5, X6 - PSHUFD $0x31, X6, X7 - PMULULQ X6, X7 - PSHUFD $0x4e, X5, X5 - PADDQ X5, X2 - PADDQ X7, X2 - MOVOU 544(CX), X5 - MOVOU 96(DX), X6 - PXOR X5, X6 - PSHUFD $0x31, X6, X7 - PMULULQ X6, X7 - PSHUFD $0x4e, X5, X5 - PADDQ X5, X3 - PADDQ X7, X3 - MOVOU 560(CX), X5 - MOVOU 112(DX), X6 - PXOR X5, X6 - PSHUFD $0x31, X6, X7 - PMULULQ X6, X7 - PSHUFD $0x4e, X5, X5 - PADDQ X5, X4 - PADDQ X7, X4 - MOVOU 576(CX), X5 - MOVOU 72(DX), X6 - PXOR X5, X6 - PSHUFD $0x31, X6, X7 - PMULULQ X6, X7 - PSHUFD $0x4e, X5, X5 - PADDQ X5, X1 - PADDQ X7, X1 - MOVOU 592(CX), X5 - MOVOU 88(DX), X6 - PXOR X5, X6 - PSHUFD $0x31, X6, X7 - PMULULQ X6, X7 - PSHUFD $0x4e, X5, X5 - PADDQ X5, X2 - PADDQ X7, X2 - MOVOU 608(CX), X5 - MOVOU 104(DX), X6 - PXOR X5, X6 - PSHUFD $0x31, X6, X7 - PMULULQ X6, X7 - PSHUFD $0x4e, X5, X5 - PADDQ X5, X3 - PADDQ X7, X3 - MOVOU 624(CX), X5 - MOVOU 120(DX), X6 - PXOR X5, X6 - PSHUFD $0x31, X6, X7 - PMULULQ X6, X7 - PSHUFD $0x4e, X5, X5 - PADDQ X5, X4 - PADDQ X7, X4 - MOVOU 640(CX), X5 - MOVOU 80(DX), X6 - PXOR X5, X6 - PSHUFD $0x31, X6, X7 - PMULULQ X6, X7 - PSHUFD $0x4e, X5, X5 - PADDQ X5, X1 - PADDQ X7, X1 - MOVOU 656(CX), X5 - MOVOU 96(DX), X6 - PXOR X5, X6 - PSHUFD $0x31, X6, X7 - PMULULQ X6, X7 - PSHUFD $0x4e, X5, X5 - PADDQ X5, X2 - PADDQ X7, X2 - MOVOU 672(CX), X5 - MOVOU 112(DX), X6 - PXOR X5, X6 - PSHUFD $0x31, X6, X7 - PMULULQ X6, X7 - PSHUFD $0x4e, X5, X5 - PADDQ X5, X3 - PADDQ X7, X3 - MOVOU 688(CX), X5 - MOVOU 128(DX), X6 - PXOR X5, X6 - PSHUFD $0x31, X6, X7 - PMULULQ X6, X7 - PSHUFD $0x4e, X5, X5 - PADDQ X5, X4 - PADDQ X7, X4 - MOVOU 704(CX), X5 - MOVOU 88(DX), X6 - PXOR X5, X6 - PSHUFD $0x31, X6, X7 - PMULULQ X6, X7 - PSHUFD $0x4e, X5, X5 - PADDQ X5, X1 - PADDQ X7, X1 - MOVOU 720(CX), X5 - MOVOU 104(DX), X6 - PXOR X5, X6 - PSHUFD $0x31, X6, X7 - PMULULQ X6, X7 - PSHUFD $0x4e, X5, X5 - PADDQ X5, X2 - PADDQ X7, X2 - MOVOU 736(CX), X5 - MOVOU 120(DX), X6 - PXOR X5, X6 - PSHUFD $0x31, X6, X7 - PMULULQ X6, X7 - PSHUFD $0x4e, X5, X5 - PADDQ X5, X3 - PADDQ X7, X3 - MOVOU 752(CX), X5 - MOVOU 136(DX), X6 - PXOR X5, X6 - PSHUFD $0x31, X6, X7 - PMULULQ X6, X7 - PSHUFD $0x4e, X5, X5 - PADDQ X5, X4 - PADDQ X7, X4 - MOVOU 768(CX), X5 - MOVOU 96(DX), X6 - PXOR X5, X6 - PSHUFD $0x31, X6, X7 - PMULULQ X6, X7 - PSHUFD $0x4e, X5, X5 - PADDQ X5, X1 - PADDQ X7, X1 - MOVOU 784(CX), X5 - MOVOU 112(DX), X6 - PXOR X5, X6 - PSHUFD $0x31, X6, X7 - PMULULQ X6, X7 - PSHUFD $0x4e, X5, X5 - PADDQ X5, X2 - PADDQ X7, X2 - MOVOU 800(CX), X5 - MOVOU 128(DX), X6 - PXOR X5, X6 - PSHUFD $0x31, X6, X7 - PMULULQ X6, X7 - PSHUFD $0x4e, X5, X5 - PADDQ X5, X3 - PADDQ X7, X3 - MOVOU 816(CX), X5 - MOVOU 144(DX), X6 - PXOR X5, X6 - PSHUFD $0x31, X6, X7 - PMULULQ X6, X7 - PSHUFD $0x4e, X5, X5 - PADDQ X5, X4 - PADDQ X7, X4 - MOVOU 832(CX), X5 - MOVOU 104(DX), X6 - PXOR X5, X6 - PSHUFD $0x31, X6, X7 - PMULULQ X6, X7 - PSHUFD $0x4e, X5, X5 - PADDQ X5, X1 - PADDQ X7, X1 - MOVOU 848(CX), X5 - MOVOU 120(DX), X6 - PXOR X5, X6 - PSHUFD $0x31, X6, X7 - PMULULQ X6, X7 - PSHUFD $0x4e, X5, X5 - PADDQ X5, X2 - PADDQ X7, X2 - MOVOU 864(CX), X5 - MOVOU 136(DX), X6 - PXOR X5, X6 - PSHUFD $0x31, X6, X7 - PMULULQ X6, X7 - PSHUFD $0x4e, X5, X5 - PADDQ X5, X3 - PADDQ X7, X3 - MOVOU 880(CX), X5 - MOVOU 152(DX), X6 - PXOR X5, X6 - PSHUFD $0x31, X6, X7 - PMULULQ X6, X7 - PSHUFD $0x4e, X5, X5 - PADDQ X5, X4 - PADDQ X7, X4 - MOVOU 896(CX), X5 - MOVOU 112(DX), X6 - PXOR X5, X6 - PSHUFD $0x31, X6, X7 - PMULULQ X6, X7 - PSHUFD $0x4e, X5, X5 - PADDQ X5, X1 - PADDQ X7, X1 - MOVOU 912(CX), X5 - MOVOU 128(DX), X6 - PXOR X5, X6 - PSHUFD $0x31, X6, X7 - PMULULQ X6, X7 - PSHUFD $0x4e, X5, X5 - PADDQ X5, X2 - PADDQ X7, X2 - MOVOU 928(CX), X5 - MOVOU 144(DX), X6 - PXOR X5, X6 - PSHUFD $0x31, X6, X7 - PMULULQ X6, X7 - PSHUFD $0x4e, X5, X5 - PADDQ X5, X3 - PADDQ X7, X3 - MOVOU 944(CX), X5 - MOVOU 160(DX), X6 - PXOR X5, X6 - PSHUFD $0x31, X6, X7 - PMULULQ X6, X7 - PSHUFD $0x4e, X5, X5 - PADDQ X5, X4 - PADDQ X7, X4 - MOVOU 960(CX), X5 - MOVOU 120(DX), X6 - PXOR X5, X6 - PSHUFD $0x31, X6, X7 - PMULULQ X6, X7 - PSHUFD $0x4e, X5, X5 - PADDQ X5, X1 - PADDQ X7, X1 - MOVOU 976(CX), X5 - MOVOU 136(DX), X6 - PXOR X5, X6 - PSHUFD $0x31, X6, X7 - PMULULQ X6, X7 - PSHUFD $0x4e, X5, X5 - PADDQ X5, X2 - PADDQ X7, X2 - MOVOU 992(CX), X5 - MOVOU 152(DX), X6 - PXOR X5, X6 - PSHUFD $0x31, X6, X7 - PMULULQ X6, X7 - PSHUFD $0x4e, X5, X5 - PADDQ X5, X3 - PADDQ X7, X3 - MOVOU 1008(CX), X5 - MOVOU 168(DX), X6 - PXOR X5, X6 - PSHUFD $0x31, X6, X7 - PMULULQ X6, X7 - PSHUFD $0x4e, X5, X5 - PADDQ X5, X4 - PADDQ X7, X4 - MOVOU X1, X5 - PSRLQ $0x2f, X5 - PXOR X5, X1 - MOVOU 128(DX), X5 - PXOR X5, X1 - PSHUFD $0xf5, X1, X5 - PMULULQ X0, X1 - PMULULQ X0, X5 - PSLLQ $0x20, X5 - PADDQ X5, X1 - MOVOU X2, X5 - PSRLQ $0x2f, X5 - PXOR X5, X2 - MOVOU 144(DX), X5 - PXOR X5, X2 - PSHUFD $0xf5, X2, X5 - PMULULQ X0, X2 - PMULULQ X0, X5 - PSLLQ $0x20, X5 - PADDQ X5, X2 - MOVOU X3, X5 - PSRLQ $0x2f, X5 - PXOR X5, X3 - MOVOU 160(DX), X5 - PXOR X5, X3 - PSHUFD $0xf5, X3, X5 - PMULULQ X0, X3 - PMULULQ X0, X5 - PSLLQ $0x20, X5 - PADDQ X5, X3 - MOVOU X4, X5 - PSRLQ $0x2f, X5 - PXOR X5, X4 - MOVOU 176(DX), X5 - PXOR X5, X4 - PSHUFD $0xf5, X4, X5 - PMULULQ X0, X4 - PMULULQ X0, X5 - PSLLQ $0x20, X5 - PADDQ X5, X4 - MOVOU X1, (AX) - MOVOU X2, 16(AX) - MOVOU X3, 32(AX) - MOVOU X4, 48(AX) - RET diff --git a/vendor/github.com/zeebo/xxh3/consts.go b/vendor/github.com/zeebo/xxh3/consts.go deleted file mode 100644 index 39ef6e179..000000000 --- a/vendor/github.com/zeebo/xxh3/consts.go +++ /dev/null @@ -1,97 +0,0 @@ -package xxh3 - -const ( - _stripe = 64 - _block = 1024 - - prime32_1 = 2654435761 - prime32_2 = 2246822519 - prime32_3 = 3266489917 - - prime64_1 = 11400714785074694791 - prime64_2 = 14029467366897019727 - prime64_3 = 1609587929392839161 - prime64_4 = 9650029242287828579 - prime64_5 = 2870177450012600261 -) - -var key = ptr(&[...]u8{ - 0xb8, 0xfe, 0x6c, 0x39, 0x23, 0xa4, 0x4b, 0xbe /* 8 */, 0x7c, 0x01, 0x81, 0x2c, 0xf7, 0x21, 0xad, 0x1c, /* 16 */ - 0xde, 0xd4, 0x6d, 0xe9, 0x83, 0x90, 0x97, 0xdb /* 24 */, 0x72, 0x40, 0xa4, 0xa4, 0xb7, 0xb3, 0x67, 0x1f, /* 32 */ - 0xcb, 0x79, 0xe6, 0x4e, 0xcc, 0xc0, 0xe5, 0x78 /* 40 */, 0x82, 0x5a, 0xd0, 0x7d, 0xcc, 0xff, 0x72, 0x21, /* 48 */ - 0xb8, 0x08, 0x46, 0x74, 0xf7, 0x43, 0x24, 0x8e /* 56 */, 0xe0, 0x35, 0x90, 0xe6, 0x81, 0x3a, 0x26, 0x4c, /* 64 */ - 0x3c, 0x28, 0x52, 0xbb, 0x91, 0xc3, 0x00, 0xcb /* 72 */, 0x88, 0xd0, 0x65, 0x8b, 0x1b, 0x53, 0x2e, 0xa3, /* 80 */ - 0x71, 0x64, 0x48, 0x97, 0xa2, 0x0d, 0xf9, 0x4e /* 88 */, 0x38, 0x19, 0xef, 0x46, 0xa9, 0xde, 0xac, 0xd8, /* 96 */ - 0xa8, 0xfa, 0x76, 0x3f, 0xe3, 0x9c, 0x34, 0x3f /* 104 */, 0xf9, 0xdc, 0xbb, 0xc7, 0xc7, 0x0b, 0x4f, 0x1d, /* 112 */ - 0x8a, 0x51, 0xe0, 0x4b, 0xcd, 0xb4, 0x59, 0x31 /* 120 */, 0xc8, 0x9f, 0x7e, 0xc9, 0xd9, 0x78, 0x73, 0x64, /* 128 */ - 0xea, 0xc5, 0xac, 0x83, 0x34, 0xd3, 0xeb, 0xc3 /* 136 */, 0xc5, 0x81, 0xa0, 0xff, 0xfa, 0x13, 0x63, 0xeb, /* 144 */ - 0x17, 0x0d, 0xdd, 0x51, 0xb7, 0xf0, 0xda, 0x49 /* 152 */, 0xd3, 0x16, 0x55, 0x26, 0x29, 0xd4, 0x68, 0x9e, /* 160 */ - 0x2b, 0x16, 0xbe, 0x58, 0x7d, 0x47, 0xa1, 0xfc /* 168 */, 0x8f, 0xf8, 0xb8, 0xd1, 0x7a, 0xd0, 0x31, 0xce, /* 176 */ - 0x45, 0xcb, 0x3a, 0x8f, 0x95, 0x16, 0x04, 0x28 /* 184 */, 0xaf, 0xd7, 0xfb, 0xca, 0xbb, 0x4b, 0x40, 0x7e, /* 192 */ -}) - -const ( - key64_000 u64 = 0xbe4ba423396cfeb8 - key64_008 u64 = 0x1cad21f72c81017c - key64_016 u64 = 0xdb979083e96dd4de - key64_024 u64 = 0x1f67b3b7a4a44072 - key64_032 u64 = 0x78e5c0cc4ee679cb - key64_040 u64 = 0x2172ffcc7dd05a82 - key64_048 u64 = 0x8e2443f7744608b8 - key64_056 u64 = 0x4c263a81e69035e0 - key64_064 u64 = 0xcb00c391bb52283c - key64_072 u64 = 0xa32e531b8b65d088 - key64_080 u64 = 0x4ef90da297486471 - key64_088 u64 = 0xd8acdea946ef1938 - key64_096 u64 = 0x3f349ce33f76faa8 - key64_104 u64 = 0x1d4f0bc7c7bbdcf9 - key64_112 u64 = 0x3159b4cd4be0518a - key64_120 u64 = 0x647378d9c97e9fc8 - key64_128 u64 = 0xc3ebd33483acc5ea - key64_136 u64 = 0xeb6313faffa081c5 - key64_144 u64 = 0x49daf0b751dd0d17 - key64_152 u64 = 0x9e68d429265516d3 - key64_160 u64 = 0xfca1477d58be162b - key64_168 u64 = 0xce31d07ad1b8f88f - key64_176 u64 = 0x280416958f3acb45 - key64_184 u64 = 0x7e404bbbcafbd7af - - key64_103 u64 = 0x4f0bc7c7bbdcf93f - key64_111 u64 = 0x59b4cd4be0518a1d - key64_119 u64 = 0x7378d9c97e9fc831 - key64_127 u64 = 0xebd33483acc5ea64 - - key64_121 u64 = 0xea647378d9c97e9f - key64_129 u64 = 0xc5c3ebd33483acc5 - key64_137 u64 = 0x17eb6313faffa081 - key64_145 u64 = 0xd349daf0b751dd0d - key64_153 u64 = 0x2b9e68d429265516 - key64_161 u64 = 0x8ffca1477d58be16 - key64_169 u64 = 0x45ce31d07ad1b8f8 - key64_177 u64 = 0xaf280416958f3acb - - key64_011 = 0x6dd4de1cad21f72c - key64_019 = 0xa44072db979083e9 - key64_027 = 0xe679cb1f67b3b7a4 - key64_035 = 0xd05a8278e5c0cc4e - key64_043 = 0x4608b82172ffcc7d - key64_051 = 0x9035e08e2443f774 - key64_059 = 0x52283c4c263a81e6 - key64_067 = 0x65d088cb00c391bb - - key64_117 = 0xd9c97e9fc83159b4 - key64_125 = 0x3483acc5ea647378 - key64_133 = 0xfaffa081c5c3ebd3 - key64_141 = 0xb751dd0d17eb6313 - key64_149 = 0x29265516d349daf0 - key64_157 = 0x7d58be162b9e68d4 - key64_165 = 0x7ad1b8f88ffca147 - key64_173 = 0x958f3acb45ce31d0 -) - -const ( - key32_000 u32 = 0xbe4ba423 - key32_004 u32 = 0x396cfeb8 - key32_008 u32 = 0x1cad21f7 - key32_012 u32 = 0x2c81017c -) diff --git a/vendor/github.com/zeebo/xxh3/hash128.go b/vendor/github.com/zeebo/xxh3/hash128.go deleted file mode 100644 index 0040a21bb..000000000 --- a/vendor/github.com/zeebo/xxh3/hash128.go +++ /dev/null @@ -1,253 +0,0 @@ -package xxh3 - -import ( - "math/bits" -) - -// Hash128 returns the 128-bit hash of the byte slice. -func Hash128(b []byte) Uint128 { - return hashAny128(*(*str)(ptr(&b))) -} - -// HashString128 returns the 128-bit hash of the string slice. -func HashString128(s string) Uint128 { - return hashAny128(*(*str)(ptr(&s))) -} - -func hashAny128(s str) (acc u128) { - p, l := s.p, s.l - - switch { - case l <= 16: - switch { - case l > 8: // 9-16 - const bitflipl = key64_032 ^ key64_040 - const bitfliph = key64_048 ^ key64_056 - - input_lo := readU64(p, 0) - input_hi := readU64(p, ui(l)-8) - - m128_h, m128_l := bits.Mul64(input_lo^input_hi^bitflipl, prime64_1) - - m128_l += uint64(l-1) << 54 - input_hi ^= bitfliph - - m128_h += input_hi + uint64(uint32(input_hi))*(prime32_2-1) - - m128_l ^= bits.ReverseBytes64(m128_h) - - acc.Hi, acc.Lo = bits.Mul64(m128_l, prime64_2) - acc.Hi += m128_h * prime64_2 - - acc.Lo = xxh3Avalanche(acc.Lo) - acc.Hi = xxh3Avalanche(acc.Hi) - - return acc - - case l > 3: // 4-8 - const bitflip = key64_016 ^ key64_024 - - input_lo := readU32(p, 0) - input_hi := readU32(p, ui(l)-4) - input_64 := u64(input_lo) + u64(input_hi)<<32 - keyed := input_64 ^ bitflip - - acc.Hi, acc.Lo = bits.Mul64(keyed, prime64_1+(uint64(l)<<2)) - - acc.Hi += acc.Lo << 1 - acc.Lo ^= acc.Hi >> 3 - - acc.Lo ^= acc.Lo >> 35 - acc.Lo *= 0x9fb21c651e98df25 - acc.Lo ^= acc.Lo >> 28 - acc.Hi = xxh3Avalanche(acc.Hi) - - return acc - - case l == 3: // 3 - c12 := u64(readU16(p, 0)) - c3 := u64(readU8(p, 2)) - acc.Lo = c12<<16 + c3 + 3<<8 - - case l > 1: // 2 - c12 := u64(readU16(p, 0)) - acc.Lo = c12*(1<<24+1)>>8 + 2<<8 - - case l == 1: // 1 - c1 := u64(readU8(p, 0)) - acc.Lo = c1*(1<<24+1<<16+1) + 1<<8 - - default: // 0 - return u128{0x99aa06d3014798d8, 0x6001c324468d497f} - } - - acc.Hi = uint64(bits.RotateLeft32(bits.ReverseBytes32(uint32(acc.Lo)), 13)) - acc.Lo ^= uint64(key32_000 ^ key32_004) - acc.Hi ^= uint64(key32_008 ^ key32_012) - - acc.Lo = xxh64AvalancheSmall(acc.Lo) - acc.Hi = xxh64AvalancheSmall(acc.Hi) - - return acc - - case l <= 128: - acc.Lo = u64(l) * prime64_1 - - if l > 32 { - if l > 64 { - if l > 96 { - in8, in7 := readU64(p, ui(l)-8*8), readU64(p, ui(l)-7*8) - i6, i7 := readU64(p, 6*8), readU64(p, 7*8) - - acc.Hi += mulFold64(in8^key64_112, in7^key64_120) - acc.Hi ^= i6 + i7 - acc.Lo += mulFold64(i6^key64_096, i7^key64_104) - acc.Lo ^= in8 + in7 - - } // 96 - - in6, in5 := readU64(p, ui(l)-6*8), readU64(p, ui(l)-5*8) - i4, i5 := readU64(p, 4*8), readU64(p, 5*8) - - acc.Hi += mulFold64(in6^key64_080, in5^key64_088) - acc.Hi ^= i4 + i5 - acc.Lo += mulFold64(i4^key64_064, i5^key64_072) - acc.Lo ^= in6 + in5 - - } // 64 - - in4, in3 := readU64(p, ui(l)-4*8), readU64(p, ui(l)-3*8) - i2, i3 := readU64(p, 2*8), readU64(p, 3*8) - - acc.Hi += mulFold64(in4^key64_048, in3^key64_056) - acc.Hi ^= i2 + i3 - acc.Lo += mulFold64(i2^key64_032, i3^key64_040) - acc.Lo ^= in4 + in3 - - } // 32 - - in2, in1 := readU64(p, ui(l)-2*8), readU64(p, ui(l)-1*8) - i0, i1 := readU64(p, 0*8), readU64(p, 1*8) - - acc.Hi += mulFold64(in2^key64_016, in1^key64_024) - acc.Hi ^= i0 + i1 - acc.Lo += mulFold64(i0^key64_000, i1^key64_008) - acc.Lo ^= in2 + in1 - - acc.Hi, acc.Lo = (acc.Lo*prime64_1)+(acc.Hi*prime64_4)+(u64(l)*prime64_2), acc.Hi+acc.Lo - - acc.Hi = -xxh3Avalanche(acc.Hi) - acc.Lo = xxh3Avalanche(acc.Lo) - - return acc - - case l <= 240: - acc.Lo = u64(l) * prime64_1 - - { - i0, i1, i2, i3 := readU64(p, 0*8), readU64(p, 1*8), readU64(p, 2*8), readU64(p, 3*8) - - acc.Hi += mulFold64(i2^key64_016, i3^key64_024) - acc.Hi ^= i0 + i1 - acc.Lo += mulFold64(i0^key64_000, i1^key64_008) - acc.Lo ^= i2 + i3 - } - - { - i0, i1, i2, i3 := readU64(p, 4*8), readU64(p, 5*8), readU64(p, 6*8), readU64(p, 7*8) - - acc.Hi += mulFold64(i2^key64_048, i3^key64_056) - acc.Hi ^= i0 + i1 - acc.Lo += mulFold64(i0^key64_032, i1^key64_040) - acc.Lo ^= i2 + i3 - } - - { - i0, i1, i2, i3 := readU64(p, 8*8), readU64(p, 9*8), readU64(p, 10*8), readU64(p, 11*8) - - acc.Hi += mulFold64(i2^key64_080, i3^key64_088) - acc.Hi ^= i0 + i1 - acc.Lo += mulFold64(i0^key64_064, i1^key64_072) - acc.Lo ^= i2 + i3 - } - - { - i0, i1, i2, i3 := readU64(p, 12*8), readU64(p, 13*8), readU64(p, 14*8), readU64(p, 15*8) - - acc.Hi += mulFold64(i2^key64_112, i3^key64_120) - acc.Hi ^= i0 + i1 - acc.Lo += mulFold64(i0^key64_096, i1^key64_104) - acc.Lo ^= i2 + i3 - } - - // avalanche - acc.Hi = xxh3Avalanche(acc.Hi) - acc.Lo = xxh3Avalanche(acc.Lo) - - // trailing groups after 128 - top := ui(l) &^ 31 - for i := ui(4 * 32); i < top; i += 32 { - i0, i1, i2, i3 := readU64(p, i+0), readU64(p, i+8), readU64(p, i+16), readU64(p, i+24) - k0, k1, k2, k3 := readU64(key, i-125), readU64(key, i-117), readU64(key, i-109), readU64(key, i-101) - - acc.Hi += mulFold64(i2^k2, i3^k3) - acc.Hi ^= i0 + i1 - acc.Lo += mulFold64(i0^k0, i1^k1) - acc.Lo ^= i2 + i3 - } - - // last 32 bytes - { - i0, i1, i2, i3 := readU64(p, ui(l)-32), readU64(p, ui(l)-24), readU64(p, ui(l)-16), readU64(p, ui(l)-8) - - acc.Hi += mulFold64(i0^key64_119, i1^key64_127) - acc.Hi ^= i2 + i3 - acc.Lo += mulFold64(i2^key64_103, i3^key64_111) - acc.Lo ^= i0 + i1 - } - - acc.Hi, acc.Lo = (acc.Lo*prime64_1)+(acc.Hi*prime64_4)+(u64(l)*prime64_2), acc.Hi+acc.Lo - - acc.Hi = -xxh3Avalanche(acc.Hi) - acc.Lo = xxh3Avalanche(acc.Lo) - - return acc - - default: - acc.Lo = u64(l) * prime64_1 - acc.Hi = ^(u64(l) * prime64_2) - - accs := [8]u64{ - prime32_3, prime64_1, prime64_2, prime64_3, - prime64_4, prime32_2, prime64_5, prime32_1, - } - - if hasAVX512 && l >= avx512Switch { - accumAVX512(&accs, p, key, u64(l)) - } else if hasAVX2 { - accumAVX2(&accs, p, key, u64(l)) - } else if hasSSE2 { - accumSSE(&accs, p, key, u64(l)) - } else { - accumScalar(&accs, p, key, u64(l)) - } - - // merge accs - acc.Lo += mulFold64(accs[0]^key64_011, accs[1]^key64_019) - acc.Hi += mulFold64(accs[0]^key64_117, accs[1]^key64_125) - - acc.Lo += mulFold64(accs[2]^key64_027, accs[3]^key64_035) - acc.Hi += mulFold64(accs[2]^key64_133, accs[3]^key64_141) - - acc.Lo += mulFold64(accs[4]^key64_043, accs[5]^key64_051) - acc.Hi += mulFold64(accs[4]^key64_149, accs[5]^key64_157) - - acc.Lo += mulFold64(accs[6]^key64_059, accs[7]^key64_067) - acc.Hi += mulFold64(accs[6]^key64_165, accs[7]^key64_173) - - acc.Lo = xxh3Avalanche(acc.Lo) - acc.Hi = xxh3Avalanche(acc.Hi) - - return acc - } -} diff --git a/vendor/github.com/zeebo/xxh3/hash128_seed.go b/vendor/github.com/zeebo/xxh3/hash128_seed.go deleted file mode 100644 index 358009be3..000000000 --- a/vendor/github.com/zeebo/xxh3/hash128_seed.go +++ /dev/null @@ -1,264 +0,0 @@ -package xxh3 - -import ( - "math/bits" -) - -// Hash128Seed returns the 128-bit hash of the byte slice. -func Hash128Seed(b []byte, seed uint64) Uint128 { - return hashAny128Seed(*(*str)(ptr(&b)), seed) -} - -// HashString128Seed returns the 128-bit hash of the string slice. -func HashString128Seed(s string, seed uint64) Uint128 { - return hashAny128Seed(*(*str)(ptr(&s)), seed) -} - -func hashAny128Seed(s str, seed uint64) (acc u128) { - p, l := s.p, s.l - - switch { - case l <= 16: - switch { - case l > 8: // 9-16 - bitflipl := (key64_032 ^ key64_040) - seed - bitfliph := (key64_048 ^ key64_056) + seed - - input_lo := readU64(p, 0) - input_hi := readU64(p, ui(l)-8) - - m128_h, m128_l := bits.Mul64(input_lo^input_hi^bitflipl, prime64_1) - - m128_l += uint64(l-1) << 54 - input_hi ^= bitfliph - - m128_h += input_hi + uint64(uint32(input_hi))*(prime32_2-1) - - m128_l ^= bits.ReverseBytes64(m128_h) - - acc.Hi, acc.Lo = bits.Mul64(m128_l, prime64_2) - acc.Hi += m128_h * prime64_2 - - acc.Lo = xxh3Avalanche(acc.Lo) - acc.Hi = xxh3Avalanche(acc.Hi) - - return acc - - case l > 3: // 4-8 - seed ^= u64(bits.ReverseBytes32(u32(seed))) << 32 - bitflip := (key64_016 ^ key64_024) + seed - input_lo := readU32(p, 0) - input_hi := readU32(p, ui(l)-4) - input_64 := u64(input_lo) + u64(input_hi)<<32 - keyed := input_64 ^ bitflip - - acc.Hi, acc.Lo = bits.Mul64(keyed, prime64_1+(uint64(l)<<2)) - - acc.Hi += acc.Lo << 1 - acc.Lo ^= acc.Hi >> 3 - - acc.Lo ^= acc.Lo >> 35 - acc.Lo *= 0x9fb21c651e98df25 - acc.Lo ^= acc.Lo >> 28 - acc.Hi = xxh3Avalanche(acc.Hi) - - return acc - - case l == 3: // 3 - c12 := u64(readU16(p, 0)) - c3 := u64(readU8(p, 2)) - acc.Lo = c12<<16 + c3 + 3<<8 - - case l > 1: // 2 - c12 := u64(readU16(p, 0)) - acc.Lo = c12*(1<<24+1)>>8 + 2<<8 - - case l == 1: // 1 - c1 := u64(readU8(p, 0)) - acc.Lo = c1*(1<<24+1<<16+1) + 1<<8 - - default: // 0 - bitflipl := key64_064 ^ key64_072 ^ seed - bitfliph := key64_080 ^ key64_088 ^ seed - return u128{Lo: xxh64AvalancheFull(bitflipl), Hi: xxh64AvalancheFull(bitfliph)} - } - - acc.Hi = uint64(bits.RotateLeft32(bits.ReverseBytes32(uint32(acc.Lo)), 13)) - acc.Lo ^= uint64(key32_000^key32_004) + seed - acc.Hi ^= uint64(key32_008^key32_012) - seed - - acc.Lo = xxh64AvalancheFull(acc.Lo) - acc.Hi = xxh64AvalancheFull(acc.Hi) - - return acc - - case l <= 128: - acc.Lo = u64(l) * prime64_1 - - if l > 32 { - if l > 64 { - if l > 96 { - in8, in7 := readU64(p, ui(l)-8*8), readU64(p, ui(l)-7*8) - i6, i7 := readU64(p, 6*8), readU64(p, 7*8) - - acc.Hi += mulFold64(in8^(key64_112+seed), in7^(key64_120-seed)) - acc.Hi ^= i6 + i7 - acc.Lo += mulFold64(i6^(key64_096+seed), i7^(key64_104-seed)) - acc.Lo ^= in8 + in7 - - } // 96 - - in6, in5 := readU64(p, ui(l)-6*8), readU64(p, ui(l)-5*8) - i4, i5 := readU64(p, 4*8), readU64(p, 5*8) - - acc.Hi += mulFold64(in6^(key64_080+seed), in5^(key64_088-seed)) - acc.Hi ^= i4 + i5 - acc.Lo += mulFold64(i4^(key64_064+seed), i5^(key64_072-seed)) - acc.Lo ^= in6 + in5 - - } // 64 - - in4, in3 := readU64(p, ui(l)-4*8), readU64(p, ui(l)-3*8) - i2, i3 := readU64(p, 2*8), readU64(p, 3*8) - - acc.Hi += mulFold64(in4^(key64_048+seed), in3^(key64_056-seed)) - acc.Hi ^= i2 + i3 - acc.Lo += mulFold64(i2^(key64_032+seed), i3^(key64_040-seed)) - acc.Lo ^= in4 + in3 - - } // 32 - - in2, in1 := readU64(p, ui(l)-2*8), readU64(p, ui(l)-1*8) - i0, i1 := readU64(p, 0*8), readU64(p, 1*8) - - acc.Hi += mulFold64(in2^(key64_016+seed), in1^(key64_024-seed)) - acc.Hi ^= i0 + i1 - acc.Lo += mulFold64(i0^(key64_000+seed), i1^(key64_008-seed)) - acc.Lo ^= in2 + in1 - - acc.Hi, acc.Lo = (acc.Lo*prime64_1)+(acc.Hi*prime64_4)+((u64(l)-seed)*prime64_2), acc.Hi+acc.Lo - - acc.Hi = -xxh3Avalanche(acc.Hi) - acc.Lo = xxh3Avalanche(acc.Lo) - - return acc - - case l <= 240: - acc.Lo = u64(l) * prime64_1 - - { - i0, i1, i2, i3 := readU64(p, 0*8), readU64(p, 1*8), readU64(p, 2*8), readU64(p, 3*8) - - acc.Hi += mulFold64(i2^(key64_016+seed), i3^(key64_024-seed)) - acc.Hi ^= i0 + i1 - acc.Lo += mulFold64(i0^(key64_000+seed), i1^(key64_008-seed)) - acc.Lo ^= i2 + i3 - } - - { - i0, i1, i2, i3 := readU64(p, 4*8), readU64(p, 5*8), readU64(p, 6*8), readU64(p, 7*8) - - acc.Hi += mulFold64(i2^(key64_048+seed), i3^(key64_056-seed)) - acc.Hi ^= i0 + i1 - acc.Lo += mulFold64(i0^(key64_032+seed), i1^(key64_040-seed)) - acc.Lo ^= i2 + i3 - } - - { - i0, i1, i2, i3 := readU64(p, 8*8), readU64(p, 9*8), readU64(p, 10*8), readU64(p, 11*8) - - acc.Hi += mulFold64(i2^(key64_080+seed), i3^(key64_088-seed)) - acc.Hi ^= i0 + i1 - acc.Lo += mulFold64(i0^(key64_064+seed), i1^(key64_072-seed)) - acc.Lo ^= i2 + i3 - } - - { - i0, i1, i2, i3 := readU64(p, 12*8), readU64(p, 13*8), readU64(p, 14*8), readU64(p, 15*8) - - acc.Hi += mulFold64(i2^(key64_112+seed), i3^(key64_120-seed)) - acc.Hi ^= i0 + i1 - acc.Lo += mulFold64(i0^(key64_096+seed), i1^(key64_104-seed)) - acc.Lo ^= i2 + i3 - } - - // avalanche - acc.Hi = xxh3Avalanche(acc.Hi) - acc.Lo = xxh3Avalanche(acc.Lo) - - // trailing groups after 128 - top := ui(l) &^ 31 - for i := ui(4 * 32); i < top; i += 32 { - i0, i1, i2, i3 := readU64(p, i+0), readU64(p, i+8), readU64(p, i+16), readU64(p, i+24) - k0, k1, k2, k3 := readU64(key, i-125)+seed, readU64(key, i-117)-seed, readU64(key, i-109)+seed, readU64(key, i-101)-seed - - acc.Hi += mulFold64(i2^k2, i3^k3) - acc.Hi ^= i0 + i1 - acc.Lo += mulFold64(i0^k0, i1^k1) - acc.Lo ^= i2 + i3 - } - - // last 32 bytes - { - i0, i1, i2, i3 := readU64(p, ui(l)-32), readU64(p, ui(l)-24), readU64(p, ui(l)-16), readU64(p, ui(l)-8) - - seed := 0 - seed - acc.Hi += mulFold64(i0^(key64_119+seed), i1^(key64_127-seed)) - acc.Hi ^= i2 + i3 - acc.Lo += mulFold64(i2^(key64_103+seed), i3^(key64_111-seed)) - acc.Lo ^= i0 + i1 - } - - acc.Hi, acc.Lo = (acc.Lo*prime64_1)+(acc.Hi*prime64_4)+((u64(l)-seed)*prime64_2), acc.Hi+acc.Lo - - acc.Hi = -xxh3Avalanche(acc.Hi) - acc.Lo = xxh3Avalanche(acc.Lo) - - return acc - - default: - acc.Lo = u64(l) * prime64_1 - acc.Hi = ^(u64(l) * prime64_2) - - secret := key - if seed != 0 { - secret = ptr(&[secretSize]byte{}) - initSecret(secret, seed) - } - - accs := [8]u64{ - prime32_3, prime64_1, prime64_2, prime64_3, - prime64_4, prime32_2, prime64_5, prime32_1, - } - - if hasAVX512 && l >= avx512Switch { - accumAVX512(&accs, p, secret, u64(l)) - } else if hasAVX2 { - accumAVX2(&accs, p, secret, u64(l)) - } else if hasSSE2 { - accumSSE(&accs, p, secret, u64(l)) - } else { - accumScalar(&accs, p, secret, u64(l)) - } - - // merge accs - const hi_off = 117 - 11 - - acc.Lo += mulFold64(accs[0]^readU64(secret, 11), accs[1]^readU64(secret, 19)) - acc.Hi += mulFold64(accs[0]^readU64(secret, 11+hi_off), accs[1]^readU64(secret, 19+hi_off)) - - acc.Lo += mulFold64(accs[2]^readU64(secret, 27), accs[3]^readU64(secret, 35)) - acc.Hi += mulFold64(accs[2]^readU64(secret, 27+hi_off), accs[3]^readU64(secret, 35+hi_off)) - - acc.Lo += mulFold64(accs[4]^readU64(secret, 43), accs[5]^readU64(secret, 51)) - acc.Hi += mulFold64(accs[4]^readU64(secret, 43+hi_off), accs[5]^readU64(secret, 51+hi_off)) - - acc.Lo += mulFold64(accs[6]^readU64(secret, 59), accs[7]^readU64(secret, 67)) - acc.Hi += mulFold64(accs[6]^readU64(secret, 59+hi_off), accs[7]^readU64(secret, 67+hi_off)) - - acc.Lo = xxh3Avalanche(acc.Lo) - acc.Hi = xxh3Avalanche(acc.Hi) - - return acc - } -} diff --git a/vendor/github.com/zeebo/xxh3/hash64.go b/vendor/github.com/zeebo/xxh3/hash64.go deleted file mode 100644 index 13aab9585..000000000 --- a/vendor/github.com/zeebo/xxh3/hash64.go +++ /dev/null @@ -1,126 +0,0 @@ -package xxh3 - -import "math/bits" - -// Hash returns the hash of the byte slice. -func Hash(b []byte) uint64 { - return hashAny(*(*str)(ptr(&b))) -} - -// Hash returns the hash of the string slice. -func HashString(s string) uint64 { - return hashAny(*(*str)(ptr(&s))) -} - -func hashAny(s str) (acc u64) { - p, l := s.p, s.l - - switch { - case l <= 16: - switch { - case l > 8: // 9-16 - inputlo := readU64(p, 0) ^ (key64_024 ^ key64_032) - inputhi := readU64(p, ui(l)-8) ^ (key64_040 ^ key64_048) - folded := mulFold64(inputlo, inputhi) - return xxh3Avalanche(u64(l) + bits.ReverseBytes64(inputlo) + inputhi + folded) - - case l > 3: // 4-8 - input1 := readU32(p, 0) - input2 := readU32(p, ui(l)-4) - input64 := u64(input2) + u64(input1)<<32 - keyed := input64 ^ (key64_008 ^ key64_016) - return rrmxmx(keyed, u64(l)) - - case l == 3: // 3 - c12 := u64(readU16(p, 0)) - c3 := u64(readU8(p, 2)) - acc = c12<<16 + c3 + 3<<8 - - case l > 1: // 2 - c12 := u64(readU16(p, 0)) - acc = c12*(1<<24+1)>>8 + 2<<8 - - case l == 1: // 1 - c1 := u64(readU8(p, 0)) - acc = c1*(1<<24+1<<16+1) + 1<<8 - - default: // 0 - return 0x2d06800538d394c2 // xxh_avalanche(key64_056 ^ key64_064) - } - - acc ^= u64(key32_000 ^ key32_004) - return xxhAvalancheSmall(acc) - - case l <= 128: - acc = u64(l) * prime64_1 - - if l > 32 { - if l > 64 { - if l > 96 { - acc += mulFold64(readU64(p, 6*8)^key64_096, readU64(p, 7*8)^key64_104) - acc += mulFold64(readU64(p, ui(l)-8*8)^key64_112, readU64(p, ui(l)-7*8)^key64_120) - } // 96 - acc += mulFold64(readU64(p, 4*8)^key64_064, readU64(p, 5*8)^key64_072) - acc += mulFold64(readU64(p, ui(l)-6*8)^key64_080, readU64(p, ui(l)-5*8)^key64_088) - } // 64 - acc += mulFold64(readU64(p, 2*8)^key64_032, readU64(p, 3*8)^key64_040) - acc += mulFold64(readU64(p, ui(l)-4*8)^key64_048, readU64(p, ui(l)-3*8)^key64_056) - } // 32 - acc += mulFold64(readU64(p, 0*8)^key64_000, readU64(p, 1*8)^key64_008) - acc += mulFold64(readU64(p, ui(l)-2*8)^key64_016, readU64(p, ui(l)-1*8)^key64_024) - - return xxh3Avalanche(acc) - - case l <= 240: - acc = u64(l) * prime64_1 - - acc += mulFold64(readU64(p, 0*16+0)^key64_000, readU64(p, 0*16+8)^key64_008) - acc += mulFold64(readU64(p, 1*16+0)^key64_016, readU64(p, 1*16+8)^key64_024) - acc += mulFold64(readU64(p, 2*16+0)^key64_032, readU64(p, 2*16+8)^key64_040) - acc += mulFold64(readU64(p, 3*16+0)^key64_048, readU64(p, 3*16+8)^key64_056) - acc += mulFold64(readU64(p, 4*16+0)^key64_064, readU64(p, 4*16+8)^key64_072) - acc += mulFold64(readU64(p, 5*16+0)^key64_080, readU64(p, 5*16+8)^key64_088) - acc += mulFold64(readU64(p, 6*16+0)^key64_096, readU64(p, 6*16+8)^key64_104) - acc += mulFold64(readU64(p, 7*16+0)^key64_112, readU64(p, 7*16+8)^key64_120) - - // avalanche - acc = xxh3Avalanche(acc) - - // trailing groups after 128 - top := ui(l) &^ 15 - for i := ui(8 * 16); i < top; i += 16 { - acc += mulFold64(readU64(p, i+0)^readU64(key, i-125), readU64(p, i+8)^readU64(key, i-117)) - } - - // last 16 bytes - acc += mulFold64(readU64(p, ui(l)-16)^key64_119, readU64(p, ui(l)-8)^key64_127) - - return xxh3Avalanche(acc) - - default: - acc = u64(l) * prime64_1 - - accs := [8]u64{ - prime32_3, prime64_1, prime64_2, prime64_3, - prime64_4, prime32_2, prime64_5, prime32_1, - } - - if hasAVX512 && l >= avx512Switch { - accumAVX512(&accs, p, key, u64(l)) - } else if hasAVX2 { - accumAVX2(&accs, p, key, u64(l)) - } else if hasSSE2 { - accumSSE(&accs, p, key, u64(l)) - } else { - accumScalar(&accs, p, key, u64(l)) - } - - // merge accs - acc += mulFold64(accs[0]^key64_011, accs[1]^key64_019) - acc += mulFold64(accs[2]^key64_027, accs[3]^key64_035) - acc += mulFold64(accs[4]^key64_043, accs[5]^key64_051) - acc += mulFold64(accs[6]^key64_059, accs[7]^key64_067) - - return xxh3Avalanche(acc) - } -} diff --git a/vendor/github.com/zeebo/xxh3/hash64_seed.go b/vendor/github.com/zeebo/xxh3/hash64_seed.go deleted file mode 100644 index 429994c36..000000000 --- a/vendor/github.com/zeebo/xxh3/hash64_seed.go +++ /dev/null @@ -1,134 +0,0 @@ -package xxh3 - -import "math/bits" - -// HashSeed returns the hash of the byte slice with given seed. -func HashSeed(b []byte, seed uint64) uint64 { - return hashAnySeed(*(*str)(ptr(&b)), seed) - -} - -// HashStringSeed returns the hash of the string slice with given seed. -func HashStringSeed(s string, seed uint64) uint64 { - return hashAnySeed(*(*str)(ptr(&s)), seed) -} - -func hashAnySeed(s str, seed uint64) (acc u64) { - p, l := s.p, s.l - - switch { - case l <= 16: - switch { - case l > 8: - inputlo := readU64(p, 0) ^ (key64_024 ^ key64_032 + seed) - inputhi := readU64(p, ui(l)-8) ^ (key64_040 ^ key64_048 - seed) - folded := mulFold64(inputlo, inputhi) - return xxh3Avalanche(u64(l) + bits.ReverseBytes64(inputlo) + inputhi + folded) - - case l > 3: - seed ^= u64(bits.ReverseBytes32(u32(seed))) << 32 - input1 := readU32(p, 0) - input2 := readU32(p, ui(l)-4) - input64 := u64(input2) + u64(input1)<<32 - keyed := input64 ^ (key64_008 ^ key64_016 - seed) - return rrmxmx(keyed, u64(l)) - - case l == 3: // 3 - c12 := u64(readU16(p, 0)) - c3 := u64(readU8(p, 2)) - acc = c12<<16 + c3 + 3<<8 - - case l > 1: // 2 - c12 := u64(readU16(p, 0)) - acc = c12*(1<<24+1)>>8 + 2<<8 - - case l == 1: // 1 - c1 := u64(readU8(p, 0)) - acc = c1*(1<<24+1<<16+1) + 1<<8 - - default: - return xxhAvalancheSmall(seed ^ key64_056 ^ key64_064) - } - - acc ^= u64(key32_000^key32_004) + seed - return xxhAvalancheSmall(acc) - - case l <= 128: - acc = u64(l) * prime64_1 - - if l > 32 { - if l > 64 { - if l > 96 { - acc += mulFold64(readU64(p, 6*8)^(key64_096+seed), readU64(p, 7*8)^(key64_104-seed)) - acc += mulFold64(readU64(p, ui(l)-8*8)^(key64_112+seed), readU64(p, ui(l)-7*8)^(key64_120-seed)) - } // 96 - acc += mulFold64(readU64(p, 4*8)^(key64_064+seed), readU64(p, 5*8)^(key64_072-seed)) - acc += mulFold64(readU64(p, ui(l)-6*8)^(key64_080+seed), readU64(p, ui(l)-5*8)^(key64_088-seed)) - } // 64 - acc += mulFold64(readU64(p, 2*8)^(key64_032+seed), readU64(p, 3*8)^(key64_040-seed)) - acc += mulFold64(readU64(p, ui(l)-4*8)^(key64_048+seed), readU64(p, ui(l)-3*8)^(key64_056-seed)) - } // 32 - acc += mulFold64(readU64(p, 0*8)^(key64_000+seed), readU64(p, 1*8)^(key64_008-seed)) - acc += mulFold64(readU64(p, ui(l)-2*8)^(key64_016+seed), readU64(p, ui(l)-1*8)^(key64_024-seed)) - - return xxh3Avalanche(acc) - - case l <= 240: - acc = u64(l) * prime64_1 - - acc += mulFold64(readU64(p, 0*16+0)^(key64_000+seed), readU64(p, 0*16+8)^(key64_008-seed)) - acc += mulFold64(readU64(p, 1*16+0)^(key64_016+seed), readU64(p, 1*16+8)^(key64_024-seed)) - acc += mulFold64(readU64(p, 2*16+0)^(key64_032+seed), readU64(p, 2*16+8)^(key64_040-seed)) - acc += mulFold64(readU64(p, 3*16+0)^(key64_048+seed), readU64(p, 3*16+8)^(key64_056-seed)) - acc += mulFold64(readU64(p, 4*16+0)^(key64_064+seed), readU64(p, 4*16+8)^(key64_072-seed)) - acc += mulFold64(readU64(p, 5*16+0)^(key64_080+seed), readU64(p, 5*16+8)^(key64_088-seed)) - acc += mulFold64(readU64(p, 6*16+0)^(key64_096+seed), readU64(p, 6*16+8)^(key64_104-seed)) - acc += mulFold64(readU64(p, 7*16+0)^(key64_112+seed), readU64(p, 7*16+8)^(key64_120-seed)) - - // avalanche - acc = xxh3Avalanche(acc) - - // trailing groups after 128 - top := ui(l) &^ 15 - for i := ui(8 * 16); i < top; i += 16 { - acc += mulFold64(readU64(p, i+0)^(readU64(key, i-125)+seed), readU64(p, i+8)^(readU64(key, i-117)-seed)) - } - - // last 16 bytes - acc += mulFold64(readU64(p, ui(l)-16)^(key64_119+seed), readU64(p, ui(l)-8)^(key64_127-seed)) - - return xxh3Avalanche(acc) - - default: - acc = u64(l) * prime64_1 - - secret := key - if seed != 0 { - secret = ptr(&[secretSize]byte{}) - initSecret(secret, seed) - } - - accs := [8]u64{ - prime32_3, prime64_1, prime64_2, prime64_3, - prime64_4, prime32_2, prime64_5, prime32_1, - } - - if hasAVX512 && l >= avx512Switch { - accumAVX512(&accs, p, secret, u64(l)) - } else if hasAVX2 { - accumAVX2(&accs, p, secret, u64(l)) - } else if hasSSE2 { - accumSSE(&accs, p, secret, u64(l)) - } else { - accumScalarSeed(&accs, p, secret, u64(l)) - } - - // merge accs - acc += mulFold64(accs[0]^readU64(secret, 11), accs[1]^readU64(secret, 19)) - acc += mulFold64(accs[2]^readU64(secret, 27), accs[3]^readU64(secret, 35)) - acc += mulFold64(accs[4]^readU64(secret, 43), accs[5]^readU64(secret, 51)) - acc += mulFold64(accs[6]^readU64(secret, 59), accs[7]^readU64(secret, 67)) - - return xxh3Avalanche(acc) - } -} diff --git a/vendor/github.com/zeebo/xxh3/hasher.go b/vendor/github.com/zeebo/xxh3/hasher.go deleted file mode 100644 index d9789980a..000000000 --- a/vendor/github.com/zeebo/xxh3/hasher.go +++ /dev/null @@ -1,239 +0,0 @@ -package xxh3 - -import ( - "encoding/binary" - "hash" -) - -// Hasher implements the hash.Hash interface -type Hasher struct { - acc [8]u64 - blk u64 - len u64 - key ptr - buf [_block + _stripe]byte - seed u64 -} - -var ( - _ hash.Hash = (*Hasher)(nil) - _ hash.Hash64 = (*Hasher)(nil) -) - -// New returns a new Hasher that implements the hash.Hash interface. -func New() *Hasher { - return new(Hasher) -} - -// NewSeed returns a new Hasher that implements the hash.Hash interface. -func NewSeed(seed uint64) *Hasher { - var h Hasher - h.Reset() - h.seed = seed - h.key = key - - // Only initiate once, not on reset. - if seed != 0 { - h.key = ptr(&[secretSize]byte{}) - initSecret(h.key, seed) - } - return &h -} - -// Reset resets the Hash to its initial state. -func (h *Hasher) Reset() { - h.acc = [8]u64{ - prime32_3, prime64_1, prime64_2, prime64_3, - prime64_4, prime32_2, prime64_5, prime32_1, - } - h.blk = 0 - h.len = 0 -} - -// BlockSize returns the hash's underlying block size. -// The Write method will accept any amount of data, but -// it may operate more efficiently if all writes are a -// multiple of the block size. -func (h *Hasher) BlockSize() int { return _stripe } - -// Size returns the number of bytes Sum will return. -func (h *Hasher) Size() int { return 8 } - -// Sum appends the current hash to b and returns the resulting slice. -// It does not change the underlying hash state. -func (h *Hasher) Sum(b []byte) []byte { - var tmp [8]byte - binary.BigEndian.PutUint64(tmp[:], h.Sum64()) - return append(b, tmp[:]...) -} - -// Write adds more data to the running hash. -// It never returns an error. -func (h *Hasher) Write(buf []byte) (int, error) { - h.update(buf) - return len(buf), nil -} - -// WriteString adds more data to the running hash. -// It never returns an error. -func (h *Hasher) WriteString(buf string) (int, error) { - h.updateString(buf) - return len(buf), nil -} - -func (h *Hasher) update(buf []byte) { - // relies on the data pointer being the first word in the string header - h.updateString(*(*string)(ptr(&buf))) -} - -func (h *Hasher) updateString(buf string) { - if h.key == nil { - h.key = key - h.Reset() - } - - // On first write, if more than 1 block, process without copy. - for h.len == 0 && len(buf) > len(h.buf) { - if hasAVX2 { - accumBlockAVX2(&h.acc, *(*ptr)(ptr(&buf)), h.key) - } else if hasSSE2 { - accumBlockSSE(&h.acc, *(*ptr)(ptr(&buf)), h.key) - } else { - accumBlockScalar(&h.acc, *(*ptr)(ptr(&buf)), h.key) - } - buf = buf[_block:] - h.blk++ - } - - for len(buf) > 0 { - if h.len < u64(len(h.buf)) { - n := copy(h.buf[h.len:], buf) - h.len += u64(n) - buf = buf[n:] - continue - } - - if hasAVX2 { - accumBlockAVX2(&h.acc, ptr(&h.buf), h.key) - } else if hasSSE2 { - accumBlockSSE(&h.acc, ptr(&h.buf), h.key) - } else { - accumBlockScalar(&h.acc, ptr(&h.buf), h.key) - } - - h.blk++ - h.len = _stripe - copy(h.buf[:_stripe], h.buf[_block:]) - } -} - -// Sum64 returns the 64-bit hash of the written data. -func (h *Hasher) Sum64() uint64 { - if h.key == nil { - h.key = key - h.Reset() - } - - if h.blk == 0 { - if h.seed == 0 { - return Hash(h.buf[:h.len]) - } - return HashSeed(h.buf[:h.len], h.seed) - } - - l := h.blk*_block + h.len - acc := l * prime64_1 - accs := h.acc - - if h.len > 0 { - // We are only ever doing 1 block here, so no avx512. - if hasAVX2 { - accumAVX2(&accs, ptr(&h.buf[0]), h.key, h.len) - } else if hasSSE2 { - accumSSE(&accs, ptr(&h.buf[0]), h.key, h.len) - } else { - accumScalar(&accs, ptr(&h.buf[0]), h.key, h.len) - } - } - - if h.seed == 0 { - acc += mulFold64(accs[0]^key64_011, accs[1]^key64_019) - acc += mulFold64(accs[2]^key64_027, accs[3]^key64_035) - acc += mulFold64(accs[4]^key64_043, accs[5]^key64_051) - acc += mulFold64(accs[6]^key64_059, accs[7]^key64_067) - } else { - secret := h.key - acc += mulFold64(accs[0]^readU64(secret, 11), accs[1]^readU64(secret, 19)) - acc += mulFold64(accs[2]^readU64(secret, 27), accs[3]^readU64(secret, 35)) - acc += mulFold64(accs[4]^readU64(secret, 43), accs[5]^readU64(secret, 51)) - acc += mulFold64(accs[6]^readU64(secret, 59), accs[7]^readU64(secret, 67)) - } - - acc = xxh3Avalanche(acc) - - return acc -} - -// Sum128 returns the 128-bit hash of the written data. -func (h *Hasher) Sum128() Uint128 { - if h.key == nil { - h.key = key - h.Reset() - } - - if h.blk == 0 { - if h.seed == 0 { - return Hash128(h.buf[:h.len]) - } - return Hash128Seed(h.buf[:h.len], h.seed) - } - - l := h.blk*_block + h.len - acc := Uint128{Lo: l * prime64_1, Hi: ^(l * prime64_2)} - accs := h.acc - - if h.len > 0 { - // We are only ever doing 1 block here, so no avx512. - if hasAVX2 { - accumAVX2(&accs, ptr(&h.buf[0]), h.key, h.len) - } else if hasSSE2 { - accumSSE(&accs, ptr(&h.buf[0]), h.key, h.len) - } else { - accumScalar(&accs, ptr(&h.buf[0]), h.key, h.len) - } - } - - if h.seed == 0 { - acc.Lo += mulFold64(accs[0]^key64_011, accs[1]^key64_019) - acc.Hi += mulFold64(accs[0]^key64_117, accs[1]^key64_125) - - acc.Lo += mulFold64(accs[2]^key64_027, accs[3]^key64_035) - acc.Hi += mulFold64(accs[2]^key64_133, accs[3]^key64_141) - - acc.Lo += mulFold64(accs[4]^key64_043, accs[5]^key64_051) - acc.Hi += mulFold64(accs[4]^key64_149, accs[5]^key64_157) - - acc.Lo += mulFold64(accs[6]^key64_059, accs[7]^key64_067) - acc.Hi += mulFold64(accs[6]^key64_165, accs[7]^key64_173) - } else { - secret := h.key - const hi_off = 117 - 11 - - acc.Lo += mulFold64(accs[0]^readU64(secret, 11), accs[1]^readU64(secret, 19)) - acc.Hi += mulFold64(accs[0]^readU64(secret, 11+hi_off), accs[1]^readU64(secret, 19+hi_off)) - - acc.Lo += mulFold64(accs[2]^readU64(secret, 27), accs[3]^readU64(secret, 35)) - acc.Hi += mulFold64(accs[2]^readU64(secret, 27+hi_off), accs[3]^readU64(secret, 35+hi_off)) - - acc.Lo += mulFold64(accs[4]^readU64(secret, 43), accs[5]^readU64(secret, 51)) - acc.Hi += mulFold64(accs[4]^readU64(secret, 43+hi_off), accs[5]^readU64(secret, 51+hi_off)) - - acc.Lo += mulFold64(accs[6]^readU64(secret, 59), accs[7]^readU64(secret, 67)) - acc.Hi += mulFold64(accs[6]^readU64(secret, 59+hi_off), accs[7]^readU64(secret, 67+hi_off)) - } - - acc.Lo = xxh3Avalanche(acc.Lo) - acc.Hi = xxh3Avalanche(acc.Hi) - - return acc -} diff --git a/vendor/github.com/zeebo/xxh3/utils.go b/vendor/github.com/zeebo/xxh3/utils.go deleted file mode 100644 index a837e68a6..000000000 --- a/vendor/github.com/zeebo/xxh3/utils.go +++ /dev/null @@ -1,129 +0,0 @@ -package xxh3 - -import ( - "math/bits" - "unsafe" -) - -// Uint128 is a 128 bit value. -// The actual value can be thought of as u.Hi<<64 | u.Lo. -type Uint128 struct { - Hi, Lo uint64 -} - -// Bytes returns the uint128 as an array of bytes in canonical form (big-endian encoded). -func (u Uint128) Bytes() [16]byte { - return [16]byte{ - byte(u.Hi >> 0x38), byte(u.Hi >> 0x30), byte(u.Hi >> 0x28), byte(u.Hi >> 0x20), - byte(u.Hi >> 0x18), byte(u.Hi >> 0x10), byte(u.Hi >> 0x08), byte(u.Hi), - byte(u.Lo >> 0x38), byte(u.Lo >> 0x30), byte(u.Lo >> 0x28), byte(u.Lo >> 0x20), - byte(u.Lo >> 0x18), byte(u.Lo >> 0x10), byte(u.Lo >> 0x08), byte(u.Lo), - } -} - -type ( - ptr = unsafe.Pointer - ui = uintptr - - u8 = uint8 - u32 = uint32 - u64 = uint64 - u128 = Uint128 -) - -type str struct { - p ptr - l uint -} - -func readU8(p ptr, o ui) uint8 { - return *(*uint8)(ptr(ui(p) + o)) -} - -func readU16(p ptr, o ui) uint16 { - b := (*[2]byte)(ptr(ui(p) + o)) - return uint16(b[0]) | uint16(b[1])<<8 -} - -func readU32(p ptr, o ui) uint32 { - b := (*[4]byte)(ptr(ui(p) + o)) - return uint32(b[0]) | uint32(b[1])<<8 | uint32(b[2])<<16 | uint32(b[3])<<24 -} - -func readU64(p ptr, o ui) uint64 { - b := (*[8]byte)(ptr(ui(p) + o)) - return uint64(b[0]) | uint64(b[1])<<8 | uint64(b[2])<<16 | uint64(b[3])<<24 | - uint64(b[4])<<32 | uint64(b[5])<<40 | uint64(b[6])<<48 | uint64(b[7])<<56 -} - -func writeU64(p ptr, o ui, v u64) { - b := (*[8]byte)(ptr(ui(p) + o)) - b[0] = byte(v) - b[1] = byte(v >> 8) - b[2] = byte(v >> 16) - b[3] = byte(v >> 24) - b[4] = byte(v >> 32) - b[5] = byte(v >> 40) - b[6] = byte(v >> 48) - b[7] = byte(v >> 56) -} - -const secretSize = 192 - -func initSecret(secret ptr, seed u64) { - for i := ui(0); i < secretSize/16; i++ { - lo := readU64(key, 16*i) + seed - hi := readU64(key, 16*i+8) - seed - writeU64(secret, 16*i, lo) - writeU64(secret, 16*i+8, hi) - } -} - -func xxh64AvalancheSmall(x u64) u64 { - // x ^= x >> 33 // x must be < 32 bits - // x ^= u64(key32_000 ^ key32_004) // caller must do this - x *= prime64_2 - x ^= x >> 29 - x *= prime64_3 - x ^= x >> 32 - return x -} - -func xxhAvalancheSmall(x u64) u64 { - x ^= x >> 33 - x *= prime64_2 - x ^= x >> 29 - x *= prime64_3 - x ^= x >> 32 - return x -} - -func xxh64AvalancheFull(x u64) u64 { - x ^= x >> 33 - x *= prime64_2 - x ^= x >> 29 - x *= prime64_3 - x ^= x >> 32 - return x -} - -func xxh3Avalanche(x u64) u64 { - x ^= x >> 37 - x *= 0x165667919e3779f9 - x ^= x >> 32 - return x -} - -func rrmxmx(h64 u64, len u64) u64 { - h64 ^= bits.RotateLeft64(h64, 49) ^ bits.RotateLeft64(h64, 24) - h64 *= 0x9fb21c651e98df25 - h64 ^= (h64 >> 35) + len - h64 *= 0x9fb21c651e98df25 - h64 ^= (h64 >> 28) - return h64 -} - -func mulFold64(x, y u64) u64 { - hi, lo := bits.Mul64(x, y) - return hi ^ lo -} diff --git a/vendor/modules.txt b/vendor/modules.txt index 5a7416530..f269e87a1 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -40,6 +40,9 @@ codeberg.org/gruf/go-kv/format # codeberg.org/gruf/go-logger/v2 v2.2.1 ## explicit; go 1.19 codeberg.org/gruf/go-logger/v2/level +# codeberg.org/gruf/go-mangler v1.3.0 +## explicit; go 1.19 +codeberg.org/gruf/go-mangler # codeberg.org/gruf/go-maps v1.0.3 ## explicit; go 1.19 codeberg.org/gruf/go-maps @@ -56,7 +59,7 @@ codeberg.org/gruf/go-sched ## explicit; go 1.19 codeberg.org/gruf/go-store/v2/storage codeberg.org/gruf/go-store/v2/util -# codeberg.org/gruf/go-structr v0.3.0 +# codeberg.org/gruf/go-structr v0.6.0 ## explicit; go 1.21 codeberg.org/gruf/go-structr # codeberg.org/superseriousbusiness/exif-terminator v0.7.0 @@ -904,9 +907,6 @@ github.com/yuin/goldmark/renderer github.com/yuin/goldmark/renderer/html github.com/yuin/goldmark/text github.com/yuin/goldmark/util -# github.com/zeebo/xxh3 v1.0.2 -## explicit; go 1.17 -github.com/zeebo/xxh3 # go.mongodb.org/mongo-driver v1.14.0 ## explicit; go 1.18 go.mongodb.org/mongo-driver/bson