Skip to content

Make sure heap semantic is coherent per programming language #24

@lvboudre

Description

@lvboudre

Refer to this PR

During rust to python translation, inside the fumarole state_machine.py file, heap management did not take into account the semantic of python heap vs rust heap.

In Rust, heap are always max-heap, while python heap are min-heap.

Before releasing Typescript SDK, we must make sure of the heap implementation that is used.

Metadata

Metadata

Labels

No labels
No labels

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions