Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Native (de-)serialization based on Rust and PyO3 #520

Closed
wants to merge 5 commits into from
Closed

Native (de-)serialization based on Rust and PyO3 #520

wants to merge 5 commits into from

Commits on Sep 19, 2023

  1. Native deserialization based on Rust and PyO3

    major refactoring
    
    We are now (de-)serializing manually by calling prost's low level API.
    
    This is a little bit faster than before, and also a lot cleaner.
    124C41p committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    6ce7b1e View commit details
    Browse the repository at this point in the history
  2. benchmark scaled up

    124C41p committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    21c2320 View commit details
    Browse the repository at this point in the history
  3. minor (cargo clippy fix)

    124C41p committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    20e2d33 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2023

  1. initial minor change revoked

    not necessary anymore
    124C41p committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    4e64f1d View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2023

  1. default values handled inside the extension

    leads to better performance
    124C41p committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    6f23c1b View commit details
    Browse the repository at this point in the history