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

Atomic keys introduction for strings, symbols, small numbers. #785

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Sep 17, 2024

  1. Reserved atom_id in njs_value_t.

    To have enough space in njs_value_t this patch removed built-in short string.
    The short strings were an optimization which will be less useful when
    atomic strings are introduced.
    VadimZhestikov committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    8249156 View commit details
    Browse the repository at this point in the history