Skip to content

logarithmic time performance #337

Description

@davidenitti

Dear,
I am comparing Blog with my language, and I noticed a logarithmic behavior of the time performance of BLOG.
For example, if I use 1000 samples it takes 0.6 s, if I use 10000 samples it takes 1.5 s (instead of 0.6x10=6), if I use 100000 samples it takes 5.7 s (instead of 1.5x10=15). (excluding parsing time.)
I would aspect that the time is linear with respect to the number of samples.
do you use parallelization? If so, is there a way to avoid this and use only 1 thread?
is there another reason for this behavior?

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