ThreadPersistentData - Change Name #283
Labels
effort-low
Easy - 1 to 2 hours
priority-medium
Standard task, plan as you see fit.
type-chore
Clean-up and optimization
The naming of
ThreadPersistentData
is a misleading description of its intended use and behaviour when compared withEntityPersistentData
.ThreadPersistentData
is really more of a pooling mechanism for a heavy data type to allow jobs to avoid allocating instances on each iteration of a job, frame and across multiple jobs that use the same type.The
ThreadPersistentDataInstace
is:Put some thought into the name but some ideas to riff on are:
ParallelPooledDataProvider
?The text was updated successfully, but these errors were encountered: