@@ -46,7 +46,7 @@ If you\'re interested in new programming languages, you should definitely take a
46
46
47
47
## Benchmark Results
48
48
49
- Golang Version: [ go version go1.23 darwin/arm64] ( https://tip.golang.org/doc/go1.23 )
49
+ Golang Version: [ go version go1.23.2 darwin/arm64] ( https://tip.golang.org/doc/go1.23 )
50
50
Hardware Spec: [ Apple MacBook Pro 16-Inch M2 Max 2023] ( https://support.apple.com/kb/SP890 ) [ (?)] ( https://everymac.com/systems/apple/macbook_pro/specs/macbook-pro-m2-max-12-core-cpu-30-core-gpu-16-2023-specs.html ) [ (buy)] ( https://amzn.to/3K80lP4 )
51
51
52
52
### base64
@@ -99,10 +99,10 @@ $ go test -bench . -benchmem
99
99
goos: darwin
100
100
goarch: arm64
101
101
cpu: Apple M2 Max
102
- BenchmarkBase64decode-12 22442005 53.37 ns/op 32 B/op 2 allocs/op
103
- BenchmarkBase64regex-12 121795 9572 ns/op 21918 B/op 198 allocs/op
102
+ BenchmarkBase64decode-12 22039941 54.32 ns/op 32 B/op 2 allocs/op
103
+ BenchmarkBase64regex-12 124032 9594 ns/op 21918 B/op 198 allocs/op
104
104
PASS
105
- ok _/Users/simonwaldherr/git/golang-benchmarks/base64 3.566s
105
+ ok _/Users/simonwaldherr/git/golang-benchmarks/base64 3.658s
106
106
```
107
107
108
108
### between
@@ -195,12 +195,12 @@ $ go test -bench . -benchmem
195
195
goos: darwin
196
196
goarch: arm64
197
197
cpu: Apple M2 Max
198
- BenchmarkNumberRegEx-12 185746 6455 ns/op 16879 B/op 142 allocs/op
199
- BenchmarkFulltextRegEx-12 220335 5352 ns/op 12094 B/op 104 allocs/op
200
- BenchmarkNumberParse-12 34370535 34.90 ns/op 0 B/op 0 allocs/op
201
- BenchmarkFulltextParse-12 2568405 466 .8 ns/op 32 B/op 2 allocs/op
198
+ BenchmarkNumberRegEx-12 182492 6580 ns/op 16874 B/op 142 allocs/op
199
+ BenchmarkFulltextRegEx-12 219794 5438 ns/op 12086 B/op 104 allocs/op
200
+ BenchmarkNumberParse-12 33438873 36.12 ns/op 0 B/op 0 allocs/op
201
+ BenchmarkFulltextParse-12 2588906 464 .8 ns/op 32 B/op 2 allocs/op
202
202
PASS
203
- ok _/Users/simonwaldherr/git/golang-benchmarks/between 6.503s
203
+ ok _/Users/simonwaldherr/git/golang-benchmarks/between 6.530s
204
204
```
205
205
206
206
### caseinsensitivecompare
@@ -243,11 +243,11 @@ $ go test -bench . -benchmem
243
243
goos: darwin
244
244
goarch: arm64
245
245
cpu: Apple M2 Max
246
- BenchmarkEqualFold-12 83997044 14.03 ns/op 0 B/op 0 allocs/op
247
- BenchmarkToUpper-12 10838590 109.7 ns/op 24 B/op 3 allocs/op
248
- BenchmarkToLower-12 8793782 136.8 ns/op 40 B/op 5 allocs/op
246
+ BenchmarkEqualFold-12 82182910 14.27 ns/op 0 B/op 0 allocs/op
247
+ BenchmarkToUpper-12 10489498 113.5 ns/op 24 B/op 3 allocs/op
248
+ BenchmarkToLower-12 8736387 139.3 ns/op 40 B/op 5 allocs/op
249
249
PASS
250
- ok _/Users/simonwaldherr/git/golang-benchmarks/caseinsensitivecompare 4.661s
250
+ ok _/Users/simonwaldherr/git/golang-benchmarks/caseinsensitivecompare 4.714s
251
251
```
252
252
253
253
### concat
@@ -294,11 +294,11 @@ $ go test -bench . -benchmem
294
294
goos: darwin
295
295
goarch: arm64
296
296
cpu: Apple M2 Max
297
- BenchmarkConcatString-12 1000000 23764 ns/op 503994 B/op 1 allocs/op
298
- BenchmarkConcatBuffer-12 319000783 3.865 ns/op 3 B/op 0 allocs/op
299
- BenchmarkConcatBuilder-12 559262721 2.250 ns/op 5 B/op 0 allocs/op
297
+ BenchmarkConcatString-12 1000000 28080 ns/op 503995 B/op 1 allocs/op
298
+ BenchmarkConcatBuffer-12 328286610 3.899 ns/op 3 B/op 0 allocs/op
299
+ BenchmarkConcatBuilder-12 569224069 2.338 ns/op 5 B/op 0 allocs/op
300
300
PASS
301
- ok _/Users/simonwaldherr/git/golang-benchmarks/concat 27.091s
301
+ ok _/Users/simonwaldherr/git/golang-benchmarks/concat 31.494s
302
302
```
303
303
304
304
### contains
@@ -449,16 +449,16 @@ $ go test -bench . -benchmem
449
449
goos: darwin
450
450
goarch: arm64
451
451
cpu: Apple M2 Max
452
- BenchmarkContains-12 244797396 4.716 ns/op 0 B/op 0 allocs/op
453
- BenchmarkContainsNot-12 201919398 5.891 ns/op 0 B/op 0 allocs/op
454
- BenchmarkContainsBytes-12 237902767 5.115 ns/op 0 B/op 0 allocs/op
455
- BenchmarkContainsBytesNot-12 189791158 6.334 ns/op 0 B/op 0 allocs/op
456
- BenchmarkCompileMatch-12 25537438 46.76 ns/op 0 B/op 0 allocs/op
457
- BenchmarkCompileMatchNot-12 49970589 24.16 ns/op 0 B/op 0 allocs/op
458
- BenchmarkMatch-12 1668591 703.3 ns/op 1399 B/op 17 allocs/op
459
- BenchmarkMatchNot-12 1676188 710.8 ns/op 1400 B/op 17 allocs/op
452
+ BenchmarkContains-12 248628807 4.663 ns/op 0 B/op 0 allocs/op
453
+ BenchmarkContainsNot-12 205505241 5.833 ns/op 0 B/op 0 allocs/op
454
+ BenchmarkContainsBytes-12 242345499 4.979 ns/op 0 B/op 0 allocs/op
455
+ BenchmarkContainsBytesNot-12 193440084 6.183 ns/op 0 B/op 0 allocs/op
456
+ BenchmarkCompileMatch-12 25981101 46.99 ns/op 0 B/op 0 allocs/op
457
+ BenchmarkCompileMatchNot-12 50593507 23.41 ns/op 0 B/op 0 allocs/op
458
+ BenchmarkMatch-12 1709066 695.7 ns/op 1398 B/op 17 allocs/op
459
+ BenchmarkMatchNot-12 1786652 667.6 ns/op 1398 B/op 17 allocs/op
460
460
PASS
461
- ok _/Users/simonwaldherr/git/golang-benchmarks/contains 13.504s
461
+ ok _/Users/simonwaldherr/git/golang-benchmarks/contains 13.447s
462
462
```
463
463
464
464
### floodfill
@@ -638,12 +638,12 @@ $ go test -bench . -benchmem
638
638
goos: darwin
639
639
goarch: arm64
640
640
cpu: Apple M2 Max
641
- BenchmarkFloodFillRecursive-12 5346505 201 .7 ns/op 432 B/op 7 allocs/op
642
- BenchmarkFloodFillDFS-12 1303905 906.1 ns/op 1744 B/op 48 allocs/op
643
- BenchmarkFloodFillBFS-12 945483 1144 ns/op 2728 B/op 54 allocs/op
644
- BenchmarkFloodFillStack4Way-12 1266784 942.7 ns/op 1744 B/op 48 allocs/op
641
+ BenchmarkFloodFillRecursive-12 5543814 194 .7 ns/op 432 B/op 7 allocs/op
642
+ BenchmarkFloodFillDFS-12 1357302 886.0 ns/op 1744 B/op 48 allocs/op
643
+ BenchmarkFloodFillBFS-12 1000000 1115 ns/op 2728 B/op 54 allocs/op
644
+ BenchmarkFloodFillStack4Way-12 1297534 927.6 ns/op 1744 B/op 48 allocs/op
645
645
PASS
646
- ok _/Users/simonwaldherr/git/golang-benchmarks/floodfill 6.870s
646
+ ok _/Users/simonwaldherr/git/golang-benchmarks/floodfill 6.841s
647
647
```
648
648
649
649
### foreach
@@ -731,12 +731,12 @@ $ go test -bench . -benchmem
731
731
goos: darwin
732
732
goarch: arm64
733
733
cpu: Apple M2 Max
734
- BenchmarkForMap-12 60371217 19.61 ns/op 0 B/op 0 allocs/op
735
- BenchmarkRangeMap-12 24566587 48.88 ns/op 0 B/op 0 allocs/op
736
- BenchmarkRangeSlice-12 465463948 2.613 ns/op 0 B/op 0 allocs/op
737
- BenchmarkRangeSliceKey-12 463269038 2.606 ns/op 0 B/op 0 allocs/op
734
+ BenchmarkForMap-12 62046307 19.13 ns/op 0 B/op 0 allocs/op
735
+ BenchmarkRangeMap-12 25168642 47.99 ns/op 0 B/op 0 allocs/op
736
+ BenchmarkRangeSlice-12 462297100 2.626 ns/op 0 B/op 0 allocs/op
737
+ BenchmarkRangeSliceKey-12 416866536 2.904 ns/op 0 B/op 0 allocs/op
738
738
PASS
739
- ok _/Users/simonwaldherr/git/golang-benchmarks/foreach 6.228s
739
+ ok _/Users/simonwaldherr/git/golang-benchmarks/foreach 6.315s
740
740
```
741
741
742
742
### hash
@@ -944,37 +944,37 @@ $ go test -bench . -benchmem
944
944
goos: darwin
945
945
goarch: arm64
946
946
cpu: Apple M2 Max
947
- BenchmarkAdler32-12 1761799 657.8 ns/op 8 B/op 1 allocs/op
948
- BenchmarkBCryptCost4-12 621139983 1.932 ns/op 0 B/op 0 allocs/op
949
- BenchmarkBCryptCost10-12 620855038 1.941 ns/op 0 B/op 0 allocs/op
950
- BenchmarkBCryptCost16-12 621803002 1.941 ns/op 0 B/op 0 allocs/op
951
- BenchmarkBlake2b256-12 483082 2529 ns/op 32 B/op 1 allocs/op
952
- BenchmarkBlake2b512-12 478192 2556 ns/op 64 B/op 1 allocs/op
953
- BenchmarkBlake3256-12 395877 2864 ns/op 64 B/op 2 allocs/op
954
- BenchmarkMMH3-12 3516644 328.4 ns/op 16 B/op 1 allocs/op
955
- BenchmarkCRC32-12 5024410 240.2 ns/op 8 B/op 1 allocs/op
956
- BenchmarkCRC64ISO-12 1000000 1158 ns/op 8 B/op 1 allocs/op
957
- BenchmarkCRC64ECMA-12 1000000 1152 ns/op 8 B/op 1 allocs/op
958
- BenchmarkFnv32-12 511624 2374 ns/op 8 B/op 1 allocs/op
959
- BenchmarkFnv32a-12 471793 2449 ns/op 8 B/op 1 allocs/op
960
- BenchmarkFnv64-12 504972 2326 ns/op 8 B/op 1 allocs/op
961
- BenchmarkFnv64a-12 515623 2324 ns/op 8 B/op 1 allocs/op
962
- BenchmarkFnv128-12 300715 3869 ns/op 24 B/op 2 allocs/op
963
- BenchmarkFnv128a-12 487330 2488 ns/op 24 B/op 2 allocs/op
964
- BenchmarkMD4-12 425175 2885 ns/op 24 B/op 2 allocs/op
965
- BenchmarkMD5-12 411220 2915 ns/op 16 B/op 1 allocs/op
966
- BenchmarkSHA1-12 1465881 839.3 ns/op 24 B/op 1 allocs/op
967
- BenchmarkSHA224-12 1397782 847.0 ns/op 32 B/op 1 allocs/op
968
- BenchmarkSHA256-12 1434132 830.4 ns/op 32 B/op 1 allocs/op
969
- BenchmarkSHA384-12 841447 1435 ns/op 48 B/op 1 allocs/op
970
- BenchmarkSHA512-12 813225 1440 ns/op 64 B/op 1 allocs/op
971
- BenchmarkSHA3256-12 229497 5219 ns/op 480 B/op 2 allocs/op
972
- BenchmarkSHA3512-12 132738 9085 ns/op 512 B/op 2 allocs/op
973
- BenchmarkRIPEMD160-12 202842 6020 ns/op 24 B/op 1 allocs/op
974
- BenchmarkWhirlpool-12 44818 26782 ns/op 64 B/op 1 allocs/op
975
- BenchmarkSHA256Parallel-12 13205096 90.19 ns/op 32 B/op 1 allocs/op
947
+ BenchmarkAdler32-12 1773306 658.2 ns/op 8 B/op 1 allocs/op
948
+ BenchmarkBCryptCost4-12 630446217 1.909 ns/op 0 B/op 0 allocs/op
949
+ BenchmarkBCryptCost10-12 630021440 1.919 ns/op 0 B/op 0 allocs/op
950
+ BenchmarkBCryptCost16-12 627110372 1.920 ns/op 0 B/op 0 allocs/op
951
+ BenchmarkBlake2b256-12 474422 2520 ns/op 32 B/op 1 allocs/op
952
+ BenchmarkBlake2b512-12 478998 2522 ns/op 64 B/op 1 allocs/op
953
+ BenchmarkBlake3256-12 413982 2889 ns/op 64 B/op 2 allocs/op
954
+ BenchmarkMMH3-12 3754330 320.3 ns/op 16 B/op 1 allocs/op
955
+ BenchmarkCRC32-12 4951921 240.3 ns/op 8 B/op 1 allocs/op
956
+ BenchmarkCRC64ISO-12 1000000 1163 ns/op 8 B/op 1 allocs/op
957
+ BenchmarkCRC64ECMA-12 1000000 1159 ns/op 8 B/op 1 allocs/op
958
+ BenchmarkFnv32-12 505454 2354 ns/op 8 B/op 1 allocs/op
959
+ BenchmarkFnv32a-12 508664 2369 ns/op 8 B/op 1 allocs/op
960
+ BenchmarkFnv64-12 506581 2371 ns/op 8 B/op 1 allocs/op
961
+ BenchmarkFnv64a-12 496144 2360 ns/op 8 B/op 1 allocs/op
962
+ BenchmarkFnv128-12 302470 3929 ns/op 24 B/op 2 allocs/op
963
+ BenchmarkFnv128a-12 483622 2474 ns/op 24 B/op 2 allocs/op
964
+ BenchmarkMD4-12 412834 2852 ns/op 24 B/op 2 allocs/op
965
+ BenchmarkMD5-12 408076 2965 ns/op 16 B/op 1 allocs/op
966
+ BenchmarkSHA1-12 1441970 833.2 ns/op 24 B/op 1 allocs/op
967
+ BenchmarkSHA224-12 1433124 837.3 ns/op 32 B/op 1 allocs/op
968
+ BenchmarkSHA256-12 1433647 837.3 ns/op 32 B/op 1 allocs/op
969
+ BenchmarkSHA384-12 821949 1452 ns/op 48 B/op 1 allocs/op
970
+ BenchmarkSHA512-12 838513 1450 ns/op 64 B/op 1 allocs/op
971
+ BenchmarkSHA3256-12 235372 5140 ns/op 480 B/op 2 allocs/op
972
+ BenchmarkSHA3512-12 133970 8992 ns/op 512 B/op 2 allocs/op
973
+ BenchmarkRIPEMD160-12 202741 5895 ns/op 24 B/op 1 allocs/op
974
+ BenchmarkWhirlpool-12 45649 26371 ns/op 64 B/op 1 allocs/op
975
+ BenchmarkSHA256Parallel-12 12719010 95.58 ns/op 32 B/op 1 allocs/op
976
976
PASS
977
- ok _/Users/simonwaldherr/git/golang-benchmarks/hash 40.085s
977
+ ok _/Users/simonwaldherr/git/golang-benchmarks/hash 40.138s
978
978
```
979
979
980
980
### index
@@ -1084,12 +1084,12 @@ $ go test -bench . -benchmem
1084
1084
goos: darwin
1085
1085
goarch: arm64
1086
1086
cpu: Apple M2 Max
1087
- BenchmarkMapStringKeys-12 24702709 46.58 ns/op 0 B/op 0 allocs/op
1088
- BenchmarkMapIntKeys-12 42017052 25.05 ns/op 0 B/op 0 allocs/op
1089
- BenchmarkMapStringIndex-12 24632880 46.60 ns/op 0 B/op 0 allocs/op
1090
- BenchmarkMapIntIndex-12 41897428 25.85 ns/op 0 B/op 0 allocs/op
1087
+ BenchmarkMapStringKeys-12 23367214 47.56 ns/op 0 B/op 0 allocs/op
1088
+ BenchmarkMapIntKeys-12 48721192 24.65 ns/op 0 B/op 0 allocs/op
1089
+ BenchmarkMapStringIndex-12 25738339 47.11 ns/op 0 B/op 0 allocs/op
1090
+ BenchmarkMapIntIndex-12 48340831 25.37 ns/op 0 B/op 0 allocs/op
1091
1091
PASS
1092
- ok _/Users/simonwaldherr/git/golang-benchmarks/index 5.462s
1092
+ ok _/Users/simonwaldherr/git/golang-benchmarks/index 8.792s
1093
1093
```
1094
1094
1095
1095
### json
@@ -1181,10 +1181,10 @@ $ go test -bench . -benchmem
1181
1181
goos: darwin
1182
1182
goarch: arm64
1183
1183
cpu: Apple M2 Max
1184
- BenchmarkJsonMarshal-12 1666903 691.3 ns/op 480 B/op 5 allocs/op
1185
- BenchmarkJsonUnmarshal-12 343887 3492 ns/op 1816 B/op 27 allocs/op
1184
+ BenchmarkJsonMarshal-12 1696489 691.1 ns/op 480 B/op 5 allocs/op
1185
+ BenchmarkJsonUnmarshal-12 345278 3497 ns/op 1816 B/op 27 allocs/op
1186
1186
PASS
1187
- ok _/Users/simonwaldherr/git/golang-benchmarks/json 3.050s
1187
+ ok _/Users/simonwaldherr/git/golang-benchmarks/json 3.173s
1188
1188
```
1189
1189
1190
1190
### math
@@ -1268,16 +1268,16 @@ $ go test -bench . -benchmem
1268
1268
goos: darwin
1269
1269
goarch: arm64
1270
1270
cpu: Apple M2 Max
1271
- BenchmarkMathInt8-12 1000000000 0.2946 ns/op 0 B/op 0 allocs/op
1272
- BenchmarkMathInt32-12 1000000000 0.2861 ns/op 0 B/op 0 allocs/op
1273
- BenchmarkMathInt64-12 1000000000 0.2862 ns/op 0 B/op 0 allocs/op
1274
- BenchmarkMathAtomicInt32-12 309843334 3.873 ns/op 0 B/op 0 allocs/op
1275
- BenchmarkMathAtomicInt64-12 309874605 3.884 ns/op 0 B/op 0 allocs/op
1276
- BenchmarkMathMutexInt-12 154998883 7.726 ns/op 0 B/op 0 allocs/op
1277
- BenchmarkMathFloat32-12 1000000000 0.2874 ns/op 0 B/op 0 allocs/op
1278
- BenchmarkMathFloat64-12 1000000000 0.2861 ns/op 0 B/op 0 allocs/op
1271
+ BenchmarkMathInt8-12 1000000000 0.2957 ns/op 0 B/op 0 allocs/op
1272
+ BenchmarkMathInt32-12 1000000000 0.2905 ns/op 0 B/op 0 allocs/op
1273
+ BenchmarkMathInt64-12 1000000000 0.2920 ns/op 0 B/op 0 allocs/op
1274
+ BenchmarkMathAtomicInt32-12 303743928 3.946 ns/op 0 B/op 0 allocs/op
1275
+ BenchmarkMathAtomicInt64-12 304287505 3.936 ns/op 0 B/op 0 allocs/op
1276
+ BenchmarkMathMutexInt-12 152232505 7.862 ns/op 0 B/op 0 allocs/op
1277
+ BenchmarkMathFloat32-12 1000000000 0.2913 ns/op 0 B/op 0 allocs/op
1278
+ BenchmarkMathFloat64-12 1000000000 0.2923 ns/op 0 B/op 0 allocs/op
1279
1279
PASS
1280
- ok _/Users/simonwaldherr/git/golang-benchmarks/math 6.971s
1280
+ ok _/Users/simonwaldherr/git/golang-benchmarks/math 6.998s
1281
1281
```
1282
1282
1283
1283
### parse
@@ -1324,11 +1324,11 @@ $ go test -bench . -benchmem
1324
1324
goos: darwin
1325
1325
goarch: arm64
1326
1326
cpu: Apple M2 Max
1327
- BenchmarkParseBool-12 1000000000 0.2942 ns/op 0 B/op 0 allocs/op
1328
- BenchmarkParseInt-12 127023135 9.450 ns/op 0 B/op 0 allocs/op
1329
- BenchmarkParseFloat-12 20652163 58.09 ns/op 0 B/op 0 allocs/op
1327
+ BenchmarkParseBool-12 1000000000 0.2974 ns/op 0 B/op 0 allocs/op
1328
+ BenchmarkParseInt-12 123617468 9.606 ns/op 0 B/op 0 allocs/op
1329
+ BenchmarkParseFloat-12 20286446 59.19 ns/op 0 B/op 0 allocs/op
1330
1330
PASS
1331
- ok _/Users/simonwaldherr/git/golang-benchmarks/parse 3.948s
1331
+ ok _/Users/simonwaldherr/git/golang-benchmarks/parse 3.952s
1332
1332
```
1333
1333
1334
1334
### random
@@ -1401,12 +1401,12 @@ $ go test -bench . -benchmem
1401
1401
goos: darwin
1402
1402
goarch: arm64
1403
1403
cpu: Apple M2 Max
1404
- BenchmarkMathRand-12 175816798 6.604 ns/op 0 B/op 0 allocs/op
1405
- BenchmarkCryptoRand-12 9264602 128.3 ns/op 48 B/op 3 allocs/op
1406
- BenchmarkCryptoRandString-12 10941384 110.2 ns/op 128 B/op 3 allocs/op
1407
- BenchmarkCryptoRandBytes-12 20517993 59.78 ns/op 32 B/op 1 allocs/op
1404
+ BenchmarkMathRand-12 177292024 6.587 ns/op 0 B/op 0 allocs/op
1405
+ BenchmarkCryptoRand-12 9639430 124.9 ns/op 48 B/op 3 allocs/op
1406
+ BenchmarkCryptoRandString-12 10743261 111.9 ns/op 128 B/op 3 allocs/op
1407
+ BenchmarkCryptoRandBytes-12 20145973 59.06 ns/op 32 B/op 1 allocs/op
1408
1408
PASS
1409
- ok _/Users/simonwaldherr/git/golang-benchmarks/random 5.849s
1409
+ ok _/Users/simonwaldherr/git/golang-benchmarks/random 5.932s
1410
1410
```
1411
1411
1412
1412
### regexp
@@ -1461,11 +1461,11 @@ $ go test -bench . -benchmem
1461
1461
goos: darwin
1462
1462
goarch: arm64
1463
1463
cpu: Apple M2 Max
1464
- BenchmarkMatchString-12 295988 4275 ns/op 10224 B/op 86 allocs/op
1465
- BenchmarkMatchStringCompiled-12 3657620 319.1 ns/op 0 B/op 0 allocs/op
1466
- BenchmarkMatchStringGolibs-12 3736724 321 .4 ns/op 0 B/op 0 allocs/op
1464
+ BenchmarkMatchString-12 292782 4073 ns/op 10219 B/op 86 allocs/op
1465
+ BenchmarkMatchStringCompiled-12 3814897 311.3 ns/op 0 B/op 0 allocs/op
1466
+ BenchmarkMatchStringGolibs-12 3825850 315 .4 ns/op 0 B/op 0 allocs/op
1467
1467
PASS
1468
- ok _/Users/simonwaldherr/git/golang-benchmarks/regexp 5.260s
1468
+ ok _/Users/simonwaldherr/git/golang-benchmarks/regexp 5.264s
1469
1469
```
1470
1470
1471
1471
### template
@@ -1534,10 +1534,10 @@ $ go test -bench . -benchmem
1534
1534
goos: darwin
1535
1535
goarch: arm64
1536
1536
cpu: Apple M2 Max
1537
- BenchmarkTextTemplate-12 3389781 333.9 ns/op 208 B/op 6 allocs/op
1538
- BenchmarkHTMLTemplate-12 952666 1172 ns/op 528 B/op 20 allocs/op
1539
- BenchmarkRegExp-12 2820508 416.6 ns/op 297 B/op 9 allocs/op
1537
+ BenchmarkTextTemplate-12 3484928 329.1 ns/op 208 B/op 6 allocs/op
1538
+ BenchmarkHTMLTemplate-12 1000000 1144 ns/op 528 B/op 20 allocs/op
1539
+ BenchmarkRegExp-12 2902995 418.8 ns/op 298 B/op 9 allocs/op
1540
1540
PASS
1541
- ok _/Users/simonwaldherr/git/golang-benchmarks/template 4.453s
1541
+ ok _/Users/simonwaldherr/git/golang-benchmarks/template 4.484s
1542
1542
```
1543
1543
0 commit comments