Re: [hybi] Performance of Vector XOR

Iñaki Baz Castillo <ibc@aliax.net> Thu, 08 September 2011 10:10 UTC

Return-Path: <ibc@aliax.net>
X-Original-To: hybi@ietfa.amsl.com
Delivered-To: hybi@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 1347B21F8AF5 for <hybi@ietfa.amsl.com>; Thu, 8 Sep 2011 03:10:35 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.648
X-Spam-Level:
X-Spam-Status: No, score=-2.648 tagged_above=-999 required=5 tests=[AWL=0.029, BAYES_00=-2.599, FM_FORGED_GMAIL=0.622, MIME_8BIT_HEADER=0.3, RCVD_IN_DNSWL_LOW=-1]
Received: from mail.ietf.org ([12.22.58.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id tub00lDKFkWv for <hybi@ietfa.amsl.com>; Thu, 8 Sep 2011 03:10:33 -0700 (PDT)
Received: from mail-qy0-f179.google.com (mail-qy0-f179.google.com [209.85.216.179]) by ietfa.amsl.com (Postfix) with ESMTP id D820621F8A71 for <HYBI@ietf.org>; Thu, 8 Sep 2011 03:10:32 -0700 (PDT)
Received: by qyk35 with SMTP id 35so374769qyk.10 for <HYBI@ietf.org>; Thu, 08 Sep 2011 03:12:23 -0700 (PDT)
MIME-Version: 1.0
Received: by 10.229.64.149 with SMTP id e21mr376905qci.25.1315476742883; Thu, 08 Sep 2011 03:12:22 -0700 (PDT)
Received: by 10.229.79.207 with HTTP; Thu, 8 Sep 2011 03:12:22 -0700 (PDT)
In-Reply-To: <634914A010D0B943A035D226786325D422C0F6D90D@EXVMBX020-12.exch020.serverdata.net>
References: <20110907133128.ef1fc80126c74c6c202a919c41c7bb0b.a42c8f016b.wbe@email03.secureserver.net> <634914A010D0B943A035D226786325D422C0F6D90D@EXVMBX020-12.exch020.serverdata.net>
Date: Thu, 08 Sep 2011 12:12:22 +0200
Message-ID: <CALiegfmDppiJekp=gjBoBinMFXDk-pwwT4VGUcfm0825PEEziQ@mail.gmail.com>
From: Iñaki Baz Castillo <ibc@aliax.net>
To: Tobias Oberstein <tobias.oberstein@tavendo.de>
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
Cc: "HYBI@ietf.org" <HYBI@ietf.org>, Bob Gezelter <gezelter@rlgsc.com>
Subject: Re: [hybi] Performance of Vector XOR
X-BeenThere: hybi@ietf.org
X-Mailman-Version: 2.1.12
Precedence: list
List-Id: Server-Initiated HTTP <hybi.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/hybi>, <mailto:hybi-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/hybi>
List-Post: <mailto:hybi@ietf.org>
List-Help: <mailto:hybi-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/hybi>, <mailto:hybi-request@ietf.org?subject=subscribe>
X-List-Received-Date: Thu, 08 Sep 2011 10:10:35 -0000

2011/9/7 Tobias Oberstein <tobias.oberstein@tavendo.de>:
> With Python, if I had more time, I'd probably write a minimal
> WS accelerator native module that does just

In my WS server (Ruby language) I've got a 400% of efficience by
coding a Ruby C extension for the unmasking process:

http://oversip.net/public/oversip/websocket-autobahn-results/

-- 
Iñaki Baz Castillo
<ibc@aliax.net>