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

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.7), semigroups (>=0.8.4 && <0.19), 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
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-31T01:53:59Z
Distributions
Reverse Dependencies 2 direct, 0 indirect [details]
Downloads 6309 total (38 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.9

[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