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

feat(lexer): add SIMD optimization to the lexer #2338

Draft
wants to merge 58 commits into
base: main
Choose a base branch
from

Commits on Feb 7, 2024

  1. Configuration menu
    Copy the full SHA
    5799392 View commit details
    Browse the repository at this point in the history
  2. Fix string lexer bug

    dyxushuai committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    4448c42 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c7dcf4d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c1e6e81 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0de2eea View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cb4c7d1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    61d772d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7c7d851 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    fab52e1 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    669a36b View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2024

  1. Configuration menu
    Copy the full SHA
    a79cae4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c685fb8 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2024

  1. Configuration menu
    Copy the full SHA
    1e1b649 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e90fe65 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cd94169 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bd45550 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c5b2ffd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8aa2ab0 View commit details
    Browse the repository at this point in the history
  7. feat: add NEON support

    dyxushuai committed Feb 11, 2024
    Configuration menu
    Copy the full SHA
    12c6b5c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6681376 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4ba6a84 View commit details
    Browse the repository at this point in the history
  10. doc: improve comments

    dyxushuai committed Feb 11, 2024
    Configuration menu
    Copy the full SHA
    068543e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6d12c6f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    319f449 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    6033931 View commit details
    Browse the repository at this point in the history
  14. fix: revert the change

    dyxushuai committed Feb 11, 2024
    Configuration menu
    Copy the full SHA
    1bff09b View commit details
    Browse the repository at this point in the history
  15. doc: improve comments

    dyxushuai committed Feb 11, 2024
    Configuration menu
    Copy the full SHA
    f614d1b View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    104fd7b View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2024

  1. Configuration menu
    Copy the full SHA
    da7107d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    56b9f2c View commit details
    Browse the repository at this point in the history
  3. feat: export a uniform API

    dyxushuai committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    1067f42 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6e2458c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2aae26d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6aa9507 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ebf1c24 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4b9b722 View commit details
    Browse the repository at this point in the history
  9. Remove unused code

    dyxushuai committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    c9c7b9f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    94d35a4 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ef35c4d View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    ae2a11d View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    d577d75 View commit details
    Browse the repository at this point in the history
  14. Update lexer module

    dyxushuai committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    cea6130 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

  1. Configuration menu
    Copy the full SHA
    f71b943 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8bfe41b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    207213d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a61d7e0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    afcd883 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bd06245 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1cc3818 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    850dcbb View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ddf2ce5 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    065584c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    586aa9f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    d6c6e15 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    e75942b View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    03ee45d View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2024

  1. Configuration menu
    Copy the full SHA
    7e1597e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    006e776 View commit details
    Browse the repository at this point in the history