You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
Katharsas
changed the title
Re-Design In-Memory DB
Redesign In-Memory DB
Jun 24, 2019
The text was updated successfully, but these errors were encountered: