Hello, I would like to use your framework to speedup code of a command interpreter on an embedded system. The specificity is that the amount of RAM is quite small, and that the set of strings is fixed. The procedure would be; 1) on a development computer, take a list of strings and generate "something" which could be inserted into a C program. Basically as: struct ZZZ my_frozen_strings={{.val1 = XXX, .val2 = YYY}, ...}; 2) on the target platform, add this 'image' and incorporate only the code permitting to search one string in the set. No grow / pruning / snapshot Where should I start with ? Regards Pascal
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be resolved. The issue was opened by CdeMills and has received 2 comments.