Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
Thank you for follow up. My understanding is that default stack size if 1MB or 8MB on most platforms (on embedded maybe way smaller) so this maybe determining factor, otherwise, let's keep it on stack!
Thank you! Great advice! I wonder up to which size on which architectures, array makes more sense then vector ...