ollef / ollef/environment-bench
Add growable vector
Nobody has claimed this yet.
- Dominant language
- Haskell
- Stars
- 6
- Forks
- 2
- Avg merge
- 1h 36m
- Merged PRs (30d)
- 1
Description
It might be useful to add the relatively recent http://hackage.haskell.org/package/data-vector-growable which as far as I understand is roughly equivalent to std::vector (without a good story for deletion). It is similar to the package https://hackage.haskell.org/package/dynamic-mvector-0.1.0.5 that @AndrasKovacs wrote (perhaps for this sort of purpose).
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reading the repository's existing benchmark structure and the two linked Haskell package descriptions. The issue names no files, tests, or entry point, and does not define which environment representation or benchmark should change. Done would require an agreed scope for adding a growable-vector-based representation and corresponding benchmark coverage.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- haskell
- Domain
- compilers
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100