Skip to content

Config data should be in compiled code #9

Description

@jaynel

The current approach to config data is using the application_controller get_env utilities. These require an ets access to get the information. Rather than adding an extra ets fetch before every ets_buffer queue fetch (to find out the name of the ets_buffer), it would be better to use compiled code. Compiled code is available everywhere concurrently, whereas accessing the same key on an ets table is serialized with an internal lock.

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