| Short | Description |
| Java speed measurement |
Since there are still JVMs available which come to you with some missing packages or classes (e.g. Netscape on MAC), there was a need for some classes to be coded (again).
One of these classes is the java.math.BigInteger.class, which is required for RSA computations.
But it's not enough to implement some solution, it's a must to compete with existing solutions!
This article compares the own solution to 3 different JVMs.
|
| miniSSL V1.3 |
A small and convenient SSL client implementation with 128 bit encryption for Java - written in Java (what did you expect?). |
| BEX V1.7 |
A small and fast BNF to Java source compiler for LL(k) grammars. Written in Java. |
| SFX V0.85 |
A small, old and simple sfx generator. Creates Windows 16 bit or Windows 32 bit SFX, from a setup.exe and its installation files. |