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

Optimize EOF by reading types on demand #1034

Merged

Commits on Oct 14, 2024

  1. Optimize EOF by reading types on demand

    Introduces `EOF1Header::get_type` function to read individual EOF
    code types. This is fast procedure because we need to read at most 4
    bytes and a know offset. By doing so we avoid allocating separated
    vector to types.
    elijahhampton authored and chfast committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    21a78e3 View commit details
    Browse the repository at this point in the history