Return-Path: X-Original-To: apmail-fleece-dev-archive@minotaur.apache.org Delivered-To: apmail-fleece-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1F11711F2C for ; Wed, 30 Jul 2014 16:41:00 +0000 (UTC) Received: (qmail 22706 invoked by uid 500); 30 Jul 2014 16:41:00 -0000 Delivered-To: apmail-fleece-dev-archive@fleece.apache.org Received: (qmail 22684 invoked by uid 500); 30 Jul 2014 16:41:00 -0000 Mailing-List: contact dev-help@fleece.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@fleece.incubator.apache.org Delivered-To: mailing list dev@fleece.incubator.apache.org Received: (qmail 22671 invoked by uid 99); 30 Jul 2014 16:41:00 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 Jul 2014 16:41:00 +0000 X-ASF-Spam-Status: No, hits=-2000.6 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO mail.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 30 Jul 2014 16:40:58 +0000 Received: (qmail 22005 invoked by uid 99); 30 Jul 2014 16:40:38 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 Jul 2014 16:40:38 +0000 Date: Wed, 30 Jul 2014 16:40:38 +0000 (UTC) From: "Romain Manni-Bucau (JIRA)" To: dev@fleece.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (FLEECE-10) Performance Improvements Reader and Generator MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/FLEECE-10?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14079481#comment-14079481 ] Romain Manni-Bucau commented on FLEECE-10: ------------------------------------------ Applied thanks :) > Performance Improvements Reader and Generator > --------------------------------------------- > > Key: FLEECE-10 > URL: https://issues.apache.org/jira/browse/FLEECE-10 > Project: Fleece > Issue Type: Improvement > Reporter: Hendrik Saly > Attachments: 0001-FLEECE-10.patch > > > * JsonValue classes are now immutable > * Object and Array Builder changed to build real mutable Objects/Arrays with no performance > drawbacks > * Factories handle now config maps correct > * ReaderImpl is faster and easier now > * Generator is also faster and easier now (buffering added) > * some string escaping fixed > * made almost all classes and constructors default visible > * some charset fixes > * new tests added > * writerimpl and others now conform to api > Performance comparison is here: > https://github.com/salyh/jsr353-benchmark/tree/master/results/salyh%2020140729 -- This message was sent by Atlassian JIRA (v6.2#6252)