Sporadic posts about my interests, e.g. software development (mostly .NET), technology in general and some occasional rant.
Browse by Tags
All Tags »
generics (
RSS)
-
|
Miguel de Icaza has a interesting blog post about difference in memory consumption between generic collections and general-purpose collections. You can also find a short info about memory consumption in Java and see how C# beats Java :). More info about...
|
-
|
From Wikipedia: In functional programming , fold or reduce or accumulate is a family of higher-order functions that process a data structure in some order and build up a return value. This is as opposed to the family of unfold functions which take a starting...
|
-
|
Wikipedia defines functional programming as: programming paradigm that treats computation as the evaluation of the mathematical functions and avoids state and mutable data . This is in contrast with the imperative programming (including object oriented...
|