GithubHelp home page GithubHelp logo

A review about jsonpack HOT 1 OPEN

rgcl avatar rgcl commented on August 20, 2024 1
A review

from jsonpack.

Comments (1)

jaitjacob avatar jaitjacob commented on August 20, 2024

are you still keen on accepting PRs for performance tests? I'd propose we evaluate the performance on the basis of the following parameters to benchmark the code at each point.

Compression ratio
The size of the JSON post compression, compared to the original JSON. This can be used to determine the efficiency of the compression, the higher the CR better the compression.

File size after compression and reconstruction
This parameter determines the size in bytes of the JSON after compression and the JSON size after the reconstruction in order to identify the loss of data in the compression and reconstruction process. It is measured in bytes. I am aware that jsonpack is lossless.

Unpacking integrity
Did the packed JSON unpack to be the same as the original JSON? A test to check if their hashes match.

Compression Speed
Time required for compressing the JSON in seconds.

Saving percentage
Calculate the percentage value of the shrinkage source(initial) JSON.

from jsonpack.

Related Issues (13)

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.