Skip to content

The SOM data structure - Associative arrays  #1

@borismarin

Description

@borismarin

Being unordered collections, associative arrays can potentially introduce problems for code generation. Currently, we are being careful when parsing the JSON files, using OrderedDict in python or LinkedHashMap in Java. An alternative approach would be using arrays:
'paramenter_names': [pname_i]
'parameter_values': [p_i]
which would possibly be more convenient for codegen via templates.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions