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

Add complex keys #774

Merged
merged 4 commits into from
Sep 29, 2024
Merged

Add complex keys #774

merged 4 commits into from
Sep 29, 2024

Commits on Sep 19, 2024

  1. Add complex keys

    This allows to add new kinds of keys that need more data without making
    KeyValue's footprint bigger for common keys.
    
    This changes the [_symbol] field into [_payload], which holds the same
    as the previous field for more common keys but can hold bigger objects
    for keys of the new "Complex" kind.
    
    This also adds a complex key: String keys with a symbol different than
    the outputted string.
    
    Unit tests are added as the Java language is not helpful in making
    robust code.
    Julow committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    657d67d View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2024

  1. Implement KeyEventHandler

    Julow committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    390db36 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1809e6e View commit details
    Browse the repository at this point in the history
  3. Update the doc

    Julow committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    0f1ff54 View commit details
    Browse the repository at this point in the history