Skip to content
This repository was archived by the owner on Aug 5, 2022. It is now read-only.
This repository was archived by the owner on Aug 5, 2022. It is now read-only.

get_string slower than it needs to be. #123

Description

@ikeydoherty

Going by the general rule of thumb that gets are quicker than sets (read vs write),
and the single get_string clearly being quicker than set_string, it seems odd that
get_string4k is slower than set_string4k in bxt_timing

set_string                    32.665us      86.291us           0
get_string                    29.088us     115.403us           0
set_unset_string              62.137us      81.381us           0
set_string4k                  33.275us      20.620us           0
get_string4k                  40.344us      27.054us           0
set_unset_string4k            61.957us      23.804us           0

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