Store offset between slots to reduce memory usage

This commit is contained in:
Benoit Blanchon
2018-11-30 14:26:15 +01:00
parent 8ff48dde73
commit 04e8acd844
12 changed files with 118 additions and 49 deletions

View File

@@ -6,6 +6,7 @@ HEAD
* Removed the automatic expansion of `DynamicJsonDocument`, it now has a fixed capacity.
* Restored the monotonic allocator because the code was getting too big
* Reduced the memory usage
v6.6.0-beta (2018-11-13)
-----------