Skip to content

esrefozturk-zz/serializaton-with-hazelcast

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

- Compile the application with: ``` mvn compile ``` - Execute it with: ``` mvn exec:java -Dexec.mainClass="com.hazelcast.mainbenchmark.MainBenchmark" ```

About

Implementations and benchmarks of some serialization methods with hazelcast

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages