mutable-fenwick
This package provides an implementation of mutable Fenwick trees. It is maximally generic. Each operation of Fenwick tree is implemented using a subset of constraints from Semigroup, Monoid, or Commutative, chosen based on the nature of each operation. It is fast and efficient. With ArrayC and VectorC from this package, it is possible to use unboxed arrays and vectors for newtypes that implement a custom algebra (e.g. Sum, Product or Xor). An implementation using this library can be as fast as a C/C++ implementation.
Ecosystem
hackage.haskell.org
hackage.haskell.org
Latest Release
9 months ago
0.1.1.0
9 months ago
Versions
2
2
Downloads
38 total
38 total
Loading...
Readme
Loading...
Links
| Registry | hackage.haskell.org |
| Source | Repository |
| JSON API | View JSON |
| CodeMeta | codemeta.json |
Package Details
| PURL |
pkg:hackage/mutable-fenwick
spec |
| License | MIT |
| First Release | 10 months ago |
| Last Synced | 12 days ago |
Repository
| Stars | 0 on GitHub |
| Forks | 0 on GitHub |