1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00

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@lemke-it.com>
This commit is contained in:
Kurt Jaeger 2015-07-21 07:39:35 +00:00
parent 2a78c9498c
commit 3732864b52
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=392613
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= cego
PORTVERSION= 2.23.10
PORTVERSION= 2.23.11
CATEGORIES= databases
MASTER_SITES= http://www.lemke-it.com/

View File

@ -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