Skip to content

hash performance #56

@chrstphrbrns

Description

@chrstphrbrns
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)
0xd44c9a12c524b43a

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions