-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
Closed
Labels
good first issueIndicates a good issue for first-time contributors to JuliaIndicates a good issue for first-time contributors to JuliaperformanceMust go fasterMust go faster
Description
I was being really lazy when I wrote this one-liner:
bytes2hex(arr::Vector{UInt8}) = join([hex(i,2) for i in arr])It's a good intro issue to rewrite this to pre-allocate a byte buffer, go through and fill it with hex characters appropriately and then return that buffer wrapped in a string object.
RandyMcMillan
Metadata
Metadata
Assignees
Labels
good first issueIndicates a good issue for first-time contributors to JuliaIndicates a good issue for first-time contributors to JuliaperformanceMust go fasterMust go faster