Skip to content

[Java] Add optimized map for faster lookup#43

Merged
chaokunyang merged 6 commits intomainfrom
add_optimized_map
May 4, 2023
Merged

[Java] Add optimized map for faster lookup#43
chaokunyang merged 6 commits intomainfrom
add_optimized_map

Conversation

@chaokunyang
Copy link
Copy Markdown
Collaborator

@chaokunyang chaokunyang commented May 4, 2023

What do these changes do?

Add optimized map for faster lookup:

  • FuryObjectMap
  • IdentityMap
  • IdentityObjectIntMap
  • ObjectIntMap
  • ObjectMap

Related issue number

Closes #42

Check code requirements

  • tests added / passed (if needed)
  • Ensure all linting tests pass, see here for how to run them

@chaokunyang chaokunyang merged commit 748908e into main May 4, 2023
@chaokunyang chaokunyang deleted the add_optimized_map branch May 4, 2023 10:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Java] add optimized map implementation

1 participant