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
Unfortunately that's not possible presently, but it could be implemented at the cost of pausing access in order to rehash the EMS array when it is resized.
The plan for EMS 2.0 adds dynamic allocation, a better persistence model, and improves resiliency, but I was not planning retrofitting these things into EMS 1.x. If the brute-force workaround of over-allocating all the EMS arrays is a show-stopper, but pausing to rehash the array upon resize isn't a showstopper, let me know and I can take a look at implementing it in EMS 1.x.
Is it possible to instantiate an EMS array object without specifying it's dimension? I'm at a case where I do not know how big the array will be.
The text was updated successfully, but these errors were encountered: