Name : jboss-serialization
| |
Version : 1.0.3
| Vendor : jPackage project
|
Release : 2.jpp6
| Date : 2008-10-10 00:57:14
|
Group : Development/Java
| Source RPM : jboss-serialization-1.0.3-2.jpp6.src.rpm
|
Size : 10.14 MB
| |
Packager : David Walluck < david_jpackage_org>
| |
Summary : JBoss Serialization
|
Description :
We (java developers) have accepted over the years java.io.ObjectInputStream and java.io.ObjectOutputStream being slow when dealing with writeObject operations. We then started using Externalizable objects as a faster approach for serialization, but even that way was slow when using writeObject operations inside externalizable classes. Recently we discovered that most of the problems in JavaSerialization are related to static synchronized caching, what causes CPU spikes and also diminishes scaling capabilities. With JBossSerialization we have done internal benchmarks and we have realized at least 2 times faster serialization with this library. These benchmarks are commited into our CVS repository (as testcases) and they are publicly available. The main feature in JBossSerialization besides performance, is Smart Cloning. Smart cloning is the capability of the reuse of final fields among different class loaders doing exactly what serialization does, without the need of convert every field into a byteArray. This approach is at least 10 times faster than using serialization over a byte array.
|
RPM found in directory: /packages/linux-pbone/archive/www.jpackage.org/jpackage/6.0/fedora-9/free/RPMS |