8000 computational inefficiency · Issue #198 · bertiniteam/b2 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
computational inefficiency #198
Open
@ofloveandhate

Description

@ofloveandhate

I found some pessimizations in explicit_predictors.hpp, in FullStep(). A temp vector is set to 0 when it doesn't need to be. It can just be set to the first of them, and then the loops can run from 1 to bla instead of from 0 to bla. this is probably a fairly important improvement to make.

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

      0