Skip to content
This repository was archived by the owner on Mar 20, 2024. It is now read-only.
This repository was archived by the owner on Mar 20, 2024. It is now read-only.

New more efficient (and ugly) way of creating .self$variables #92

@mikula

Description

@mikula

R is not suitable for manipulation of chains of pointers thus it is not convenient for recursive programing of tree structures. This is a new lesson for us. To keep the package writen entirely in R we were forced to copy lists many times. It works for small examples but with big data sets (10-20 000 columns) this method consumes lot of cpu-time.

An alternative, although less elegant, method will be proposed in this issue

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions