79210735

Date: 2024-11-21 10:35:58
Score: 2
Natty:
Report link

I've developed a library for my project and I just published it to npm: https://www.npmjs.com/package/api-data-compressor

The key technical feature is that it will scans the data structure and converts all objects into arrays (remove the property names to save space).

In my projects, this approach gave a compression rate of about 50% for large datasets :)

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: user2235510