mirror of
https://github.com/xtaci/kcp-go.git
synced 2024-04-21 12:32:15 +00:00
➜ kcp-go git:(refine/xor2) ✗ benchcmp old.txt new.txt benchmark old ns/op new ns/op delta BenchmarkAES128-8 2777 2581 -7.06% BenchmarkAES192-8 3067 2874 -6.29% BenchmarkAES256-8 3300 3201 -3.00% BenchmarkCsprngNonceAES128-8 15.5 15.3 -1.29% benchmark old MB/s new MB/s speedup BenchmarkAES128-8 1080.19 1162.22 1.08x BenchmarkAES192-8 978.28 1043.86 1.07x BenchmarkAES256-8 909.06 937.27 1.03x BenchmarkCsprngNonceAES128-8 1033.62 1046.87 1.01x benchmark old allocs new allocs delta BenchmarkAES128-8 0 0 +0.00% BenchmarkAES192-8 0 0 +0.00% BenchmarkAES256-8 0 0 +0.00% benchmark old bytes new bytes delta BenchmarkAES128-8 0 0 +0.00% BenchmarkAES192-8 0 0 +0.00% BenchmarkAES256-8 0 0 +0.00%
19 lines
674 B
AMPL
19 lines
674 B
AMPL
module github.com/xtaci/kcp-go/v5
|
|
|
|
require (
|
|
github.com/klauspost/cpuid v1.2.2 // indirect
|
|
github.com/klauspost/reedsolomon v1.9.3
|
|
github.com/pkg/errors v0.8.1
|
|
github.com/templexxx/cpufeat v0.0.0-20180724012125-cef66df7f161 // indirect
|
|
github.com/templexxx/xor v0.0.0-20191217153810-f85b25db303b // indirect
|
|
github.com/templexxx/xorsimd v0.3.1
|
|
github.com/tjfoc/gmsm v1.0.1
|
|
github.com/xtaci/kcp-go v5.4.20+incompatible
|
|
github.com/xtaci/lossyconn v0.0.0-20190602105132-8df528c0c9ae
|
|
golang.org/x/crypto v0.0.0-20191206172530-e9b2fee46413
|
|
golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553
|
|
golang.org/x/sys v0.0.0-20191228213918-04cbcbbfeed8 // indirect
|
|
)
|
|
|
|
go 1.13
|