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

perf: Optimize UTF8/ASCII byte offset index #3439

Merged
merged 5 commits into from
Mar 11, 2023
Merged

Commits on Mar 11, 2023

  1. Two Vec UTF8 index

    MichaReiser committed Mar 11, 2023
    Configuration menu
    Copy the full SHA
    2107def View commit details
    Browse the repository at this point in the history
  2. Documentation

    MichaReiser committed Mar 11, 2023
    Configuration menu
    Copy the full SHA
    6150a44 View commit details
    Browse the repository at this point in the history
  3. Lazy compute offset

    MichaReiser committed Mar 11, 2023
    Configuration menu
    Copy the full SHA
    37fcecc View commit details
    Browse the repository at this point in the history
  4. Correctly handle \r

    MichaReiser committed Mar 11, 2023
    Configuration menu
    Copy the full SHA
    dc18ad0 View commit details
    Browse the repository at this point in the history
  5. Add test for \r\n

    MichaReiser committed Mar 11, 2023
    Configuration menu
    Copy the full SHA
    0cfc408 View commit details
    Browse the repository at this point in the history