Andrew Twyman
Andrew Twyman
+1 for properties on interfaces as a good way of representing of the needs here. Properties turning into method declarations for implementers to fill in themselves would be pretty simple....
Making them const would make it impossible for records to be moved, making them expensive to pass around as value types, particularly in return values. @webmaster128 for interactive Q&A I'd...
We already do manual hash-combining for Java/ObjC code so that shouldn't be a blocker. Those languages also currently assume the hash should be based on all elements of a record,...
Not much to go on to debug here. @SteveMobile do you want to share more specifics of the use case? This stack trace includes a lot of system stuff which...
I like the idea of fixing this, and like the sound of those benchmarks. A submodule seems quite heavy weight for json11, which is currently a very tiny library which...
Pull requests welcome.
I don't have time to go deep, but they all sound plausible. My primary concerns on any new dependencies would be how portable they are, particularly to the mobile platforms...
Thanks for taking a stab at it. Please phrase your submissions in the form of a Pull Request, though, not a patch. On a quick look, I wonder about the...
I can see the purpose for this, and have worked in codebases where we would've made this tradeoff. Trading deinit-time safety for a resource leak feels like a trade-off which...
Cool! I'm really curious about the really high max values for json11 in 2 cases (and for JSONKit in one case). Caching effects of some sort (is it always the...