reduce computational complexity

This commit is contained in:
2021-02-09 18:11:06 +01:00
parent 79c1b19e33
commit e952764e4f
5 changed files with 127 additions and 53 deletions

View File

@@ -13,7 +13,7 @@
namespace imc
{
// define "magic bytes" announcing start/end of blocks and separation within
// define "magic bytes" announcing start/end of blocks and separation of parameters within
const unsigned char ch_bgn_ = 0x7c, ch_end_ = 0x3b, ch_sep_ = 0x2c;
// single parameter (in a block) is determined by offset of its first/last byte