/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

bad-concurrency.blogspot.com
| | www.stackchief.com
6.1 parsecs away

Travel
| | Garbage collection in Java including understanding what is garbage collection, why garbage collection, how garbage collection works in Java, force garbage collection, monitoring garbage collection and interview questions.
| | www.optaplanner.org
6.4 parsecs away

Travel
| | Java 11 was released some time ago, although the majority of developers stay on Java 8. Let's see which one of them is faster for OptaPlanner. The best way to find out is of course running ...
| | sigpwned.com
5.0 parsecs away

Travel
| | This is the first post in a three-post series covering the fundamentals of software optimization. You can find the introduction here. You can find Part II here. You can find the companion GitHub repository here. The introduction motivated why software optimization is a problem that matters, reflected on the fundamental connection between the scientific method
| | antonym.org
24.4 parsecs away

Travel
| Memory management in low level code has changed slowly over the years. Intraditional C code, you would allocate memory with malloc() and release itwith free().