Timeline for Sieve of Eratosthenes Optimization in Rust
Current License: CC BY-SA 3.0
8 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Apr 13, 2017 at 12:40 | history | edited | CommunityBot | replaced http://codereview.stackexchange.com/ with https://codereview.stackexchange.com/ | |
| Jun 7, 2015 at 23:12 | comment | added | Shepmaster | @NuclearAlchemist FWIW, I learned most of my functional stuff from Ruby, and then went in deeper with Clojure. Lots of languages nowadays have borrowed the best / most used ideas of functional languages when it comes to higher-order functions and dealing with collections! | |
| Jun 7, 2015 at 22:46 | comment | added | NuclearAlchemist | Thanks!!! This helped a lot. As you could tell, I come from a C/C++ background rather than Haskell (which I tried to learn at one point), so I need to go over all of the functional programming paradigms. This at least gives me a start, the other project I use to learn a new language is much, much more complicated. | |
| Jun 7, 2015 at 22:45 | vote | accept | NuclearAlchemist | ||
| Jun 3, 2015 at 22:02 | history | edited | Shepmaster | CC BY-SA 3.0 | added 162 characters in body |
| Jun 3, 2015 at 19:28 | comment | added | Veedrac | .skip(1).next() should probably be nth(1). | |
| Jun 3, 2015 at 13:35 | history | edited | Shepmaster | CC BY-SA 3.0 | added 1840 characters in body |
| Jun 3, 2015 at 13:23 | history | answered | Shepmaster | CC BY-SA 3.0 |