| CARVIEW |
Select Language
HTTP/1.1 200 OK
Connection: keep-alive
Server: nginx/1.24.0 (Ubuntu)
Content-Type: text/html; charset=utf-8
Cache-Control: public, max-age=300
Content-Encoding: gzip
Via: 1.1 varnish, 1.1 varnish
Accept-Ranges: bytes
Age: 0
Date: Sat, 17 Jan 2026 19:09:34 GMT
X-Served-By: cache-dfw-kdfw8210157-DFW, cache-bom-vanm7210031-BOM
X-Cache: MISS, MISS
X-Cache-Hits: 0, 0
X-Timer: S1768676974.412847,VS0,VE393
Vary: Accept, Accept-Encoding
transfer-encoding: chunked
binary-list: Lists of length a power of two.
binary-list: Lists of length a power of two.
Implementation of lists whose number of elements is a power of two. Binary lists have this property by definition, so it is impossible to build a value with other kind of length. The implementation take advantage of this property to get additional performance.
Some algorithms are designed to work only when the input list has length a power of two. Use binary lists to ensure this property in the input. In addition, this library exports some useful functions for this kind of algorithms. An example implementing the Fast Fourier Transform is provided in the Data.BinaryList module.
The package contains an additional module with utilities for the (de)serialization of binary lists.
Downloads
- binary-list-1.1.1.2.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
| Versions [RSS] | 0.1.0.0, 0.1.0.1, 0.1.0.2, 0.2.0.0, 0.2.0.1, 0.2.0.2, 0.2.0.3, 0.2.0.4, 0.3.0.0, 0.3.1.0, 0.3.1.1, 0.3.1.2, 0.3.2.0, 0.3.2.1, 0.3.3.0, 0.3.4.0, 0.3.4.1, 0.3.5.0, 0.4.0.0, 1.0.0.0, 1.0.0.1, 1.0.1.0, 1.1.0.0, 1.1.0.1, 1.1.0.2, 1.1.1.0, 1.1.1.1, 1.1.1.2 |
|---|---|
| Dependencies | base (>=4 && <5), binary (>=0.6.4.0), bytestring (>=0.10.0.0), deepseq, phantom-state (>=0.2), transformers (>=0.3.0.0) [details] |
| License | BSD-3-Clause |
| Author | Daniel Díaz |
| Maintainer | dhelta.diaz@gmail.com |
| Uploaded | by DanielDiaz at 2016-07-07T03:58:14Z |
| Category | Data |
| Bug tracker | https://github.com/Daniel-Diaz/binary-list/issues |
| Source repo | head: git clone git://github.com/Daniel-Diaz/binary-list.git |
| Distributions | LTSHaskell:1.1.1.2, NixOS:1.1.1.2, Stackage:1.1.1.2 |
| Reverse Dependencies | 2 direct, 0 indirect [details] |
| Downloads | 24295 total (104 in the last 30 days) |
| Rating | (no votes yet) [estimated by Bayesian average] |
| Your Rating |
|
| Status | Docs available [build log] Last success reported on 2016-07-07 [all 1 reports] |