index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
sort
Age
Commit message (
Expand
)
Author
2017-06-01
sort: clarify comment about not-a-number values
Ian Lance Taylor
2017-05-31
sort: document NaN behavior for Float64Slice and friends
Ian Lance Taylor
2017-02-22
sort: new example: Sorting slices with sort.SliceStable
Kenny Grant
2017-02-10
sort: optimize average calculation in symMerge and doPivot.
David R. Jenni
2017-02-06
sort: optimize average calculation in binary search
David R. Jenni
2016-12-01
sort: add Slice example
Brad Fitzpatrick
2016-10-05
sort: fix a slice benchmark not using the stable variant, add another
Brad Fitzpatrick
2016-10-03
sort: add Slice, SliceStable, and SliceIsSorted
Brad Fitzpatrick
2016-09-17
sort: fix search descending order example
Suyash
2016-09-16
sort: add examples for sort.Search
Suyash
2016-09-14
sort: cut 140 seconds off race build tests
Brad Fitzpatrick
2016-03-25
all: delete dead non-test code
Dominik Honnef
2016-03-02
all: single space after period.
Brad Fitzpatrick
2016-02-24
all: fix typos and spelling
Martin Möhrmann
2016-02-24
sort: fix for nondeterministic less function in quicksort pivot
Jure Ham
2016-02-18
sort: Fix typo in stable sort comment
Matt Bostock
2015-12-04
sort: improve average quicksort performance
Russ Cox
2015-12-04
Revert "sort: improve average quicksort performance"
Russ Cox
2015-12-04
sort: improve average quicksort performance
Sokolov Yura
2015-11-18
strings: fix period placement in Search doc comment
Caleb Spare
2015-08-17
sort: Fix typo in Stable() comment
Matt Bostock
2015-02-08
sort: fixed small typo in comments
Florin Patan
2015-01-13
sort: reduce number of comparisons needed by medianOfThree
Martin Möhrmann
2015-01-06
sort: optimize symMerge performance for blocks with one element
Martin Möhrmann
2014-12-23
sort: simplify rotate and reduce calls to it
Martin Möhrmann
2014-12-22
sort: reduce leaf calls in Stable
Josh Bleecher Snyder
2014-12-19
sort: deduplicate inner loop of Stable
Josh Bleecher Snyder
2014-09-08
build: move package sources from src/pkg to src
Russ Cox
[prev]