2. Access by name#

Objects managed by JEVEUX are accessed using the name. A coding function is used which provides an access key (an integer) from the name and various parameters, this key then allows access to the various attributes. Access by name is relatively expensive (character decoding, collision management, etc.) so the last name (simple object, collection and collection object) and the associated identifier (obtained from the key) and the associated identifier (obtained from the key) are stored in a variable, in order to avoid a new call to the coding function.

Note:

It is therefore recommended to perform all requests for the same object JEVEUX sequentially in order to take advantage of this possibility.