/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.janwagemakers.be
| | alvinalexander.com
1.8 parsecs away

Travel
| | [AI summary] An example Java program using JDBC to connect to a Postgres database, execute a SQL query, and print results
| | componenthouse.com
1.4 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...
| | b.agilob.net
1.2 parsecs away

Travel
| |
| | andreabergia.com
16.4 parsecs away

Travel
| This post is part of the Writing a JVM in Rust series. I have written a JVM in Rust ?thispost A JVM in Rust part 2 - The class files format A JVM in Rust part 3 - Parsing class files A JVM in Rust part 4 - The Java bytecode A JVM in Rust part 5 - Executing instructions A JVM in Rust part 6 - Methods and exceptions A JVM in Rust part 7 - Objects and GC A JVM in Rust part 8 - Retrospective Lately Ive been spending quite a bit of time learning Rust, and as any sane person would do, after writing a few 100 ...