9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: Geoff Collyer <geoff@collyer.net>
To: 9fans@cse.psu.edu
Subject: Re: [9fans] venti workalike in Python
Date: Tue,  9 Dec 2003 18:51:48 -0800	[thread overview]
Message-ID: <7494561ed812df061f215d9a8ac3fd1d@collyer.net> (raw)
In-Reply-To: <E1ATu8e-000AtJ-Kf@t40.swtch.com>

Berkeley DB has grown a lot over the years.  I recently ported Ken's
dbm library from V7 to native Plan 9, and modified it to store all
integers on disk in big-endian order, so that dbm databases can be
shared across architectures (there are still locking problems to be
solved for concurrent access, though).  I did the same for Chris
Torek's extended dbm, mdbm, which adds multiple keys per value and the
ability to have multiple databases open simultaneously.  My mdbm port
will also run on Unix, so one can share my mdbm databases across
architectures there too.  All of this has been only lightly exercised,
but if you'd like a copy, let me know.



  reply	other threads:[~2003-12-10  2:51 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-12-10  2:00 John E. Barham
2003-12-10  2:31 ` Russ Cox
2003-12-10  2:51   ` Geoff Collyer [this message]
2003-12-10 22:52 ` William Josephson
2003-12-11  7:20 ` John E. Barham
2003-12-11  9:46 ` John E. Barham
2003-12-11 16:23   ` Russ Cox
2003-12-10 12:11 Geoff Collyer

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=7494561ed812df061f215d9a8ac3fd1d@collyer.net \
    --to=geoff@collyer.net \
    --cc=9fans@cse.psu.edu \
    /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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).