influxdata / influxdata/influxdb-java
garbage free point factory
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 1.2k
- Forks
- 469
- PR merge metrics
- No merged PRs in 30d
Description
I search on issues but couldn't find maybe someone already asked about this.
Can we have a pointFactory which uses object pool to reuse point objects? I would expect this will decrease stop time and cpu usage of gc. Maybe someone can say cons and pros for having object pool for points.
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
No files, tests, or entry points are named. Start by locating the point-creation API and reviewing how point objects are allocated and used; then assess the proposed object-pool trade-offs. Done requires an agreed approach supported by measurements of allocation, GC stop time, and CPU usage.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- performance
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100