Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 28 million developers.
Sign up
Popular repositories
-
sorts
Parallel and radix sorting in Go
-
histzip
Quickly pack wiki history dumps, or anything with many long repeated sections (think 100+ bytes) relatively long distances apart (think up to a few MB)
Go 3
-
radixsort.test
See https://github.com/twotwotwo/sorts/
Go 1
-
sort
For playing with sort APIs. Not stable.
Go 1
-
dltp
Go
-
sudoku
Since of course the world needs yet another sudoku maker
Go
14 contributions in the last year
Contribution activity
May - August 2018
April 2018
Created an issue in golang/go that received 1 comment
string.Index/bytes.Index can use SSE/AVX to speed searches for long substrs too
I'm using Go 1.10.1 on a Skylake Linux box. I was looking at code that searched a lot of memory for a SHA256 hash represented as 64 bytes of hex. I…