-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
featureNew feature or requestNew feature or request
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
featureNew feature or requestNew feature or request
Type
Projects
Status
Todo