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

Fix marshal tinyint - optimization #294

Merged

Commits on Oct 7, 2024

  1. optimize EncReflect function

    changes:
    * removed unnecessary checks for `reflect.Int8` and `reflect.Uint8` kinds
    * makes the right value type in the error of the `EncReflect` function
    illia-li committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    2e768af View commit details
    Browse the repository at this point in the history
  2. optimize unmarshal functions

    changes:
    * double conversion of values has been removed in the functions of single reference values.
    * the condition `data == nil` moved after the condition `len(data)==0` in the functions of the double references values.
    illia-li committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    73776cd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0ae9a24 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. Configuration menu
    Copy the full SHA
    945ea62 View commit details
    Browse the repository at this point in the history