BaldDemian opened a new pull request, #1628: URL: https://github.com/apache/horaedb/pull/1628
## Rationale A hand-written remote write request parser to replace prost, with the primary goal of achieving zero-allocation parsing. ## Detailed Changes - The new `remote_write` directory contains the core implementation of the hand-written parser. - Add benchmarks. - Add a .proto file in `pb_types`. - Fix CI errors. ## Test Plan - Unit tests can be found at the end of the `pb_reader.rs`. - A comprehensive equivalence test is available in `equivalence_test.rs`, which validates the correctness of the hand-written parser by comparing its output with that of the prost auto-generated parser. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
