Closed eblanca closed 6 years ago
This is a series of commits, with further refinements. They reduce memory requirement due to static consts, fix safety of a memory allocation and then remove it at all, given the very small size requested (1kb was way too much).
Now that the tests are passing; reviewed change and merged.
Thanks!
This is a series of commits, with further refinements. They reduce memory requirement due to static consts, fix safety of a memory allocation and then remove it at all, given the very small size requested (1kb was way too much).