Code Monkey home page Code Monkey logo

speejson's Introduction

Reliability Rating Maintainability Rating Security Rating Bugs Duplicated Lines (%) Lines of Code

SpeeJson

SpeeJson is a extreme high throughput java library for Json serialization and deserialization



Easy to use

ByteArrayOutputStream os = new ByteArrayOutputStream();

Person person = new Person();
// fullfill properties

SpeeJson speedjson = new SpeeJson();
speedjson.put(person, os);

Fast

Around 100% faster than Jackson. From Java object -> json

{  
       "id":null,
       "name":"Afonso Silva",
       "age":18,
       "birth":1552753131143,
       "taxId":"123345456",
       "email":"[email protected]",
       "salary":1500,
       "active":true,
       "address":null
}

JACKSON => 66567 nanos | 66 micros | 0 millis

SPEEJSON => 29637 nanos | 29 micros | 0 millis

SPEEJSON => 32478 nanos | 32 micros | 0 millis

SPEEJSON => 33185 nanos | 33 micros | 0 millis

Special Thanks

JProfiler This project uses and recomends JProfiler as Java Profiler

Licensing GitHub

GNU LGPLv3

Permissions of this copyleft license are conditioned on making available complete source code of licensed works and modifications under the same license or the GNU GPLv3. Copyright and license notices must be preserved. Contributors provide an express grant of patent rights. However, a larger work using the licensed work through interfaces provided by the licensed work may be distributed under different terms and without source code for the larger work.

Permissions Conditions Limitations
Commercial use Disclose source Liability
Distribution License and copyright notice Warranty
Modification Same license
Patent use State changes
Private use

speejson's People

Contributors

heitorfm avatar

Stargazers

 avatar

Watchers

 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.