summaryrefslogtreecommitdiffstats
path: root/AufgabeFFP2.hs
Commit message (Collapse)AuthorAgeFilesLines
* Increased performance of 2.1Matthias Wisniowski2012-03-261-14/+17
| | | | Implemented a faster prime-generator and a primality-check.
* Fixed different values for h-functionMatthias Wisniowski2012-03-261-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 implementedMatthias Wisniowski2012-03-251-0/+19
| | | | 2.3 still to be fixed.
* First implementation for 2.3Matthias Wisniowski2012-03-251-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) implementedMatthias Wisniowski2012-03-241-0/+41