Java Inheritance Is a Kludge
The real reason inheritance gets heavily used is that it’s the only way to do polymorphism in languages with really naive static nominal… (more…)
Read more »
Provide an initial iteration of an incubator module,
jdk.incubator.vector, to express vector computations that reliably compile at runtime to
optimal vector hardware instructions on supported CPU architectures and thus achieve superior
performance to equi… Read more