Penciller Memory Refactor
Plugged the ne wpencille rmemory into the Penciller, and took advantage of the increased speed to simplify the callbacks involved. The outcome is much simpler code
This commit is contained in:
parent
c7a56068c5
commit
95609702bd
6 changed files with 214 additions and 278 deletions
|
@ -645,7 +645,7 @@ push_to_penciller(Penciller, KeyTree) ->
|
|||
% the list by order before becoming a de-duplicated list for loading
|
||||
R = leveled_penciller:pcl_pushmem(Penciller, KeyTree),
|
||||
case R of
|
||||
{returned, _Reason} ->
|
||||
returned ->
|
||||
timer:sleep(?LOADING_PAUSE),
|
||||
push_to_penciller(Penciller, KeyTree);
|
||||
ok ->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue