Skip to content

Improve performance for list implementation #8

@lucasccordeiro

Description

@lucasccordeiro

ESBMC-Python can verify this Python program in a few milliseconds while ESBMC-Python-CPP takes many seconds:

lst = [1, 2, 3, 4, 5]
assert len(lst) == 5, "List length is incorrect!"

Metadata

Metadata

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions