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
Subversion Repositories
programming
(root)
/
school
/
cs331/
– Rev 112
Rev
Show changed files
|
Directory listing
|
RSS feed
Filtering Options
From rev
To rev
Max revs
Search history for
Show All
Rev
Age
Author
Path
Log message
Diff
112
7247 d 11 h
ira
/school/cs331/proj1/
Updated this to use memcpy() instead of doing things char by char on a whim
inspired by an example program from ARM (that's Advanced RISC Machines).
It didn't speed anything up.
108
7278 d 8 h
ira
/
Adding licenses, as well as template programs for many languages.
Also, renamed test to skeleton to better reflect it's purpose.
103
7306 d 10 h
irasnyd
/school/cs331/proj2/
Changed how far the loop runs to be correct to the comment.
101
7310 d 16 h
irasnyd
/school/cs331/proj2/
Updated the maximum runsize. This is the feature-complete code, used for all the runs.
100
7310 d 16 h
irasnyd
/
Reorganization of school-related projects
88
7316 d 10 h
irasnyd
/cs331/proj2/
This should be the final checkin I hope (other than the finished results). This makes size conformant to the handout. I decided to stop when allocating >1GB of memory, that sounds reasonable to me.
87
7317 d 15 h
irasnyd
/cs331/proj2/
More comments, adding a header.
86
7317 d 16 h
irasnyd
/cs331/proj2/
MASSIVE code cleanups. Broke out code that is reusable.
85
7318 d 5 h
irasnyd
/cs331/proj2/
More optimization. group_size=11 seems to be pretty good...
Dynamically choose group size?
84
7318 d 6 h
irasnyd
/cs331/proj2/
Some optimization of algo 4.
83
7318 d 6 h
irasnyd
/cs331/proj2/
Implemented algorithm 4, the MM algo.
All unoptimized.
82
7318 d 15 h
irasnyd
/cs331/proj2/
Adding 3rd algorithm, recursive partition().
77
7320 d 6 h
irasnyd
/cs331/
Hopefully I got the CS331 import correct this time