forte icon indicating copy to clipboard operation
forte copied to clipboard

Create interface (such as for Entry) to extract attributes (especially in massive settings) directly

Open J007X opened this issue 2 years ago • 0 comments

Is your feature request related to a problem? Please describe. In recent profiling tests we found there could be excessive packing/unpacking for the attributes of datatypes such as entry which could slow down the performance.

Describe the solution you'd like So after discussion, a new requirement for Creating interface to extract attributes (especially in massive settings) directly without going through classes is added as a general task/goal for performance improvement (sub project).

Describe alternatives you've considered Considered adding this interfaces in several possible places but settled on the data_store for the lower level interface.

Additional context

J007X avatar Feb 13 '23 13:02 J007X