8000 Improve Config library · Issue #1865 · XRPLF/clio · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Improve Config library #1865
Open
Open
@kuznetsss

Description

@kuznetsss

Currently config library uses unordered map (in ClioConfigDefinitions) to store config items. It is inefficient since there are a few places with search by prefix and currently it iterates through all the items of the map.

There are two ways to improve it:

  • If possible make almost everything compile time.
  • Use trie instead of unordered map.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    Status

    📋 Backlog

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0