| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 1 year, 3 months |
| seen | Mar 25 at 14:17 | |
| stats | profile views | 4 |
|
Jan 30 |
awarded | Yearling |
|
Apr 16 |
answered | Is there a “code less” way to construct this JS loop? |
|
Mar 20 |
answered | idiomatic clojure (map from sequence generation) |
|
Mar 1 |
comment |
Python memoization decorator @RikPoggi yes, you're right. setdefault is really only useful if the default value is static, which isn't the case here. |
|
Mar 1 |
comment |
Python memoization decorator @WinstonEwert thanks, edited! TylerCrompton: it depends on your use case. For a very big cache and a tight loop it will make a big difference. lvc: yes, good point. |
|
Mar 1 |
awarded | Editor |
|
Mar 1 |
revised |
Python memoization decorator deleted 2 characters in body |
|
Feb 29 |
comment |
Python memoization decorator It's actually optimal to use in Python for several reasons. See books.google.se/… for further reading :) |
|
Feb 29 |
answered | Python memoization decorator |
|
Feb 29 |
answered | Simple exercice representing a slidepuzzle |
|
Feb 7 |
answered | Advice to improve the quality of the code module in Python |
|
Feb 6 |
answered | Spotify “Best Before” puzzle attempt |
|
Feb 6 |
answered | Word frequency generator in Python |
|
Feb 1 |
awarded | Supporter |
|
Jan 31 |
awarded | Teacher |
|
Jan 31 |
answered | Vegetable factory |
|
Jan 31 |
comment |
Unix sort in Clojure I guess your usage of pmap is a bit clumsy and could lead to decreased performance for large files due to the extra overhead. You might want to take a look at this: fatvat.co.uk/2009/05/jvisualvm-and-clojure.html |
|
Jan 31 |
comment |
Unix sort in Clojure Not really, I don't think I'd do it very differently. |
|
Jan 30 |
answered | Unix sort in Clojure |