rename
This commit is contained in:
@@ -1,11 +1,10 @@
|
||||
fastxor
|
||||
-----
|
||||
## fastxor
|
||||
|
||||
[](https://godoc.org/github.com/lukechampine/fastxor)
|
||||
[](https://goreportcard.com/report/github.com/lukechampine/fastxor)
|
||||
|
||||
```
|
||||
go get github.com/lukechampine/fastxor
|
||||
go get git.company.lan/gopkg/fastxor
|
||||
```
|
||||
|
||||
Is there a gaping hole in your heart that can only be filled by xor'ing byte
|
||||
@@ -13,12 +12,11 @@ streams at 60GB/s? If so, you've come to the right place.
|
||||
|
||||
`fastxor` is exactly what it sounds like: a package that xors bytes as fast
|
||||
as your CPU is capable of. For best results, use a CPU that supports a SIMD
|
||||
instruction set like SSE or AVX. On other architectures, performance is much
|
||||
instruction set like SSE or AVX. On other architectures, performance is much
|
||||
less impressive, but still faster than a naive byte-wise loop.
|
||||
|
||||
I wrote this package to try my hand at writing Go assembly, so please scrutinize
|
||||
my code and let me know how I could make it faster or cleaner!
|
||||
|
||||
my code and let me know how I could make it faster or cleaner!
|
||||
|
||||
# Benchmarks
|
||||
|
||||
|
||||
Reference in New Issue
Block a user