classpath-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cp-patches] FYI: Implementing Little Endian and Big Endian encoding


From: Meskauskas Audrius
Subject: Re: [cp-patches] FYI: Implementing Little Endian and Big Endian encodings.
Date: Tue, 31 May 2005 13:45:03 +0200

java.nio gives handling of little-, big- and mixed-endianess for free.
Perhaps you wanna look into using this. This will probably increase performance
of the CORBA code too.

The direct use of the .nio package would make CORBA dependent from the
1.4 implementation. The 1.2, 1.3 API specifications have CORBA and have no nio.
Bounding to nio means that we do not plan to release these versions, going
directly to 1.4. Mark writes in plans "drop the unfinished parts before release" -
but how to drop if these parts are in use somewhere?

Regards
Audrius








reply via email to

[Prev in Thread] Current Thread [Next in Thread]