Re: RMIC-Replacement Jiffy

1998-11-24 Thread Bjoern Bayard
[EMAIL PROTECTED] wrote: > > > Holger Joest ( mailto:[EMAIL PROTECTED] ) has developed a replacement > > for rmic called jiffy. It is written in C++ an believe it or not - > > it's a little bit faster ;-) > > Why? RMIC is run only when the interface changes, i.e., rarely. Even > then, it takes

Re: RMIC-Replacement Jiffy

1998-11-23 Thread mlorton
> Holger Joest ( mailto:[EMAIL PROTECTED] ) has developed a replacement > for rmic called jiffy. It is written in C++ an believe it or not - > it's a little bit faster ;-) Why? RMIC is run only when the interface changes, i.e., rarely. Even then, it takes only a second to run. What's the payof

RMIC-Replacement Jiffy

1998-11-23 Thread Håkan Thörngren
> "Bjoern" == Bjoern Bayard <[EMAIL PROTECTED]> writes: Can it add a correct 'static final long serialVersionUID = ' in the generated stub file? Bjoern> Hi! Holger Joest ( mailto:[EMAIL PROTECTED] ) has developed a Bjoern> replacement for rmic called jiffy. It is written in C++ an Bjoe

RMIC-Replacement Jiffy

1998-11-23 Thread Bjoern Bayard
Hi! Holger Joest ( mailto:[EMAIL PROTECTED] ) has developed a replacement for rmic called jiffy. It is written in C++ an believe it or not - it's a little bit faster ;-) Jiffy is GPL and at the moment only available for Linux :) Download at http://www.ios-online.de/jiffy.html . Enjoy Björn Baya