public inbox for gsl-discuss@sourceware.org
 help / color / mirror / Atom feed
From: Brian Gough <bjg@network-theory.co.uk>
To: "Alxneit-Kamber Ivo" <ivo.alxneit@psi.ch>
Cc: <gsl-discuss@sourceware.org>
Subject: Re: RFC bit_vectors
Date: Thu, 22 May 2008 08:02:00 -0000	[thread overview]
Message-ID: <87mymi937v.wl%bjg@network-theory.co.uk> (raw)
In-Reply-To: <1211361194.31910.9.camel@pc6411.psi.ch>

At Wed, 21 May 2008 11:13:14 +0200,
Alxneit-Kamber Ivo wrote:
> attached please find an implementation of 'bit_vectors' (maybe bit
> fields would be a better name) that might be an interesting addition to
> GSL. 'bit_vectors' can be used similarly like a C bit field, only that
> they grow and shrink dynamically depending on the number of bits in use.
> Currently the user is limited to 'maximum(size_t)' bits (the bit number
> is passed as size_t) or by the amount of memory available. Note,
> however, that memory for all bits does not necessarily need to be
> allocated because high bits that are either all 1 or 0 are stored as a
> single implied bit.

Hello,

Did you have a specific use in mind?  This is probably more suited to
a general C library rather than scientific library.  

-- 
Brian Gough

  reply	other threads:[~2008-05-22  8:02 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-05-21  9:13 Alxneit-Kamber Ivo
2008-05-22  8:02 ` Brian Gough [this message]
2008-05-22 11:34   ` Ivo Alxneit

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=87mymi937v.wl%bjg@network-theory.co.uk \
    --to=bjg@network-theory.co.uk \
    --cc=gsl-discuss@sourceware.org \
    --cc=ivo.alxneit@psi.ch \
    /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 read-only IMAP folder(s) and NNTP newsgroup(s).