I feel this might be a nitty gritty technical question. Does reading and writing flags (especially reading) with bigger flag depth, for example "aquarium.contents.inhabitants.ids.5.stats.hunger" take more processing power to calculate than something shorter like "aquarium.ids.5.stats.hunger", in the process sacrificing explicit conceptual relation for something more implicit and possibly lighter for the server to access? Bigger RAM usage is not a problem here, just concerned about the CPU side of things more.
Not familiar with the inner workings of Denizen on a Java level so I thought it would be appropriate to ask here 🥴
Bonus question, if access speed + workload for dealing with flags is affected, does the same apply for definitions within scripts as well with lots of defmap depth?