these apps are standalone and isolated code wise, the only IPC mechanism is the local relay. so they are more like standalone, interoperable apps.

Reply to this note

Please Login to reply.

Discussion

Ooooo. interesting. and JSON locally would be sufficiently fast and maintain interop with online

indeed. but it's not even json locally. it's an optimized, memory-aligned binary format that is always cached in virtual memory, and accessible by every app without any serialization needed. its fast.

whoa. did you do custom serialization for different kinds?

no its the same for all notes

any reason we couldn't/shouldn't use this binary format for netwrok transport?