all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Lars Ingebrigtsen <larsi@gnus.org>
To: barry <barry.krofchick@sympatico.ca>
Cc: 1028@debbugs.gnu.org
Subject: bug#1028: Improvement: Persistent Hash Store with GDBM
Date: Mon, 29 Feb 2016 15:52:24 +1100	[thread overview]
Message-ID: <87a8mkxgmv.fsf@gnus.org> (raw)
In-Reply-To: <48DC4CA8.5010901@sympatico.ca> (barry's message of "Thu, 25 Sep 2008 22:44:56 -0400")

barry <barry.krofchick@sympatico.ca> writes:

> This is not a bug but an enhancement, which implements persistent
> hash store using gdbm to effect the storage.
>
> The code is in file gdbm.c (below), with some minor
> changes to Makefile.in (in the emacs/src directory) and
> emacs.c to include the new functions into the emacs build.
>
> The new functions are as follows and mirror the
> equivalent functions in the gdbm package itself:
>
> 1. gdbm-open
> 2. gdbm-close
> 3. gdbm-fetch
> 4. gdbm-store
> 5. gdbm-delete
> 6. gdbm-exists
> 7. gdbm-firstkey
> 8. gdbm-nextkey
> 9. gdbm-sync
> 10.gdbm-reorganize

These days, an SQLite backend or something would probably be more
useful, but I don't really see much of a use case for accessing a gdbm
database from Emacs, so I'm closing this bug report.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





      reply	other threads:[~2016-02-29  4:52 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-09-26  2:44 bug#1028: Improvement: Persistent Hash Store with GDBM barry
2016-02-29  4:52 ` Lars Ingebrigtsen [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87a8mkxgmv.fsf@gnus.org \
    --to=larsi@gnus.org \
    --cc=1028@debbugs.gnu.org \
    --cc=barry.krofchick@sympatico.ca \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.