2
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jul 20, 2024 — Jul 20, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Improve eval benchmark message structure to waste fewer objects (for both protobuf and capnproto, but this turns out to help capnproto more than protobufs). More... over 12 years ago
tweak More... over 12 years ago
CatRank benchmark case. More... over 12 years ago
Snappy serialization. More... over 12 years ago
Simplify reuse strategy, add reuse comparisons to benchmarks. More... over 12 years ago
Initial benchmarks, and some performance improvements. More... over 12 years ago
Basic serialization. More... over 12 years ago
Another iteration of refactoring the Message classes. More... over 12 years ago
Better Arena design. Allows incremental reads. More... over 12 years ago
Rename the 'Message' interfaces to Arena and make them internal. Make a new, intuitive 'Message' interface for creating / reading messages. More... over 12 years ago
Encoding test. Bug fixes. It works. More... over 12 years ago
Text and data blobs. More... over 12 years ago
Lists working. More... over 12 years ago
Basic code generation starting to work. My machine just did something weird so I'm submitting and pushing in case of imminant hardware failure... More... over 12 years ago
Working on C++ code generator, need to sleep now though. More... over 12 years ago
Enforce naming style, to make code generation more robust. More... over 12 years ago
Clean up WireReference and add a sign bit to offset. More... over 12 years ago
Allow far references to be in a segment separate from either the source or target. More... over 12 years ago
Remove byte/word default constructors and rely on calloc for zero-initialization. More... over 12 years ago
Initialize from default values. More... over 12 years ago
Improve how struct lists work. More... over 12 years ago
Tweaks. More... over 12 years ago
Testing and bug-fixing. More... over 12 years ago
Finish rewriting WireFormat. More... over 12 years ago
Moar type-safety, rewriting WireFormat to avoid descriptors (incomplete), decided struct pointers should point at the beginning of the struct after all. More... over 12 years ago
Type-safe quantities catch bugs. More... over 12 years ago
Standardize on Builder/Reader naming scheme. More... over 12 years ago
Iterate on C++ runtime. More... over 12 years ago
maxFieldNumber is 254, not 255. More... over 12 years ago
Starting work on C++ runtime. More... over 12 years ago