So a friend and I will probably get into a project where we try to make mathematical and scientific libraries for Java, possibly in native code.

So a few quick questions that come to mind include:

1. Are there any hardware-instruction-level libraries that link to Java for matrix math, and so on?

2. Does Java have any comprehensive, easy-to-use plotting libraries? If yes, are they fast?

3. As a scientist in general, what features would you like to see?

A small postscript: I have an obsession with speed, so the idea here is to make a very fast, efficient library taking advantage of hardware instructions, which means there will be native code involved.

Similar questions and discussions