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
The sql database will allow for efficient and fast retrieval of unit names based on various search criteria. Then once the unit name is obtained it will subsequently be used with a hash map to get the corresponding unit object.
The text was updated successfully, but these errors were encountered:
isaaclafrance
changed the title
Transition to a SQLite database design for unit storage rather than a hash table data structure.
Transition to a Hybrid SQLite database and hash table data structure design for unit storage and processing.
Mar 7, 2017
isaaclafrance
changed the title
Transition to a Hybrid SQLite database and hash table data structure design for unit storage and processing.
Transition to a Hybrid SQLite database and hashmap table data structure design for unit storage and processing.
Mar 7, 2017
Decided against using sql all together. The application infrastructure is too heavily dependent on the hash map data structure and so a change to sql would require a major alteration in how things operate. Moreover, the existing data structure already sufficiently satisfies the need of the application.
The text was updated successfully, but these errors were encountered: