Konard / LinksPlatform

Holistic system for storage and transformation of information based on associative model of data. Целостная система для хранения и обработки информации, основанная на ассоциативной модели данных.
https://linksplatform.github.io/Documentation/
GNU Lesser General Public License v3.0
57 stars 8 forks source link

Links data structure as a binary data protocal (with optional compression using variable length numbers/sequences) (alternative to JSON, XML, ...) #29

Open Konard opened 9 years ago

Konard commented 9 years ago

Variable length numbers can be used: 1 0 1 or 01 00 01 as (1 1). Or even more compact using the fact that single doublet/triplet is stored. 1 1 0 or 01 01 00 as (1 1). The 0 and 00 are separators. All unique sequences can be placed at last of structure as variable length sequences of links indices.

Konard commented 3 years ago

This can be a form of binary links notation representation.