~ubuntu-branches/ubuntu/hardy/libbit-vector-perl/hardy

« back to all changes in this revision

Viewing changes to CREDITS.txt

  • Committer: Bazaar Package Importer
  • Author(s): Christian Hammers
  • Date: 2004-12-20 20:00:17 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20041220200017-6jteet1vl3p0okbv
Tags: 6.4-4
Rebuild with adjusted dependencies. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
                    =====================================
2
 
                      Package "Bit::Vector" Version 6.3
 
2
                      Package "Bit::Vector" Version 6.4
3
3
                    =====================================
4
4
 
5
5
 
6
 
                 Copyright (c) 1995 - 2002 by Steffen Beyer.
 
6
                 Copyright (c) 1995 - 2004 by Steffen Beyer.
7
7
                             All rights reserved.
8
8
 
9
9
 
169
169
people in the past) for sending in a patch so that ToolBox.h will compile
170
170
with C++ compilers.
171
171
 
 
172
Many thanks to Runip Gopisetty <Runip.Gopisetty@Procket.com> for sending
 
173
a patch for adding functions for generic string import and export functions.
 
174
However, I decided to realize these in Perl instead (at least for the time
 
175
being); you can find them in the new module "Bit::Vector::String". This way
 
176
even octal representation and enumerations are supported.
 
177
 
 
178
Many heartfelt thanks go to Jamie Blustein <jamie@cs.dal.ca> /
 
179
<jamie@csd.uwo.ca> / <jamie@ACM.org> for sending me the article
 
180
"Performance Investigation of Bit-Counting Algorithms with a
 
181
Speedup to Lookup Table", by Eyas El-Qawasmeh, Department of
 
182
Computer Science and Information Systems, Jordan University of
 
183
Science and Technology, cited from the Journal of Research and
 
184
Practice in Information Technology, Vol. 32, No. 3/4, August/
 
185
November 2000, thus prompting my reconsideration of the
 
186
implementation of the "Norm()" method in this module.
 
187
 
 
188
See also his web pages, especially the pages about bit vectors,
 
189
at:
 
190
    http://www.cs.dal.ca/~jamie/
 
191
    http://www.csd.uwo.ca/~jamie/
 
192
    http://www.csd.uwo.ca/%7ejamie/.Refs/code.html
 
193
    http://www.csd.uwo.ca/%7ejamie/publications.html#BitVectors
 
194
    http://www.csd.uwo.ca/~jamie/BitVectors/
 
195
 
172
196