wide-word: Data types for large but fixed width signed and unsigned integers
This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.
Warnings:
- 'ghc-options: -O2' is rarely needed. Check that it is giving a real benefit and not just imposing longer compile times on your users.
A library to provide data types for large (ie > 64 bits) but fixed width signed
and unsigned integers with the usual typeclass instances to allow them to be used
interchangeably with Word64
.
The types and operations are coded to be as fast as possible using strictness
annotations, INLINEABLE
pragmas and unboxed values and operations where
appropriate.
Properties
Versions | 0.1.0.0, 0.1.0.1, 0.1.0.2, 0.1.0.3, 0.1.0.4, 0.1.0.5, 0.1.0.6, 0.1.0.7, 0.1.0.8, 0.1.0.9, 0.1.1.0, 0.1.1.0, 0.1.1.1, 0.1.1.2, 0.1.3.0, 0.1.4.0, 0.1.5.0, 0.1.6.0 |
---|---|
Change log | ChangeLog.md |
Dependencies | base (>=4.8 && <4.14), deepseq (>=1.3 && <1.5), primitive (>=0.6.4.0 && <0.8) [details] |
License | BSD-2-Clause |
Copyright | Copyright (c) 2017 Erik de Castro Lopo <erikd@mega-nerd.com> |
Author | Erik de Castro Lopo |
Maintainer | erikd@mega-nerd.com |
Category | Data |
Home page | https://github.com/erikd/wide-word |
Bug tracker | https://github.com/erikd/wide-word/issues/ |
Uploaded | by ErikDeCastroLopo at 2020-01-22T06:13:13Z |
Modules
[Index] [Quick Jump]
Downloads
- wide-word-0.1.1.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
Package maintainers
For package maintainers and hackage trustees