| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | @2.3 Efficient factorial-generator | Matthias Wisniowski | 2012-03-26 | 1 | -10/+12 |
| | | |||||
| * | Increased performance of 2.1 | Matthias Wisniowski | 2012-03-26 | 1 | -14/+17 |
| | | | | | Implemented a faster prime-generator and a primality-check. | ||||
| * | Fixed different values for h-function | Matthias Wisniowski | 2012-03-26 | 1 | -9/+9 |
| | | | | | | | | Using Integer instead of Int solved the difference in values for the different h-functions. Apparently they have equal performance. Added basic testcases. | ||||
| * | 2.4 implemented | Matthias Wisniowski | 2012-03-25 | 1 | -0/+19 |
| | | | | | 2.3 still to be fixed. | ||||
| * | First implementation for 2.3 | Matthias Wisniowski | 2012-03-25 | 1 | -1/+37 |
| | | | | | | | hFast and hSlow diverge in values, reason unknown. e.g. consider >> map (\x -> hFast x x) [1..15] << (similar for hSlow) hSlow has the wrong values after 10. | ||||
| * | pps (1) and powFast (2) implemented | Matthias Wisniowski | 2012-03-24 | 1 | -0/+41 |
