Skip to content

subtypes is extremely slow #193

Closed
Closed
@fredrikekre

Description

@fredrikekre
julia> using JuliaInterpreter
       f() = subtypes(Integer)
       @time f()
       @time @interpret f()
  0.027871 seconds (2.32 k allocations: 669.202 KiB)
1204.521373 seconds (408.38 M allocations: 20.456 GiB, 0.30% gc time)
3-element Array{Any,1}:
 Bool    
 Signed  
 Unsigned

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions