svn commit: r392613 - head/databases/cego

Kurt Jaeger pi at FreeBSD.org
Tue Jul 21 07:39:37 UTC 2015


Author: pi
Date: Tue Jul 21 07:39:35 2015
New Revision: 392613
URL: https://svnweb.freebsd.org/changeset/ports/392613

Log:
  databases/cego: 2.23.10 -> 2.23.11
  
  - Added performance patch in CegoFieldValue.
    Values with a length up to STATICFIELDBUF size ( 100 bytes ) are handled
    using a static byte array. This saves expensive memory allocation
    calls in most cases. First very rough performances analysis has
    shown a performance improvement of about 5-10 percent
  - The local copy logic was shifted from CegoSelect::nextGroupedTuple
    to CegoGroupSpace::insertTuple.
  
  Submitted by:	Björn Lemke <lemke at lemke-it.com>

Modified:
  head/databases/cego/Makefile
  head/databases/cego/distinfo

Modified: head/databases/cego/Makefile
==============================================================================
--- head/databases/cego/Makefile	Tue Jul 21 06:02:23 2015	(r392612)
+++ head/databases/cego/Makefile	Tue Jul 21 07:39:35 2015	(r392613)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	cego
-PORTVERSION=	2.23.10
+PORTVERSION=	2.23.11
 CATEGORIES=	databases
 MASTER_SITES=	http://www.lemke-it.com/
 

Modified: head/databases/cego/distinfo
==============================================================================
--- head/databases/cego/distinfo	Tue Jul 21 06:02:23 2015	(r392612)
+++ head/databases/cego/distinfo	Tue Jul 21 07:39:35 2015	(r392613)
@@ -1,2 +1,2 @@
-SHA256 (cego-2.23.10.tar.gz) = ceb60cf96031206137b2ea43c100fa82404b298d4c9eb45d4284673a2ba103b1
-SIZE (cego-2.23.10.tar.gz) = 1085238
+SHA256 (cego-2.23.11.tar.gz) = ed29fb27396cbbb0e8d9f68d354088397d3275ddd8b528b3ebe1ccc23db46fe2
+SIZE (cego-2.23.11.tar.gz) = 1097625


More information about the svn-ports-all mailing list