Conversation

crowfrog

Description: add a new function DeleteOnOrig which can do delete operation on original slice. It will really help improve performance by reducing one memory alloc/dealloc and one whole copy per one call.

Benchmark before change:

Benchmark after change:

These is no benchmark case because no new code introduced almost.

@crowfrog

Sign up for free to join this conversation on . Already have an account? Sign in to comment
None yet
None yet

Successfully merging this pull request may close these issues.

@crowfrog