mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 15:36:35 -04:00
devel/lfcbase: update 1.8.10 -> 1.8.11
lfcbase: - Added range check to Chain::toInteger method to catch overflow exception cego: - This version brings a complete redesign of low level page handling. Instead of page references identified by fileId and pageid, a database unique pageid is used now This results in a complete reimplemtation of several low level classes like CegoFileHandler, CegoBufferPool, Blob handling, etc. Since pages are references by a single ( 64 bit ) id now, I expect an increased performance behaviour over all database operations. Most code modifications are done, code complies and basic functionally works ( create tableset, create table, insert table ) - First performance analysis indicates a speedup of about 10% for btree creation, so significant speedup for full table scans. - All base checks passed, but there is still a page allocation leak for table drops - Functional tests with SysMT successful completed Submitted by: Bjoern Lemke <lemke@lemke-it.com>
This commit is contained in:
parent
8d196f09ff
commit
85c8757926
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=428690
4 changed files with 8 additions and 8 deletions
|
@ -1,7 +1,7 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= cego
|
PORTNAME= cego
|
||||||
PORTVERSION= 2.31.7
|
PORTVERSION= 2.32.0
|
||||||
CATEGORIES= databases
|
CATEGORIES= databases
|
||||||
MASTER_SITES= http://www.lemke-it.com/
|
MASTER_SITES= http://www.lemke-it.com/
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1480845737
|
TIMESTAMP = 1481910060
|
||||||
SHA256 (cego-2.31.7.tar.gz) = 32718c47c816ef095a3d03ae60d207823f255d98820e77e0347fe838480581be
|
SHA256 (cego-2.32.0.tar.gz) = 7135da4c0da2828aa0fc889cbddec6c06aa79c7ed7463a7833121fce2ac4feb5
|
||||||
SIZE (cego-2.31.7.tar.gz) = 1437416
|
SIZE (cego-2.32.0.tar.gz) = 1439113
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= lfcbase
|
PORTNAME= lfcbase
|
||||||
PORTVERSION= 1.8.10
|
PORTVERSION= 1.8.11
|
||||||
CATEGORIES= devel
|
CATEGORIES= devel
|
||||||
MASTER_SITES= http://www.lemke-it.com/
|
MASTER_SITES= http://www.lemke-it.com/
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1470911683
|
TIMESTAMP = 1481910038
|
||||||
SHA256 (lfcbase-1.8.10.tar.gz) = cf2edfffe16f2a0622e672a8e2f0073745ffe0454b95cf9c31118af5830588bc
|
SHA256 (lfcbase-1.8.11.tar.gz) = 76c17caa7a530852f5e6aa0ed81f631d94d885c51a8fe62e9f1355079c112d08
|
||||||
SIZE (lfcbase-1.8.10.tar.gz) = 607610
|
SIZE (lfcbase-1.8.11.tar.gz) = 602056
|
||||||
|
|
Loading…
Add table
Reference in a new issue