werpu opened a new pull request, #547:
URL: https://github.com/apache/myfaces/pull/547

   - Streams are now entirely eliminated in favor of JS Arrays (very likely 
faster because native arrays are handled by the browser)
   - Added a non intrusive Array shim for flatMap (some browsers in our 
baseline do not support it)
   - Reduced internal Config data structure to raw associative arrays gone are 
now the configs and subconfigs (easier debugging probably faster also)
   - Simplified the XHRQueue code it is now 50% smaller and down to the core
   - Cleaned upt he XhrRequest
   - Moved the AsyncRunnable into an abstract base class 
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to