Explore >> Select a destination


You are here

www.fosskers.ca
| | www.afronski.pl
21.9 parsecs away

Travel
| | Personal blog of Wojtek Gawro?ski, a passionate software developer.
| | tech.freckle.com
21.5 parsecs away

Travel
| | Aggregating data is a common, tedious task. In imperative languages we often end up with a rat's nest of mutable variables, nested loops and other awful constructs. In functional languages a naive implementation also results in spaghetti and usually less than ideal performance. We can do better. We can build fast, declarative, easy to understand and easy to maintain aggregations in Haskell.
| | blog.sigfpe.com
22.5 parsecs away

Travel
| |
| | hhvm.com
75.9 parsecs away

Travel
| Our initial version of the HHVM JIT didn't use profile-guidedoptimizations, and we suspected that we were leaving performance onthe table because of that. Af...