-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Description
julia> a_string="a"^32;
julia> a_asciistring = ASCIIString(a_string);
julia> a_utf8string = UTF8String(a_string);
julia> @btime hash(a_string)
24.000 ns (1 allocation: 16 bytes)
0xd44c9a12c524b43a
julia> @btime hash(a_asciistring)
354.739 ns (5 allocations: 240 bytes)
0xd44c9a12c524b43a
julia> @btime hash(a_utf8string)
460.051 ns (5 allocations: 240 bytes)
0xd44c9a12c524b43aMetadata
Metadata
Assignees
Labels
No labels