pkgsrc/databases/gdbm
wiz 9105d9004e gdbm: update to 1.20.
Version 1.20, 2021-06-17

* New bucket cache

The bucket cache support has been rewritten from scratch.  The new
bucket cache code provides for significant speed up of search
operations.

* Change mmap prereading strategy

Pre-reading of the memory mapper regions, introduced in version 1.19
can be advantageous only when doing intensive look-ups on a read-only
database.  It degrades performance otherwise, especially if doing
multiple inserts.  Therefore, this version introduces a new flag
to gdbm_open: GDBM_PREREAD.  When given, it enables pre-reading of
memory mapped regions.

See https://github.com/Perl/perl5/issues/18884 for details.
2021-06-28 07:51:44 +00:00
..
patches
buildlink3.mk gdbm: reflect shlib major bump 2020-11-19 02:57:11 +00:00
builtin.mk
DESCR
distinfo gdbm: update to 1.20. 2021-06-28 07:51:44 +00:00
Makefile
Makefile.common gdbm: update to 1.20. 2021-06-28 07:51:44 +00:00
PLIST gdbm: update to 1.19. 2021-01-04 10:41:13 +00:00