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

Redesign In-Memory DB #113

Open
Katharsas opened this issue Jun 24, 2019 · 0 comments
Open

Redesign In-Memory DB #113

Katharsas opened this issue Jun 24, 2019 · 0 comments

Comments

@Katharsas
Copy link
Owner

Katharsas commented Jun 24, 2019

  • Use HashMap instead of ArrayLists (with long id as key) to improve lookup complexity
  • Maybe stear towards making concurrent use of db possible (ConcurrentHashMap)
  • Make API rely on long ids instead of string ids (maybe provide compatibility functions that take string ids and object class, so they can substract class name length to get long id)
@Katharsas Katharsas changed the title Re-Design In-Memory DB Redesign In-Memory DB Jun 24, 2019
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

No branches or pull requests

1 participant