/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

www.morling.dev
| | componenthouse.com
4.5 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...
| | inside.java
4.2 parsecs away

Travel
| | This Heads-Up is part of the regular communication sent to the projects involved. It covers Virtual Threads (preview) support in JDK 19.
| | studiofreya.org
5.1 parsecs away

Travel
| | [AI summary] A beginner's tutorial on how to install Java 9, set up the JDK environment variable, and run a Hello World program using Eclipse and the command line.
| | thecodebarbarian.com
13.7 parsecs away

Travel
| [AI summary] This technical tutorial demonstrates how to use WebAssembly for optimized arithmetic and recursive operations within Node.js, including setup, code examples, and performance benchmarks against JavaScript.