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

Support the length kernel on Binary Array #1465

Merged
merged 5 commits into from
Mar 24, 2022

Commits on Mar 20, 2022

  1. support length on binary array (not test)

    rewrite unary_offset using macro
    
    Signed-off-by: remzi <13716567376yh@gmail.com>
    HaoYang670 committed Mar 20, 2022
    Configuration menu
    Copy the full SHA
    aa30da8 View commit details
    Browse the repository at this point in the history
  2. add tests

    Signed-off-by: remzi <13716567376yh@gmail.com>
    HaoYang670 committed Mar 20, 2022
    Configuration menu
    Copy the full SHA
    3c33b86 View commit details
    Browse the repository at this point in the history
  3. add non-utf8 test cases

    Signed-off-by: remzi <13716567376yh@gmail.com>
    HaoYang670 committed Mar 20, 2022
    Configuration menu
    Copy the full SHA
    aa4235c View commit details
    Browse the repository at this point in the history
  4. fix some doc

    Signed-off-by: remzi <13716567376yh@gmail.com>
    HaoYang670 committed Mar 20, 2022
    Configuration menu
    Copy the full SHA
    af7c4e5 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2022

  1. update doc

    simplify the way to get offsets. No performance penalty
    
    Signed-off-by: remzi <13716567376yh@gmail.com>
    HaoYang670 committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    7183822 View commit details
    Browse the repository at this point in the history