AllMight
AllMight
CC#
Created by AllMight on 4/3/2025 in #help
Maybe the case for object pooling?
That's why I asked
27 replies
CC#
Created by AllMight on 4/3/2025 in #help
Maybe the case for object pooling?
It means allocating for every item
27 replies
CC#
Created by AllMight on 4/3/2025 in #help
Maybe the case for object pooling?
Well I am not sure haha
27 replies
CC#
Created by AllMight on 4/3/2025 in #help
Maybe the case for object pooling?
@Anton ye sounds good. Make the proccessor singleton and only create a data object per item. I guess use pooling or struct for this data object right?
27 replies
CC#
Created by AllMight on 4/3/2025 in #help
Maybe the case for object pooling?
The classes themselves are small (methods and some state)
27 replies
CC#
Created by AllMight on 4/3/2025 in #help
Maybe the case for object pooling?
When I have many items
27 replies
CC#
Created by AllMight on 4/3/2025 in #help
Maybe the case for object pooling?
The problem is creating those classes for every item I am processing
27 replies
CC#
Created by AllMight on 4/3/2025 in #help
Maybe the case for object pooling?
Well I got a bit lost tbh. Maybe if I explain better it will match more what I am doing. Each item I am processing is large (with nested large arrays too) so I iterate over it once and apply logics. Each logic is a class
27 replies
CC#
Created by AllMight on 4/3/2025 in #help
Maybe the case for object pooling?
I am generally not sure how best to process a big object with many logics on it which is part of a really large array
27 replies
CC#
Created by AllMight on 4/3/2025 in #help
Maybe the case for object pooling?
@Anton mind sharing a simple code example? I know object pool exists but only saw it used with buffers. Never actually worked with structs to be honest so I am not sure I understand
27 replies
CC#
Created by AllMight on 11/14/2023 in #help
Correct environments handling (appSettings.json)
So how do you release for specific environment pipeline? If the only change is a public variable do you need to build again and create a PR with the change?
5 replies
CC#
Created by AllMight on 11/9/2023 in #help
❔ Swashbuckle remove SwaggerDoc
Bump
4 replies
CC#
Created by AllMight on 11/9/2023 in #help
❔ Swashbuckle remove SwaggerDoc
Bump
4 replies