Re: WORA high performance
- From: Roedy Green <see_website@xxxxxxxxxxxxxxxxxxxx>
- Date: Sat, 31 May 2008 08:00:41 GMT
On 30 May 2008 10:30:36 GMT, "Kenneth P. Turvey"
<kt-usenet@xxxxxxxxxxxxxxxxxx> wrote, quoted or indirectly quoted
someone who said :
We've discussed several times how Java isn't really well suited to
scientific computing for various reasons. I was wondering if there is a
write once run anywhere language that is suited to scientific computing.
Before you give up on Java, try out Jet, and see how well it compiles
your number crunching code. http://mindprod.com/jgloss/jet.html
Another approach is to use Java for your UI, then have it use JNI to
call your number cruncher written in whatever you find is best for the
various platforms you need ot support, and simply recompile it for
each platform. Without UI it should need precious little tweaking, or
only mechanical tweaking.
http://mindprod.com/jgloss/jni.html
Sometimes all you need it a very few lines of assembler for the
innermost loop. You can warp your algorithm around some special
property of the CPU, e.g. the vector processing.
--
Roedy Green Canadian Mind Products
The Java Glossary
http://mindprod.com
.
- References:
- WORA high performance
- From: Kenneth P. Turvey
- WORA high performance
- Prev by Date: Re: Designing a Card Game
- Next by Date: Re: gui builder
- Previous by thread: Re: WORA high performance
- Next by thread: OO Concept: Liskov Substitution Principle
- Index(es):