npgsql - Npgsql2: Added an small performance improvement by creating a

From: fxjr(at)pgfoundry(dot)org (User Fxjr)
To: pgsql-committers(at)postgresql(dot)org
Subject: npgsql - Npgsql2: Added an small performance improvement by creating a
Date: 2010-03-02 13:33:46
Message-ID: 20100302133346.7E66B10716DD@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------

Added an small performance improvement by creating a shared buffer for Int32 and Int16 reading. This way, buffers don't need to be recreated all the time.

Modified Files:
--------------
Npgsql2/src/Npgsql:
PGUtil.cs (r1.12 -> r1.13)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql2/src/Npgsql/PGUtil.cs?r1=1.12&r2=1.13)

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2010-03-02 15:43:11 pgsql: Backpatch MSVC build fix for XSLT
Previous Message Andrew Dunstan 2010-03-02 12:29:15 pgsql: Add XSLT defines for MSVC builds