info_tfgrid/_archive/possibleecosystem/zetako/zetako_intro.md
2024-03-18 14:28:08 +02:00

2.1 KiB
Raw Blame History

Zetako

We are creating, storing, and sending more data than ever before, and this trend will certainly continue as more people come online and with trends such as the Internet of Things and 5G, as examples. More data means more energy consumption, which is not good for our planet. We are in a position to become the standard of lossless data compression for the next decades that will provide a solution to the problem of every growing amount of data and the energy used to transport and store it.

Lossless compression is mandatory in all layers of the internet, from data storage to bandwidth reduction, with the never ending increasing amount of data, the need for compression is more needed than ever. Today the most commonly used compression systems are LZW based, for many years research has been focused on increasing the capacity of these old algorithms instead of developing new approaches.

By using a new mathematical theory Zetako has created a lossless data compression technology based on a statistical predictive model, which at current stage, outperform existing LZW based technologies.

Technology bullet points

  • Zetako is a new bit level compression algorithm, it is not based on LZW or any derivative of Zstandard, Brotly, LZ7 or similar
  • Extremely small footprint (code, memory and CPU)
  • Bit-by-Bit compression - no chunking of data, zero latency
  • High compression ratio - eg. JSON avg. 75-78%
  • High speed - Compression: 122 mb/sec - Decompression 164 mb/sec
  • Multi-thread version - upscaling, without limitation of number of threads
  • In-file or In-memory write
  • Ability to extract part of file

Profile

{
  "title":  "Profile",
  "config": {
    "type":    "rating",
    "labels":  true,
    "numbers": true,
    "groups":  5
  },
  "data": [
    { "label": "High Tech",  "value": 5 },    
    { "label": "Sustainability",     "value": 5 },
    { "label": "Product Ready",  "value": 3 },
    { "label": "Market Traction", "value": 2 },
    { "label": "Sales Focus",  "value": 0 },
    { "label": "End User Focus",  "value": 0 },
    { "label": "Future Value",  "value": 3 }
  ]
}