文件名称:rabin:进行Rabin指纹识别(SSE2)
文件大小:23KB
文件格式:ZIP
更新时间:2024-06-08 18:58:17
Go
通过SSE2优化实现Rabin指纹识别的实现 数字基于Intel Core 2 Duo 2.26ghz: $ go test -bench=".*" PASS Benchmark_Rabin 20000000 105 ns/op Benchmark_RabinGeneric 10000000 126 ns/op Benchmark_MD5 2000000 720 ns/op Benchmark_RabinLong 5 203355985 ns/op Benchmark_RabinGenericLong 5 214017019 ns/op Benchmark_Rabin64Long 10
【文件预览】:
rabin-master
----rabin64_amd64.go(513B)
----rabin64_amd64.s(3KB)
----rabin_386.s(357B)
----util_test.go(4KB)
----rabin_386.go(319B)
----rabin64_386.s(337B)
----LICENSE(1KB)
----polynomial.go(9KB)
----rabin_amd64.go(639B)
----README.md(2KB)
----polynomial_test.go(4KB)
----util.go(10KB)
----rabin_generic.go(378B)
----rabin_test.go(8KB)
----rabin64_386.go(300B)
----rabin64.go(5KB)
----rabin.go(7KB)
----rabin64_generic.go(355B)
----make_log_table.py(599B)
----rabin_amd64.s(2KB)