Skip to content

Speed improvements #28

@kevinushey

Description

@kevinushey

Although the current implementation of attributes::compileAttributes() is certainly 'fast enough', we're still about half the speed of Rcpp::compileAttributes(). There are surely some low hanging fruit; e.g. using timeit to profile:

plot(timeit(attributes::compileAttributes()))

gives the plot

screen shot 2014-06-22 at 11 23 03 am

I can only imagine some of this slowness is related to e.g. unnecessary repeated reading of files, or lack of vectorization.

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