1419 Commits (1c8c16b9b121d4338f124cb59981e7a3328c4190)
 

Author SHA1 Message Date
Joshua Haberman 52957fa984 Merge pull request #312 from haberman/defiter 4 years ago
Joshua Haberman 746f64692c Moved arena inline for decoder. 4 years ago
Joshua Haberman 7363b91ac3 Moved arena inline for decoder. 4 years ago
Joshua Haberman b8ef1dcc57 Removed C++-style comments. 4 years ago
Joshua Haberman 575acd85bd Re-added const for all of the pointer wrapper types. 4 years ago
Joshua Haberman 5aa5b77b41 Added simple offset-based accessors for defs, and deprecated old iterators. 4 years ago
Joshua Haberman 33384301e2
Merge pull request #311 from haberman/proto2-benchmark2 4 years ago
Joshua Haberman 578e7c1f4c Merge pull request #311 from haberman/proto2-benchmark2 4 years ago
Joshua Haberman bc301e7da4 Use merge/partial variants to give proto2 benchmark the fairest hearing. 4 years ago
Joshua Haberman 30f01afa83 Added LargeInitialBlock test for proto2. 4 years ago
Joshua Haberman 5d23fd99af Used shorter protobuf:: namespace alias. 4 years ago
Joshua Haberman 9938cf8f27 Put submsg_index directly in table data. Drop oneof support for now to focus. 4 years ago
Joshua Haberman d87179501d Another build fix. 4 years ago
Joshua Haberman 89bd8b87e1 Fixed a few more C89 compat issues. 4 years ago
Joshua Haberman 64d293894a Fixed bug introduced by last optimization. 4 years ago
Joshua Haberman ff957b996c Fixed C89 compat issues. 4 years ago
Joshua Haberman 537b6f42c2 A few updates to the benchamrk and minor implementation changes. 4 years ago
Joshua Haberman 0dcc5641eb Replicated dispatch and implemeted array resizing logic. Up to 2.67GB/s. 4 years ago
Joshua Haberman 526e430794 I think this may have reached the optimization limit. 4 years ago
Joshua Haberman 4c65b25daf Handle long varints, now 2GB/s! 4 years ago
Joshua Haberman e39ec95ca2 Hoisted updates to limits and depth out of the loop. 4 years ago
Joshua Haberman 52a0ed3891 Fixed a bug with tag number 15. 4 years ago
Joshua Haberman 388b6f64eb A small optimization: don't increment array length every iteration. 4 years ago
Joshua Haberman 9e5c5ce089 Optimized memset() with cutoff and fixed group & unknown message bugs. 4 years ago
Joshua Haberman 8dd7b5a2ca A bunch more optimization. 4 years ago
Joshua Haberman e46e94ec7f Added benchmarks for proto2. 4 years ago
Joshua Haberman 405e7934b1 Handle 2-byte submessage lengths. 4 years ago
Joshua Haberman 88b1ec7784 Table-driven supports repeated sub-messages. 4 years ago
Joshua Haberman f173642db4 Handle non-repeated submessages. 4 years ago
Joshua Haberman e219a2d91d Merge branch 'decode-arena' into fast-table 4 years ago
Joshua Haberman 7ec2c52346 Donate/steal from arena to accelerate decoding. 4 years ago
Joshua Haberman d43ccfa079 Revert test changes. 4 years ago
Joshua Haberman fac992db83 Cleanup for showing. 4 years ago
Joshua Haberman 3937874a85 We have a properly structured algorithm, but perf regresses by 20%. 4 years ago
Joshua Haberman 438ecaeb5a Give all field parsers a generic table entry. 4 years ago
Joshua Haberman 383ae5293e WIP. 4 years ago
Joshua Haberman 26abaa2345 WIP. 4 years ago
Joshua Haberman 34b98bc030 Avoid passing too many params to fallback. 4 years ago
Joshua Haberman 763a3f6293 WIP. 4 years ago
Joshua Haberman 02ff6fb996
Merge pull request #309 from haberman/decoder-forceinline 4 years ago
Joshua Haberman a202ce9629 Add UPB_FORCEINLINE for varint32 decoding. 4 years ago
Joshua Haberman d0f2c4c8a2
Merge pull request #308 from haberman/encoder 4 years ago
Joshua Haberman 5741eb9ad7 Expanded benchmarking script and added one size opt to the encoder. 4 years ago
Joshua Haberman 0135399e60 Fixed bug introduced in refactoring. 4 years ago
Joshua Haberman df3438222b Notated impossible branch as unreachable. 4 years ago
Joshua Haberman 9b31e8fe12 Merged common encode tag paths. 4 years ago
Joshua Haberman 5d7dc718cc Minor formatting fix. 4 years ago
Joshua Haberman 80441e4eb4 Optimized binary encoder. 4 years ago
Joshua Haberman ada28896b9 Changed encoder to use longjmp() for error recovery. 4 years ago
Joshua Haberman 6e140c267c Added benchmark for encoding. 4 years ago