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
A follow-up on the performance optimisation that was done in #575 where library classes were generated as singletons that contain no state, thus removing any previous memorization of defines.
A new solution must be found, probably that it moves to the CqlContext in an efficient manner
The text was updated successfully, but these errors were encountered:
Since this ticket was created, the 1.0 implementation updated their solution to put the Lazy<> and CqlContext state back into libraries, only for those that have context defined, while leaving the other libraries as singletons. See PR #590
So when this ticket is implemented, it must be decided to copy the 1.0 solution, or continue finding an optimal way to put the state in the context as per the original issue description.
A follow-up on the performance optimisation that was done in #575 where library classes were generated as singletons that contain no state, thus removing any previous memorization of defines.
A new solution must be found, probably that it moves to the CqlContext in an efficient manner
The text was updated successfully, but these errors were encountered: