Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 16A23200D38 for ; Sun, 8 Oct 2017 02:20:05 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 153011609DF; Sun, 8 Oct 2017 00:20:05 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 62DC6160BDC for ; Sun, 8 Oct 2017 02:20:04 +0200 (CEST) Received: (qmail 29763 invoked by uid 500); 8 Oct 2017 00:20:03 -0000 Mailing-List: contact dev-help@avro.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@avro.apache.org Delivered-To: mailing list dev@avro.apache.org Received: (qmail 28346 invoked by uid 99); 8 Oct 2017 00:20:01 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 08 Oct 2017 00:20:01 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 27A2AE0301; Sun, 8 Oct 2017 00:19:59 +0000 (UTC) From: rstata To: dev@avro.apache.org Reply-To: dev@avro.apache.org Message-ID: Subject: [GitHub] avro pull request #256: AVRO-2090: Improve encode/decode time for SpecificRe... Content-Type: text/plain Date: Sun, 8 Oct 2017 00:19:59 +0000 (UTC) archived-at: Sun, 08 Oct 2017 00:20:05 -0000 GitHub user rstata opened a pull request: https://github.com/apache/avro/pull/256 AVRO-2090: Improve encode/decode time for SpecificRecord using code generation Initial patch for AVRO-2090 You can merge this pull request into a Git repository by running: $ git pull https://github.com/rstata-projects/avro AVRO-2090 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/avro/pull/256.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #256 ---- commit d2127c7a4051bf7efa56cb0d7e8d9de6ead31c16 Author: rstata Date: 2017-07-13T08:36:39Z Saving initial work, still have more to do. commit 474cc97315ecfeb5bc79dc366424c342d57d83e2 Author: rstata Date: 2017-07-14T04:22:46Z Finished initial implementation (not tested). commit 456d667c58df1493190b99bea40b24408e969679 Author: rstata Date: 2017-07-14T05:51:24Z Poorly done feature flag, and formatting improvements (incl proper indentation). commit b1caba57a90a7fe9a7779c137137315d1d6a99ec Author: rstata Date: 2017-07-16T08:40:03Z Added Reader/Decoder code commit 9f8c853f6f43c9ce07eb9ad10da0d6acf9263c5e Author: rstata Date: 2017-09-16T01:33:16Z Updated output files to reflect new specific-compiler strategy. commit 83698d9e3ea04e00cd7da87373409b74f77d708a Author: rstata Date: 2017-10-03T21:44:05Z Reverting changes to SpecificFixed commit 84e4cbb1ada1ceb97dcec0364a231055cd25142a Author: rstata Date: 2017-10-04T01:54:24Z Change name of feature from Encodable to CustomCoders commit e57289bae26683ba4ea3ed30f863be5a79983bc0 Author: rstata Date: 2017-10-04T04:49:15Z Fixed bugs in codegen template commit f8fae7bc307fae7d51afab7a99025b4213937d40 Author: rstata Date: 2017-10-04T05:32:20Z Added feature flag for custom coders commit d5b45607ace5fbaf9ee526df2fa285a047365548 Author: rstata Date: 2017-10-08T00:18:34Z Remove stale TODO comment ---- ---