Skip to content

chat message data structure #16

@mxcop

Description

@mxcop

Figure out the data structure that is best for the Chat History.
And create a lossless compression algorithm for efficient long term storage.

Current favorite : Data Tree

Frontend

  • Frontend data structure.
  • Chat data interpreter. (JSON -> HTML)

Backend

  • Backend data structure.
  • Chat data compressor. (JSON -> Binary)
    Should be capable of updating small parts of the history.
  • Chat data decompressor. (Binary -> JSON)
    Should be capable of loading the history is batches of variable size.

Metadata

Metadata

Assignees

Labels

featureNew feature or request

Type

No type

Projects

Status

Todo

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions