Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
kachuthan
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
kachuthan
14y ago
How about a solution for primes below a number using Sieve of Eratosthenes: template<int H=-1, typename T=void> struct tl { enum {head=H}; typedef T tail; }; template<> struct tl<> { };