java Programming Glossary: donald
The performance impact of using instanceof in Java http://stackoverflow.com/questions/103564/the-performance-impact-of-using-instanceof-in-java including instanceof exception handling reflection etc. As Donald Knuth wrote We should forget about small efficiencies say about..
Jackson 2.0 with Spring 3.1 http://stackoverflow.com/questions/10420040/jackson-2-0-with-spring-3-1 spring mvc jackson share improve this question Keith Donald of spring source tweeted the following a while back. Spring..
Difference between java.util.Random and java.security.SecureRandom http://stackoverflow.com/questions/11051205/difference-between-java-util-random-and-java-security-securerandom generator as defined by D. H. Lehmer and described by Donald E. Knuth in The Art of Computer Programming Volume 3 Seminumerical..
Inverse function of [Java's] Random function http://stackoverflow.com/questions/15236151/inverse-function-of-javas-random-function It is implemented based on some algorithm discussed in Donald Knuth The Art of Computer Programming Volume 3 Section 3.2.1...
Which maven dependencies to include for spring 3.0? http://stackoverflow.com/questions/2237537/which-maven-dependencies-to-include-for-spring-3-0 There was a really nice post on the Spring Blog from Keith Donald detailing howto Obtain Spring 3 Aritfacts with Maven with comments..
What is microbenchmarking? http://stackoverflow.com/questions/2842695/what-is-microbenchmarking of the time premature optimization is the root of all evil Donald Knuth There can be many factors that skew the result of microbenchmarks...
|