pathlib icon indicating copy to clipboard operation
pathlib copied to clipboard

Investigate unsafe string modification for speed improvements

Open nemec opened this issue 9 years ago • 1 comments

Since this library is essentially a wrapper for strings, is there any benefit to breaking out of the "managed" mold and using direct memory copying to get some speed improvements? Or will the performance difference be negligible? Need to investigate.

http://blog.getpaint.net/2015/07/21/net-strings-are-immutable-except-that-theyre-not/

nemec avatar Aug 03 '15 04:08 nemec