emberry-org / emberry

🍊 A new way to chat with Friends
GNU General Public License v3.0
13 stars 1 forks source link

chat message data structure #16

Open mxcop opened 2 years ago

mxcop commented 2 years ago

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

devensiv commented 1 year ago

@mxcop has this been replaced by #21? if so please close, if not can you explain the difference

mxcop commented 1 year ago

No it has not been replaced, this issue is about the structure of the messages themselves. While the other issue is about storing those messages & any affiliated content.