Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
@sljux I really mean "I copied from Haskell wiki," but i think it was Eratosthenes sieve.
-
devios157707yI don't think using only 10% of CPU is a good thing. It just means it could have run 10 times faster.
Related Rants
-
dibbler6722Not a specifically dev related story, but absolutely rant worthy. Today I was working from home, and my wife ...
-
Wisecrack241So I cracked prime factorization. For real. I can factor a 1024 bit product in 11hours on an i3. No GPU acce...
-
whatevel12So, today I was at my college library, working on an Haskell project that I have for my Functional Programming...
Made a program to list primes until stopped. I got to about 2 billion when it took 8 GB of RAM and I more or less had to stopped it.
Only took 10% of CPU though.
rant
out of ram
primes
haskell