0
I Use This!
Inactive

Commits : Listings

Analyzed about 20 hours ago. based on code collected 1 day ago.
Apr 18, 2023 — Apr 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
New gopkgdoc link More... almost 12 years ago
Clarify Sorter.Sort comment after variable name changes More... about 12 years ago
Mix the teststructs up a little bit More... about 12 years ago
We can ignore slices below 2 in length completely More... about 12 years ago
Distinguish more clearly between normal sort and sortutil sort benchmarks/tests More... about 12 years ago
Remove unnecessary/redundant function calls in Sorter.Swap More... about 12 years ago
Add a reverse-specific nil-slice test More... about 12 years ago
Don't do anything to empty slices (fixes issue 1) More... about 12 years ago
Fixed confusing note about sort.Interface for structs not mentioning slices More... about 12 years ago
s/,// More... about 12 years ago
go fmt More... about 12 years ago
AfterSetup benchmarks More... about 12 years ago
Even more benchmarks. Extracting the target values is half of the performance overhead More... about 12 years ago
More benchmarks More... about 12 years ago
More benchmarks, comment about there being nested sort.Sort interface examples in all_test.go More... about 12 years ago
Allow sorting a slice of pointers More... about 12 years ago
Ditto More... about 12 years ago
Use the shortcut functions in tests More... about 12 years ago
This approach wasn't so inefficient after all More... about 12 years ago
s/universal/reflecting/ More... about 12 years ago
Minor doc touch-ups More... about 12 years ago
Add reference to gopkgdoc in README More... about 12 years ago
Add a doc.go for Overview in 'go doc' More... about 12 years ago
Changed Reverse to ReverseInterface, ReverseSort to ReverseSortInterface, and added a generic Reverse for reversing an arbitrary slice More... about 12 years ago
Note about Reverse and SortReverse being helper functions for sort.Interface, not part of the 'main' group of functions More... about 12 years ago
s/\//_/ More... about 12 years ago
Add time.Time sorting example to README More... about 12 years ago
Benchmark []S by Int64 More... about 12 years ago
s/slice/structs/ More... about 12 years ago
s/from/of/ More... about 12 years ago