hw-streams: Primitive functions and data types

[ bsd3, data, library ] [ Propose Tags ]

Primitive functions and data types.


[Skip to Readme]

Flags

Automatic Flags
NameDescriptionDefault
bounds-checking-enabled

Enable bmi2 instruction set

Disabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.0.0.1, 0.0.0.2, 0.0.0.3, 0.0.0.4, 0.0.0.5, 0.0.0.6, 0.0.0.7, 0.0.0.8, 0.0.0.9, 0.0.0.10, 0.0.0.11, 0.0.0.12, 0.0.1.0
Dependencies base (>=4.8 && <5), bytestring (>=0.9 && <0.11), ghc-prim (>=0.4 && <0.6), hw-bits (>=0.7.0.3 && <0.8), hw-prim (>=0.6.2.17 && <0.7), mmap (>=0.5 && <0.6), primitive (>=0.6.3.0 && <0.8), semigroups (>=0.8.4 && <0.20), transformers (>=0.4 && <0.6), vector (>=0.12 && <0.13) [details]
License BSD-3-Clause
Copyright 2016-2018 John Ky
Author John Ky
Maintainer newhoggy@gmail.com
Revised Revision 1 made by GeorgeWilson at 2019-06-03T05:40:57Z
Category Data
Home page http://github.com/haskell-works/hw-streams#readme
Bug tracker https://github.com/haskell-works/hw-streams/issues
Source repo head: git clone https://github.com/haskell-works/hw-streams
Uploaded by haskellworks at 2018-12-31T04:06:09Z
Distributions
Reverse Dependencies 2 direct, 0 indirect [details]
Downloads 6306 total (35 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2018-12-31 [all 1 reports]

Readme for hw-streams-0.0.0.10

[back to package description]

hw-streams

CircleCI Travis

Pure streaming library.

This is a reproduction of the work in Exploiting Vector Instructions with Generalized Stream Fusion