PrimitiveArray
generalized Algebraic Dynamic Programming This library provides efficient multidimensional arrays. Import Data.PrimitiveArray for indices, lenses, and arrays. For generalized ADP users, the library also provides the machinary to fill tables in the correct order required by usual CYK-style parsers, or regular grammars (used e.g. in alignment algorithms). This means that unless your grammar requires a strange order in which parsing is to be performed, it will mostly "just work". In general operations do not perform bounds-checking or other sanity-checking and are aimed towards efficiency as much as possible. Users (like ADPfusion) should perform their own bounds-checking, outside of code that performs "loop-like" operations.
hackage.haskell.org
0.10.1.1
almost 5 years ago
30
25,589 total
17
Past Dependents
Check this option to include packages that no longer depend on this package in their latest version but previously did.
Filter
Filter by Kind
Links
| Registry | hackage.haskell.org |
| Source | Repository |
| JSON API | View JSON |
| CodeMeta | codemeta.json |
Package Details
| PURL |
pkg:hackage/PrimitiveArray
spec |
| License | BSD-3-Clause |
| First Release | over 15 years ago |
| Last Synced | 1 day ago |
Repository
| Stars | 7 on GitHub |
| Forks | 5 on GitHub |