HackerTrans
TopNewTrendsCommentsPastAskShowJobs

helge5

no profile record

comments

helge5
·10 mesi fa·discuss
I don't think it is an experiment, AFAIK it is used in a widely used application by the author.
helge5
·10 mesi fa·discuss
Yes, GRDB even w/ manual help is obviously not as fast raw SQLite. As much respect I have for the author "performance nearly identical as raw SQLite" is incorrect. Lighter also achieves some of the performance characteristics by avoiding allocations for bound parameters (such being statically generated). I didn't look into SharingGRDB yet, but it seems like those macros could accomplish similar performance, the other way around (Lighter works on the SQLite DB schema). What I'm not entirely sure of yet is why it even sits on top of GRDB in the first place, instead of just doing the SQLite parts itself. Marketing I suppose.
helge5
·10 mesi fa·discuss
If you think that this library is "basically Swift/Core Data", you have to learn more about "Swift/Core Data" and what it does, and why and how.