GraalVM native image can compile java code into native code ahead to build faster, smaller, leaner applications.\nThe native image doesn't have a JIT compiler to compile bytecode into machine code, and doesn't support\nreflection unless configure reflecti... (more…)
Read more »
The Java 8 Lambdas are great, but they aren't always used well. The Rapidoid web framework is able to embrace their ultimate power.
Read more »
tensorflow - Computation using data flow graphs for scalable machine learning...
Read more »
While running CI tests for a application that is implemented in C and Java,... (more…)
Read more »
One of the very first programs I ever made - a program to find valid english crossword fills given a grid pattern using beam search. I found as a jar file using the Wayback Machine! - khiner/Crossw... (more…)
Read more »