nickva opened a new pull request, #5499:
URL: https://github.com/apache/couchdb/pull/5499

   Update includes:
   
     * A re-implementation of float<->string parsing and formatting so it's 
more consistent across architectures [1]
   
     * Use ropes for faster string concatenation
   
     * BigInt code is not part of the defaults. No need to include it 
separately. It's part of the JS standard as well. BigFloat and BigDecimal were 
removed (but we didn't use them anyway).
   
     * Memory leak in string padding [3]
   
     * set_date_field() fix [4]
   
   And some other fixes (async handling, typed array fixes) which we don't use
   
   [1] 
https://github.com/bellard/quickjs/commit/993660621a0a834c93eaad68713b2dc25508b326
   
   [2] 
https://github.com/bellard/quickjs/commit/156d981afeb07d7520ad75685e15b8dabd95f35a
   
   [3] 
https://github.com/bellard/quickjs/commit/e8cfe8fede99abe00bf677cc3c9c1a9de273a125
   
   [4] 
https://github.com/bellard/quickjs/commit/b0c1a12196e634d74bcf29997cf256ebc89cb6fb
   


-- 
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: notifications-unsubscr...@couchdb.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to