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 29450200B80 for ; Wed, 14 Sep 2016 10:48:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 27E3C160ABA; Wed, 14 Sep 2016 08:48:22 +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 6E73A160AB4 for ; Wed, 14 Sep 2016 10:48:21 +0200 (CEST) Received: (qmail 47311 invoked by uid 500); 14 Sep 2016 08:48:20 -0000 Mailing-List: contact issues-help@flink.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flink.apache.org Delivered-To: mailing list issues@flink.apache.org Received: (qmail 47297 invoked by uid 99); 14 Sep 2016 08:48:20 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Sep 2016 08:48:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 714FA2C014F for ; Wed, 14 Sep 2016 08:48:20 +0000 (UTC) Date: Wed, 14 Sep 2016 08:48:20 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: issues@flink.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (FLINK-3599) GSoC: Code Generation in Serializers MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 14 Sep 2016 08:48:22 -0000 [ https://issues.apache.org/jira/browse/FLINK-3599?page=3Dcom.atlassian= .jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D1548= 9846#comment-15489846 ]=20 ASF GitHub Bot commented on FLINK-3599: --------------------------------------- Github user ggevay commented on a diff in the pull request: https://github.com/apache/flink/pull/2211#discussion_r78708846 =20 --- Diff: flink-core/pom.xml --- @@ -76,6 +76,18 @@ under the License. =09=09=09commons-collections =09=09 =09=09 +=09=09 +=09=09=09org.codehaus.janino +=09=09=09janino +=09=09=092.7.8 +=09=09 + +=09=09 +=09=09=09org.freemarker +=09=09=09freemarker +=09=09=092.3.24-incubating +=09=09 + --- End diff -- =20 You can update Janino to `3.0.1` and FreeMarker to `2.3.25-incubating` > GSoC: Code Generation in Serializers > ------------------------------------ > > Key: FLINK-3599 > URL: https://issues.apache.org/jira/browse/FLINK-3599 > Project: Flink > Issue Type: Improvement > Components: Type Serialization System > Reporter: M=C3=A1rton Balassi > Assignee: Gabor Horvath > Labels: gsoc2016, mentor > > The current implementation of the serializers can be a > performance bottleneck in some scenarios. These performance problems were > also reported on the mailing list recently [1]. > E.g. the PojoSerializer uses reflection for accessing the fields, which i= s slow [2]. > For the complete proposal see [3]. > [1] http://apache-flink-mailing-list-archive.1008284.n3.nabble.com/Tuple-= performance-and-the-curious-JIT-compiler-td10666.html > [2] https://github.com/apache/flink/blob/master/flink-core/src/main/java/= org/apache/flink/api/java/typeutils/runtime/PojoSerializer.java#L369 > [3] https://docs.google.com/document/d/1VC8lCeErx9kI5lCMPiUn625PO0rxR-iKl= Vqtt3hkVnk -- This message was sent by Atlassian JIRA (v6.3.4#6332)