rename
This commit is contained in:
@@ -1,11 +1,10 @@
|
|||||||
fastxor
|
## fastxor
|
||||||
-----
|
|
||||||
|
|
||||||
[](https://godoc.org/github.com/lukechampine/fastxor)
|
[](https://godoc.org/github.com/lukechampine/fastxor)
|
||||||
[](https://goreportcard.com/report/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
|
Is there a gaping hole in your heart that can only be filled by xor'ing byte
|
||||||
@@ -19,7 +18,6 @@ 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
|
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
|
# Benchmarks
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user