You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
I am always happy to review Pull requests which address performance issues, it should be clearly shown in the PR that the situation improves. This can be done with a unit- or integration test.
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.
The text was updated successfully, but these errors were encountered: