Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
jdtw
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
jdtw
13y ago
Just FYI, the filename extension can be omitted. E.g. http://lowercase.billyjanitsch.com/one
2.
▲
by
jdtw
13y ago
The Greenwich reference is just to let you know that you're dealing with a latitude and longitude.
3.
▲
by
jdtw
13y ago
~500ms with optimized Common Lisp: http://stackoverflow.com/a/18065714/2423072
4.
▲
by
jdtw
13y ago
That's an old(ish) version. They've probably done a bit of optimization. For example, with the (speed 3) optimization, and letting the compiler know that sum is a fixnum, I can get it down to <2 billion cycles: See my answer he