Franck Freiburger
Results
72
comments of
Franck Freiburger
quick POC: defragment and shrink container buffer. update ecma_op_internal_buffer_delete() : https://github.com/jerryscript-project/jerryscript/blob/355ab24cdc0501e0fdb3a97be69ea94835301eea/jerry-core/ecma/operations/ecma-container-object.c#L100-L121 with: ```C /** * Delete element from the internal buffer. */ #define CONTAINER_SHRINK_FACTOR_THRESHOLD 2 #define ECMA_CONTAINER_SET_ENTRY_COUNT(collection_p, count) (collection_p->item_count =...
Is this package deprecated ?