You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by GitBox <gi...@apache.org> on 2018/10/18 09:57:06 UTC

[GitHub] acton393 opened a new pull request #1647: [WEEX-648][Android]native batch for dom operations generating from JavaScript

acton393 opened a new pull request #1647: [WEEX-648][Android]native batch for dom operations generating from JavaScript
URL: https://github.com/apache/incubator-weex/pull/1647
 
 
   introduce a native batch for dom operations generating from JavaScript
   wrap a series of dom operations with beginBatch and endBatch directives, when every V-sync signal comes, we try to ensure that the operations between beginBatch and endBatch can be performed in current V-sync, this policy can drop frames maybe, for our policy dropping frames, we only allow 20 frames at most.
   see iOS pull request https://github.com/apache/incubator-weex/pull/1644
   
   feature:648

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services