/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

blog.bdoughan.com
| | b.agilob.net
2.2 parsecs away

Travel
| |
| | gist.github.com
2.2 parsecs away

Travel
| | Evidence of Safepoint bias for AsyncGetCallTrace (AsyncProfiler) - Profile.java
| | componenthouse.com
2.2 parsecs away

Travel
| | I wanted tocompare how Java, C++ and C perform whenreading a text file line by line and printing the output. I've implemented some possibilities and, at the end, we can compare the speed of each execution. Java 7 version (BufferedReader) import java.io.BufferedReader; import java.io.File; import java.io.FileReader; import java.io.IOException; public class Main7 { private static final...
| | lewisdale.dev
13.5 parsecs away

Travel
| [AI summary] The author reflects on their experience with the first day of Advent of Code, discussing their approach to solving the problem using Rust and a misinterpretation of the question.