*chuckles in ORLY* i just fixed the ORLY build and it has all the things and builds on android. enforces expiry, honors deletes, even has a nice handy wipe function, import and export. being native ARM code also the signatures and codecs are nice and fast
Login to reply
Replies (1)
Wen String interning? :) Downloading 100,000 WoT events per user means most of the DB is just duplicated event ids and pubkeys.
We also need to figure out how what to do with large encrypted payloads (DMs, drafts, etc). Maybe it saves encrypted blobs on a different file. Idk...
I also need one shared DB for every app in the phone + a separate DB for each user so that we can save/index the decrypted DM chats, which are unsigned Nostr events.