unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Ricardo Wurmus <ricardo.wurmus@mdc-berlin.de>
To: Nils Gillmann <niasterisk@grrlz.net>
Cc: guix-devel@gnu.org
Subject: Re: [PATCH] gnu: kyotocabinet (new variable)
Date: Wed, 24 Feb 2016 15:51:10 +0100	[thread overview]
Message-ID: <idjk2lu2mch.fsf@bimsb-sys02.mdc-berlin.net> (raw)
In-Reply-To: <87povmryp9.fsf@grrlz.net>


Nils Gillmann <niasterisk@grrlz.net> writes:

> Appended as explantion:
>
> Please disregard the last 2 emails on this patch.
>
> Explanatory part:
> I also have almost no idea how to describe it in a better way, I
> just need this as a dependency for panopticon.
> From my point of view, using the patch i did send on this (with 2
> additional comments) will work, somebody with more knowledge
> about databases can later fix the description, because it's just
> not my interest and mainly because it's not easy to find out
> after looking at the website and tarball. it's a database..

Actually, the website contains a workable description under “Overview”:

    Kyoto Cabinet is a library of routines for managing a database. The
    database is a simple data file containing records, each is a pair of
    a key and a value. Every key and value is serial bytes with variable
    length. Both binary data and character string can be used as a key
    and a value. Each key must be unique within a database. There is
    neither concept of data tables nor data types. Records are organized
    in hash table or B+ tree.

I see that your description is just the first sentence of this
explanation:

    Kyoto Cabinet is a library of routines for managing a database.

I think something like this would be sufficient:

    Kyoto Cabinet is a library of routines for managing a database.  The
    database is a simple data file containing key value pairs.  Both
    binary data and character string can be used for keys and values.
    Records are organized in a hash table or B+ tree.

What do you think?

~~ Ricardo

      reply	other threads:[~2016-02-24 14:51 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-02-19 10:20 [PATCH] gnu: kyotocabinet (new variable) Nils Gillmann
2016-02-22 23:57 ` Nils Gillmann
2016-02-23 10:22   ` Nils Gillmann
2016-02-24 14:05 ` Nils Gillmann
2016-02-24 14:51   ` Ricardo Wurmus [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

  List information: https://guix.gnu.org/

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

  git send-email \
    --in-reply-to=idjk2lu2mch.fsf@bimsb-sys02.mdc-berlin.net \
    --to=ricardo.wurmus@mdc-berlin.de \
    --cc=guix-devel@gnu.org \
    --cc=niasterisk@grrlz.net \
    /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 public inbox

	https://git.savannah.gnu.org/cgit/guix.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).