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
Information on the various (and preferred) ways to add connect a scheme to CCPP, including pros/cons of using a wrapper versus pre- and post- interstitials
Best practices and guidelines wrt ways to allocate memory so schemes can be stateless (recommended but not required) (@dustinswales pls add as needed)
Suggest not using the term stateless because audience may not know what it is
Schemes should not use dynamic memory allocation on the HEAP
Schemes should not contain data that clashes when multiple non-interacting instances of the scheme are being used in one executable"
Please edit/add as needed
The text was updated successfully, but these errors were encountered: