Skip to content

Improve the performance of the compiler with a flyweight #47

@chaen

Description

@chaen

To improve performance that are killed with deep copy, I can create a pool of values, a bit like in the flyweight(http://codesnipers.com/?q=python-flyweights) and the attribute of the objects will in fact be an index to the pool, rather than a value

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions