R
R-packages
Català-Valencià – Catalan
中文 – Chinese (Simplified)
中文 – Chinese (Traditional)
Česky – Czech
Dansk – Danish
Nederlands – Dutch
English – English
Suomi – Finnish
Français – French
Deutsch – German
עברית – Hebrew
हिंदी – Hindi
Magyar – Hungarian
Bahasa Indonesia – Indonesian
Italiano – Italian
日本語 – Japanese
한국어 – Korean
Македонски – Macedonian
मराठी – Marathi
Norsk – Norwegian
Polski – Polish
Português – Portuguese
Português – Portuguese (Brazil)
Русский – Russian
Slovenčina – Slovak
Slovenščina – Slovenian
Español – Spanish
Svenska – Swedish
Türkçe – Turkish
Українська – Ukrainian
Oëzbekcha – Uzbek
The R Project SVN
R
(root)
/
branches
/
R-generalized-iteration
/
src
/
main
/
radixsort.c
– Rev 70309
Rev
Show changed files
|
Details
|
Compare with Previous
|
Blame
|
RSS feed
Filtering Options
From rev
To rev
Max revs
Search history for
Show All
Rev
Age
Author
Path
Log message
Diff
70309
3790 d 20 h
lawrence
/branches/R-generalized-iteration/
Create branch for exploring generalized iteration
70208
3807 d 19 h
lawrence
/trunk/src/main/
radixsort.c defines USE_RINTERNALS to have read-only DATAPTR() access;
might revisit in the future but the code is already doing worse things.
70038
3832 d 22 h
lawrence
/trunk/
change Matthew to Matt (at Matt's request)
70023
3834 d 0 h
lawrence
/trunk/
fix na.last=NA for method='radix'; add simple char encoding check
70022
3834 d 2 h
lawrence
/trunk/src/main/
grouping() supports empty vectors
70008
3835 d 5 h
ripley
/trunk/src/main/
clean up
70003
3835 d 5 h
lawrence
/trunk/
new radix sort replaces old one and becomes default for integers,
including factors, and logicals; thanks to Matt Dowle and Arun
Srinivasan for donating the code from data.table
69967
3840 d 10 h
ripley
/trunk/src/main/
more cleaning up
69939
3848 d 9 h
ripley
/trunk/src/main/
legibility
69937
3848 d 11 h
ripley
/trunk/src/
more cleaning up
69902
3851 d 5 h
lawrence
/trunk/src/main/
eliminate 64 to 32 bit conversion warnings; assert long vectors unsupported
69901
3851 d 7 h
ripley
/trunk/src/main/
cleanup, including symbol conflicts with package data.table
69894
3852 d 5 h
lawrence
/trunk/src/
experimental new radix sort from Matt Dowle; currently undocumented
and unsupported; review pending