contiguous
Typeclass for array types (by byteverse)
apple
Apple array system (by vmchale)
| contiguous | apple | |
|---|---|---|
| - | 3 | |
| 19 | 72 | |
| - | - | |
| 3.4 | 9.2 | |
| about 1 year ago | 13 days ago | |
| Haskell | Jupyter Notebook | |
| BSD 3-clause "New" or "Revised" License | GNU General Public License v3.0 or later |
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.
contiguous
Posts with mentions or reviews of contiguous.
We have used some of these posts to build our list of alternatives
and similar projects.
We haven't tracked posts mentioning contiguous yet.
Tracking mentions began in Dec 2020.
apple
Posts with mentions or reviews of apple.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2025-02-12.
-
Compiling Array Languages for SIMD [pdf]
It's about author's language named Apple[1], took some seconds since Apple Array System unfortunately sounds like some MacOS framework.
For people prefer C-like syntax, there is ispc[2], which support x86 AVX and ARM Neon programming via LLVM.
[1] https://github.com/vmchale/apple
- Apple Array System
- Apple array system
What are some alternatives?
When comparing contiguous and apple you can also consider the following projects:
array-list - IsList instances of Array for OverloadedLists extension
orthotope
j - Call J from Haskell
primitive-maybe - Arrays of Maybes, with fewer indirections
data-vector-growable - Dynamic, growable, resizable, mutable and generic vector implementation