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

Improve performance when getting aliases by name #17

Merged
merged 5 commits into from
Nov 13, 2023

Commits on Nov 9, 2023

  1. Use maps of emojis by their aliases, by their alias group

    Improves performance for getByAlias and sibling methods
    freya022 committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    715d344 View commit details
    Browse the repository at this point in the history
  2. Add getByAlias benchmark

    freya022 committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    15ab692 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2023

  1. Merge remote-tracking branch 'felldo/master' into refactor/get-by-alias

    # Conflicts:
    #	lib/src/main/java/net/fellbaum/jemoji/EmojiManager.java
    freya022 committed Nov 12, 2023
    Configuration menu
    Copy the full SHA
    78039fa View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2023

  1. Apply suggestions from code review

    Co-authored-by: Dominic Fellbaum <[email protected]>
    freya022 and felldo authored Nov 13, 2023
    Configuration menu
    Copy the full SHA
    a9cd96f View commit details
    Browse the repository at this point in the history
  2. Fix compile

    freya022 committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    209f695 View commit details
    Browse the repository at this point in the history