vector-sized
By expipiplus1
vector
An efficient implementation of Int-indexed arrays (both mutable and immutable), with a powerful loop optimisation framework . (by haskell)
vector-sized | vector | |
---|---|---|
1 | 2 | |
35 | 378 | |
- | 0.5% | |
2.3 | 7.7 | |
8 months ago | 4 months ago | |
Haskell | Haskell | |
BSD 3-clause "New" or "Revised" License | BSD 3-clause "New" or "Revised" License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
vector-sized
Posts with mentions or reviews of vector-sized.
We have used some of these posts to build our list of alternatives
and similar projects.
-
Practical examples of how dependent types are going to help Haskellers who don't know anyhting about them.
I can think of one (correct me if I'm wrong): In the vector-sized library, if I currently index 5 into a vector that's known at compile-time to be only of size 2, I won't get a compile-time error, but throw an error at runtime. I'm guessing after dependent types get introduced, this library's developers can now start giving us a compile time error.
vector
Posts with mentions or reviews of vector.
We have used some of these posts to build our list of alternatives
and similar projects.
-
How to derive newtype instances for Data.Vector.Unboxed?
One can find a corrected snippet at https://github.com/haskell/vector/pull/450
-
How to make libraries portable and usable without cabal
Not sure what the header is needed for honestly, because it doesn't look like it's doing much https://github.com/haskell/vector/blob/master/vector/include/vector.h
What are some alternatives?
When comparing vector-sized and vector you can also consider the following projects:
casadi-bindings - haskell bindings to the CasADi algorithmic differentiation and optimal control library
nimber - Finite nimber arithmetic
clifford - Clifford algebra for Haskell! :D
vector-clock
vector-th-unbox - Deriver for unboxed vectors using Template Haskell