A big issue right now is that notes are processed twice and are still stored in memory. So there is lots of cpu and memory waste at the moment. Next step is to remove all the swift note processing code and use nostrdb for everything.
Login to reply
Replies (2)
Another thing I still need to add is stats processing. When likes are received, we can store like and zap counts in nostrdb so that stats are always up to date on every note.
Does the current implementation use the gossip model, or is that later down the line?