Serializaton with Hazelcast

Implementations and benchmarks of some serialization methods with hazelcast


Project maintained by esrefozturk Hosted on GitHub Pages — Theme by mattgraham

Serialization with Hazelcast

In this repository, you can find sample implementations and benchmarks of some serialization methods with hazelcast. You can also find detailed explanation at http://hazelcast.org/

Prerequisites

You should have installed Apache Maven(http://maven.apache.org/download.cgi) on your system.

How to Run Sample Application

mvn compile
mvn exec:java -Dexec.mainClass="com.hazelcast.mainbenchmark.MainBenchmark"