create performance evaluation test for _to_string() family of functions
Nobody has claimed this yet.
- Dominant language
- C
- Stars
- 61
- Forks
- 35
- Avg merge
- 21m
- Merged PRs (30d)
- 2
Description
We need to have some tooling to evaluate performance of different implementations. Ideally, this should be automatically, but at least semi-automatically (with some need for manual action but a clearly documented way of doing this).
Among others, this is useful for evaluating #120, but also for all further refactoring work.
Contributor guide
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 locating the _to_string() family of functions and review issue #120 to understand the refactoring being evaluated. Define a repeatable automatic or semi-automatic performance evaluation process, document any manual steps clearly, and verify that it can compare different implementations.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- c
- Domain
- performance, testing, tooling
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100