We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Current implementation heavily uses reflection and is used on a hot path in many places in neofs-node:
It makes sense to optimize for common use-cases:
sync.Pool
May be we could use generics here, but the task is not about this.
The text was updated successfully, but these errors were encountered:
#3 provided perfomance improvements for the most common use-cases. Let's not close this task, to see whether we can optimize this further.
Sorry, something went wrong.
dstepanov-yadro
No branches or pull requests
Current implementation heavily uses reflection and is used on a hot path in many places in neofs-node:
It makes sense to optimize for common use-cases:
sync.Pool
and see if it helps.May be we could use generics here, but the task is not about this.
The text was updated successfully, but these errors were encountered: