Implementations and benchmarks of some serialization methods 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/
You should have installed Apache Maven(http://maven.apache.org/download.cgi) on your system.
mvn compile
mvn exec:java -Dexec.mainClass="com.hazelcast.mainbenchmark.MainBenchmark"