Skip to content

Storing large lists of symbols in model callback is slow #296

@rkaminsk

Description

@rkaminsk

A common use case is to store the last model in the on_model callback. This works fine with the current API but a lot of intermediate Symbol objects are created. Given Python's incredibly slow object construction, it would be better to implement the symbol array in C.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions