goldmark icon indicating copy to clipboard operation
goldmark copied to clipboard

update unsafe code to user newer-faster-better idioms

Open dr2chase opened this issue 1 year ago • 1 comments

The new unsafe string/slice functions insulate the code from unlikely-but-still-possible changes to string and slice representation, and tend to compile to slightly better code. Build tags keep things working with older toolchains.

dr2chase avatar Nov 28 '23 16:11 dr2chase