🦿 Lucian Marin I like shelve in Python and I also like Notes app, but I hate iCloud. So I want to create a plain text notes app for myself that's using a single file instead of writing every file to the disk.
Mark Dain A few formats are zip files under the hood so this happens fairly often. There's a nice advantage to keeping your data in a single, ready-to-go file, but it does make seeking/searching more expensive. You now have to parse or unpack. I don't really see a lot of advantages there.
7y, 7w reply
Login or register your account to reply