-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathREADME
More file actions
51 lines (35 loc) · 1.31 KB
/
README
File metadata and controls
51 lines (35 loc) · 1.31 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
An encoder/decoder collection for a sequence of integers
=================
Overview
-----------
This library is assumed to encode and decode a sequence of integers
with highly positive skewness. The skewness is a distribution where
the mass of the distribution is concentrated on the left, i.e., an
element of the sequence is rarely a large integer. The library
includes a processor-friendly fast coder, called VSEncoder, and
other earlier coders for their comparisons.
See a web site below to know more about the library:
http://integerencoding.isti.cnr.it/
NOTE: The library aims at a research tool for performance
benchmarks, not a qualified product. If you would like to use
portable ones, you can access a URL below:
https://github.com/maropu/vpacker
Prequisites
-----------
* gcc >= 4.3.6 (For -std=gnu++0x)
License
-----------
Apache License, Version 2.0 http://www.apache.org/licenses/LICENSE-2.0
History
-----------
2012-09-28 version 0.3.0:
* Code refactoring done, and unit tests added.
2012-04-03 version 0.2.0:
* Release a stable version(See tag 'stable-0.2.0').
2011-11-13 version 0.1.0:
* Basic functions implemented, and a first release.
Authors
-----------
* Takeshi Yamamuro, linguin.m.s_at_gmail.com
* Fabrizio Silvestri, fabrizio.silvestri_at_isti.cnr.it
* Rossano Venturini, rossano.venturini_at_isti.cnr.it