GithubHelp home page GithubHelp logo

jjshanwei / fast-serialization Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ruedigermoeller/fast-serialization

1.0 2.0 0.0 2.59 MB

FST: fast java serialization drop in-replacement http://ruedigermoeller.github.io/fast-serialization/

License: GNU Lesser General Public License v2.1

fast-serialization's Introduction

fast-serialization

  • 100% JDK Serialization compatible drop-in replacement (Ok, might be 99% ..).
  • OffHeap Maps, Persistent OffHeap maps
  • FSTStructs is very similar to IBM's packed objects. Difference is: You can run it with Oracle JDK today.

Project Page http://ruedigermoeller.github.io/fast-serialization/ (out of pure childishness)

###Documentation

###mvn

2.0 version

<dependency>
    <groupId>de.ruedigermoeller</groupId>
    <artifactId>fst</artifactId>
    <version>2.08</version>
</dependency>

Older version (slightly faster, different package name ..)

<dependency>
    <groupId>de.ruedigermoeller</groupId>
    <artifactId>fst</artifactId>
    <version>1.61</version>
</dependency>

###how to build

  • master contains dev branch/trunk.
  • 1.x contains old version (still maintained)
  • The maven build should work out of the box and reproduces the artifact hosted on maven.org
  • To use the gradle build, you need to configure the proxy server in settings.properties (or just set empty if you do not sit behind a proxy).

Note that instrumentation done for fst-structs works only if debug info is turned on during compile. Reason is that generating methods at runtime with javassist fails (probably a javassist bug ..). This does not affect the serialization implementation.

JDK 1.6 Build https://github.com/RuedigerMoeller/fast-serialization/releases/tag/v1.55-1.6 (serialization works for 1.6, structs not)

fast-serialization's People

Contributors

ruedigermoeller avatar gsmet avatar

Stargazers

 avatar

Watchers

James Cloos avatar ZhangLi avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.