forgejo/services
Gusted abd94ff5b5
[GITEA] Drop sha256-simd in favor of stdlib
- In Go 1.21 the crypto/sha256 [got a massive
improvement](https://go.dev/doc/go1.21#crypto/sha256) by utilizing the
SHA instructions for AMD64 CPUs, which sha256-simd already was doing.
The performance is now on par and I think it's preferable to use the
standard library rather than a package when possible.

```
cpu: AMD Ryzen 5 3600X 6-Core Processor
                │  simd.txt   │               go.txt                │
                │   sec/op    │    sec/op     vs base               │
Hash/8Bytes-12    63.25n ± 1%    73.38n ± 1%  +16.02% (p=0.002 n=6)
Hash/64Bytes-12   98.73n ± 1%   105.30n ± 1%   +6.65% (p=0.002 n=6)
Hash/1K-12        567.2n ± 1%    572.8n ± 1%   +0.99% (p=0.002 n=6)
Hash/8K-12        4.062µ ± 1%    4.062µ ± 1%        ~ (p=0.396 n=6)
Hash/1M-12        512.1µ ± 0%    510.6µ ± 1%        ~ (p=0.485 n=6)
Hash/5M-12        2.556m ± 1%    2.564m ± 0%        ~ (p=0.093 n=6)
Hash/10M-12       5.112m ± 0%    5.127m ± 0%        ~ (p=0.093 n=6)
geomean           13.82µ         14.27µ        +3.28%

                │   simd.txt   │               go.txt                │
                │     B/s      │     B/s       vs base               │
Hash/8Bytes-12    120.6Mi ± 1%   104.0Mi ± 1%  -13.81% (p=0.002 n=6)
Hash/64Bytes-12   618.2Mi ± 1%   579.8Mi ± 1%   -6.22% (p=0.002 n=6)
Hash/1K-12        1.682Gi ± 1%   1.665Gi ± 1%   -0.98% (p=0.002 n=6)
Hash/8K-12        1.878Gi ± 1%   1.878Gi ± 1%        ~ (p=0.310 n=6)
Hash/1M-12        1.907Gi ± 0%   1.913Gi ± 1%        ~ (p=0.485 n=6)
Hash/5M-12        1.911Gi ± 1%   1.904Gi ± 0%        ~ (p=0.093 n=6)
Hash/10M-12       1.910Gi ± 0%   1.905Gi ± 0%        ~ (p=0.093 n=6)
geomean           1.066Gi        1.032Gi        -3.18%
```
2023-09-30 00:50:25 +02:00
..
actions Add a new column schedule_id for action_run to track (#26975) 2023-09-08 23:01:19 +08:00
agit Move notification interface to services layer (#26915) 2023-09-05 18:37:47 +00:00
asymkey More refactoring of db.DefaultContext (#27083) 2023-09-15 06:13:19 +00:00
attachment [FEAT] allow setting the update date on issues and comments 2023-09-25 16:02:39 +02:00
auth [TESTS] oauth2: make it possible to use an alternate http.Client 2023-09-25 16:02:39 +02:00
automerge Improve queue and logger context (#24924) 2023-05-26 07:31:55 +00:00
context Fix the display of org level badges (#26504) 2023-09-06 14:38:14 +08:00
convert [FEAT] add Forgero Git Service 2023-09-25 16:02:39 +02:00
cron [GITEA] Show manual cron run's last time 2023-09-25 20:37:29 +02:00
externalaccount Move some functions to service layer (#26969) 2023-09-08 21:09:23 +00:00
feed move repository deletion to service layer (#26948) 2023-09-08 04:51:15 +00:00
forgejo [UPGRADE] add sanity checks for [storage*] 2023-09-25 16:02:39 +02:00
forms Check blocklist for emails when adding them to account (#26812) 2023-08-30 10:46:49 -05:00
gitdiff Fix successful return value for SyncAndGetUserSpecificDiff (#27152) 2023-09-20 22:28:17 +02:00
indexer Update status and code index after changing the default branch (#27018) 2023-09-13 04:43:31 +00:00
issue [GITEA] Simplify issue deletion query 2023-09-26 22:16:33 +02:00
lfs [GITEA] Drop sha256-simd in favor of stdlib 2023-09-30 00:50:25 +02:00
mailer [GITEA] Drop sha256-simd in favor of stdlib 2023-09-30 00:50:25 +02:00
markup Move web/api context related testing function into a separate package (#26859) 2023-09-01 11:26:07 +00:00
migrations [GITEA] Skip unsupported code comment 2023-09-25 20:44:13 +02:00
mirror Next round of db.DefaultContext refactor (#27089) 2023-09-16 14:39:12 +00:00
notify [GITEA] notifies admins on new user registration (squash) cosmetic changes 2023-09-25 20:44:50 +02:00
org More refactoring of db.DefaultContext (#27083) 2023-09-15 06:13:19 +00:00
packages More refactoring of db.DefaultContext (#27083) 2023-09-15 06:13:19 +00:00
pull More refactoring of db.DefaultContext (#27083) 2023-09-15 06:13:19 +00:00
release Updates to the API for archived repos (#27149) 2023-09-21 23:43:29 +00:00
repository Updates to the API for archived repos (#27149) 2023-09-21 23:43:29 +00:00
secrets Refactor secrets modification logic (#26873) 2023-09-05 15:21:02 +00:00
task Next round of db.DefaultContext refactor (#27089) 2023-09-16 14:39:12 +00:00
uinotification Move notification interface to services layer (#26915) 2023-09-05 18:37:47 +00:00
user Next round of db.DefaultContext refactor (#27089) 2023-09-16 14:39:12 +00:00
webhook [GITEA] Drop sha256-simd in favor of stdlib 2023-09-30 00:50:25 +02:00
wiki Updates to the API for archived repos (#27149) 2023-09-21 23:43:29 +00:00