connect icon indicating copy to clipboard operation
connect copied to clipboard

Use string/byte Replacers to avoid allocation/function calls.

Open nibbleshift opened this issue 1 year ago • 5 comments

Avoid allocating/calling byte/string replace multiple times by using Replacer objects.

nibbleshift avatar May 08 '23 21:05 nibbleshift

Hey @nibbleshift do you think you can solve the conflict?

peczenyj avatar Aug 07 '23 19:08 peczenyj

Hey @peczenyj, I'll clean it up this weekend.

nibbleshift avatar Aug 10 '23 13:08 nibbleshift

Fixed merge conflicts and removed out of scope dot path caching.

This branch only implements string replacers now.

nibbleshift avatar Feb 25 '24 05:02 nibbleshift

@Jeffail Do you mind giving this a quick review?

nibbleshift avatar Feb 26 '24 10:02 nibbleshift

@Jeffail If there is any interest in merging this PR I can go ahead and resolve these conflicts.

nibbleshift avatar Apr 01 '24 10:04 nibbleshift