/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

richardstartin.github.io
| | www.bitsnbites.eu
6.3 parsecs away

Travel
| | [AI summary] The post discusses the development and potential improvements of the MRISC32 vector instruction set architecture, focusing on optimizing vector operations for performance and flexibility in both in-order and parallel architectures.
| | github.com
6.1 parsecs away

Travel
| | Performance comparison between various String and Pattern operations in Java - sigpwned/string-regex-benchmarks
| | www.morling.dev
5.1 parsecs away

Travel
| | Java 16 is around the corner, so there's no better time than now for learning more about the features which the new version will bring. After exploring the support for Unix domain sockets a while ago, I've lately been really curious about the incubating Vector API, as defined by JEP 338, developed under the umbrella of Project Panama, which aims at "interconnecting JVM and native code". Vectors?!? Of course this is not about renewing the ancient Java collection types like java.util.Vector (......
| | blog.darklang.com
21.5 parsecs away

Travel
| And their influence on Dark After two decades of coding professionally in a dozen languages, I've come to a conclusion about static and dynamic types: * Static types help you ensure that your changes work, especially for changes that span large parts of the program. This leads to long-term productivity