COP4331-LargeGroupProject-Fall22 / backend

Backend for SmartChef project, see https://github.com/COP4331-LargeGroupProject-Fall22/SmartChef
0 stars 1 forks source link

Typesafety and Optimization of operations on inventory items #58

Closed mplekunov closed 1 year ago

mplekunov commented 1 year ago

Inventory controller should have more optimized way of performing simple operations on food items. Current solution is O(N). Native sets cannot be safely used on user defined objects so workaround has to be found for O(1) CRUD operations.